Html Css Color HEX #962071 Dark Purple

📋 copy color: '#962071'

red 150 ◦ green 32 ◦ blue 113

#962071
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #962071

Tints of Dark Purple #962071

RGB

 RED value IS 150 (58.98% from 255) = 50.85%

 GREEN value IS 32 (12.89% from 255) = 10.85%

 BLUE value IS 113 (44.53% from 255) = 38.31%

R = 50.85%
G = 10.85%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.25

 K value IS 0.41

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#962071 (or 0x962071) is known color: Dark Purple. HEX triplet: 96, 20 and 71. RGB value is (150,32,113). Sum of RGB (Red+Green+Blue) = 150+32+113=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #962071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962071 is #69DF8E. Grayscale: #4C4C4C. Windows color (decimal): -6938511 or 7413910. OLE color: 7413910.

HSL color Cylindrical-coordinate representation of color #962071: hue angle of 318.81º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #962071 is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 32 113 -
CMYK 0 0.79 0.25 0.41
HSL 318.81º 0.65% 0.36% -
HSV(B) 318.81º 0.79% 0.59% -
XYZ 16.07 8.71 16.46 -
YUV 76.52 148.59 180.41 -
System Red Green Blue C M Y K H S L
Decimal 150 32 113 0 0.79 0.25 0.41 318.81 0.65 0.36
Hex 96 20 71 0 4F 19 29 13F 41 24
Octal 226 40 161 0 117 31 51 477 101 44
Binary 10010110 100000 1110001 0 1001111 11001 101001 100111111 1000001 100100

Color Harmonies of #962071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962071

Black with #962071

Text Example


Text Example

White with #962071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962071; }

 p { color: rgb(150,32,113); }

 H1.HeaderClassName
 {
   color: #962071;
 }
 .AnyTagClassName
 {
   color: #962071;
 }
</style>

background-color css

<style>
 a { background-color: #962071; }

 a { background-color: rgb(150,32,113); }

 div.DivClassName
 {
   background-color: #962071;
 }
 .BgClassName
 {
   background-color: #962071;
 }
</style>

border-color css

<style>
 span { border-color: #962071; }

 span { border-color: rgb(150,32,113); }

 td.TdClassName
 {
   border-color: #962071;
 }
 .TagClassName
 {
   border-color: #962071;
 }
</style>