Html Css Color HEX #970476 Eggplant

📋 copy color: '#970476'

red 151 ◦ green 4 ◦ blue 118

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

Shades of Eggplant #970476

Tints of Eggplant #970476

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.47%

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

R = 55.31%
G = 1.47%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#970476 (or 0x970476) is known color: Eggplant. HEX triplet: 97, 04 and 76. RGB value is (151,4,118). Sum of RGB (Red+Green+Blue) = 151+4+118=273 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.31% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 151 - color contains mainly: red. Hex color #970476 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970476 is #68FB89. Grayscale: #3C3C3C. Windows color (decimal): -6880138 or 7734423. OLE color: 7734423.

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

Color convert

RGB 151 4 118 -
CMYK 0 0.97 0.22 0.41
HSL 313.47º 0.95% 0.3% -
HSV(B) 313.47º 0.97% 0.59% -
XYZ 16.08 7.97 17.83 -
YUV 60.95 160.2 192.23 -
System Red Green Blue C M Y K H S L
Decimal 151 4 118 0 0.97 0.22 0.41 313.47 0.95 0.3
Hex 97 4 76 0 61 16 29 139 5F 1E
Octal 227 4 166 0 141 26 51 471 137 36
Binary 10010111 100 1110110 0 1100001 10110 101001 100111001 1011111 11110

Color Harmonies of #970476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970476

Black with #970476

Text Example


Text Example

White with #970476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970476; }

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

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

background-color css

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

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

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

border-color css

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

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

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