#970478

Color #970478 Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #970478

Tints of Eggplant #970478

Color information

#970478 (or 0x970478) is unknown color: approx Eggplant. HEX triplet: 97, 04 and 78. RGB value is (151,4,120). Sum of RGB (Red+Green+Blue) = 151+4+120=275 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.91% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 120 (47.27% from 255 or 43.64% from 275); Max value from RGB is 151 - color contains mainly: red. Hex color #970478 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970478 is #68FB87. Grayscale: #3C3C3C. Windows color (decimal): -6880136 or 7865495. OLE color: 7865495.

HSL color Cylindrical-coordinate representation of color #970478: hue angle of 312.65º 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 #970478 is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB1514120-
CMYK00.970.210.41
HSL312.65º94.84%30.39%-
HSV(B)312.65º97.35%59.22%-
XYZ16.28.0218.46-
YUV61.18161.2192.07-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 54.91%
GREEN value IS 4 (1.95% from 255) = 1.45%
BLUE value IS 120 (47.27% from 255) = 43.64%
R=54.91%
G=1.45%
B=43.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151412000.970.210.41312.6594.8430.39
Hex9747806115291395f1e
Octal22741700141255147113736
Binary1001011110011110000110000110101101001100111001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970478; }

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

 H1.HeaderClassName
 {
   color: #970478;
 }
 .AnyTagClassName
 {
   color: #970478;
 }
</style>
background-color css

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

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

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

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

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

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