Html Css Color HEX #972476 Dark Purple

📋 copy color: '#972476'

red 151 ◦ green 36 ◦ blue 118

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

Shades of Dark Purple #972476

Tints of Dark Purple #972476

RGB

 RED value IS 151 (59.38% from 255) = 49.51%

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

 BLUE value IS 118 (46.48% from 255) = 38.69%

R = 49.51%
G = 11.8%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#972476 (or 0x972476) is known color: Dark Purple. HEX triplet: 97, 24 and 76. RGB value is (151,36,118). Sum of RGB (Red+Green+Blue) = 151+36+118=305 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.51% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 151 - color contains mainly: red. Hex color #972476 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972476 is #68DB89. Grayscale: #4F4F4F. Windows color (decimal): -6871946 or 7742615. OLE color: 7742615.

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

Color convert

RGB 151 36 118 -
CMYK 0 0.76 0.22 0.41
HSL 317.22º 0.61% 0.37% -
HSV(B) 317.22º 0.76% 0.59% -
XYZ 16.66 9.15 18.03 -
YUV 79.73 149.6 178.83 -
System Red Green Blue C M Y K H S L
Decimal 151 36 118 0 0.76 0.22 0.41 317.22 0.61 0.37
Hex 97 24 76 0 4C 16 29 13D 3D 25
Octal 227 44 166 0 114 26 51 475 75 45
Binary 10010111 100100 1110110 0 1001100 10110 101001 100111101 111101 100101

Color Harmonies of #972476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972476

Black with #972476

Text Example


Text Example

White with #972476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972476; }

 p { color: rgb(151,36,118); }

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

background-color css

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

 a { background-color: rgb(151,36,118); }

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

border-color css

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

 span { border-color: rgb(151,36,118); }

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