#970078

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

Shades of Eggplant #970078

Tints of Eggplant #970078

Color information

#970078 (or 0x970078) is unknown color: approx Eggplant. HEX triplet: 97, 00 and 78. RGB value is (151,0,120). Sum of RGB (Red+Green+Blue) = 151+0+120=271 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.72% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 151 - color contains mainly: red. Hex color #970078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970078 is #68FF87. Grayscale: #3A3A3A. Windows color (decimal): -6881160 or 7864471. OLE color: 7864471.

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

Color convert

RGB1510120-
CMYK010.210.41
HSL312.32º100%29.61%-
HSV(B)312.32º100%59.22%-
XYZ16.157.9418.45-
YUV58.83162.53193.74-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 55.72%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 120 (47.27% from 255) = 44.28%
R=55.72%
G=0%
B=44.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1510120010.210.41312.3210029.61
Hex970780641529138641e
Octal22701700144255147014436
Binary10010111011110000110010010101101001100111000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970078; }

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

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

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

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

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

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

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

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