Html Css Color HEX #962471 Dark Purple

📋 copy color: '#962471'

red 150 ◦ green 36 ◦ blue 113

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

Shades of Dark Purple #962471

Tints of Dark Purple #962471

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.04%

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

R = 50.17%
G = 12.04%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#962471 (or 0x962471) is known color: Dark Purple. HEX triplet: 96, 24 and 71. RGB value is (150,36,113). Sum of RGB (Red+Green+Blue) = 150+36+113=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 113 (44.53% from 255 or 37.79% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #962471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962471 is #69DB8E. Grayscale: #4E4E4E. Windows color (decimal): -6937487 or 7414934. OLE color: 7414934.

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

Color convert

RGB 150 36 113 -
CMYK 0 0.76 0.25 0.41
HSL 319.47º 0.61% 0.36% -
HSV(B) 319.47º 0.76% 0.59% -
XYZ 16.19 8.94 16.49 -
YUV 78.86 147.27 178.74 -
System Red Green Blue C M Y K H S L
Decimal 150 36 113 0 0.76 0.25 0.41 319.47 0.61 0.36
Hex 96 24 71 0 4C 19 29 13F 3D 24
Octal 226 44 161 0 114 31 51 477 75 44
Binary 10010110 100100 1110001 0 1001100 11001 101001 100111111 111101 100100

Color Harmonies of #962471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962471

Black with #962471

Text Example


Text Example

White with #962471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962471; }

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

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

background-color css

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

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

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

border-color css

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

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

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