#970179

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

Shades of Eggplant #970179

Tints of Eggplant #970179

Color information

#970179 (or 0x970179) is unknown color: approx Eggplant. HEX triplet: 97, 01 and 79. RGB value is (151,1,121). Sum of RGB (Red+Green+Blue) = 151+1+121=273 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.31% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 121 (47.66% from 255 or 44.32% from 273); Max value from RGB is 151 - color contains mainly: red. Hex color #970179 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970179 is #68FE86. Grayscale: #3B3B3B. Windows color (decimal): -6880903 or 7930263. OLE color: 7930263.

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

Color convert

RGB1511121-
CMYK00.990.200.41
HSL312º98.68%29.8%-
HSV(B)312º99.34%59.22%-
XYZ16.227.9818.77-
YUV59.53162.7193.24-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 55.31%
GREEN value IS 1 (0.78% from 255) = 0.37%
BLUE value IS 121 (47.66% from 255) = 44.32%
R=55.31%
G=0.37%
B=44.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151112100.990.200.4131298.6829.8
Hex971790631429138631e
Octal22711710143245147014336
Binary10010111111110010110001110100101001100111000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970179; }

 p { color: rgb(151,1,121); }

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

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

 a { background-color: rgb(151,1,121); }

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

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

 span { border-color: rgb(151,1,121); }

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