#970378

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

Shades of Eggplant #970378

Tints of Eggplant #970378

Color information

#970378 (or 0x970378) is unknown color: approx Eggplant. HEX triplet: 97, 03 and 78. RGB value is (151,3,120). Sum of RGB (Red+Green+Blue) = 151+3+120=274 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.11% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 151 - color contains mainly: red. Hex color #970378 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970378 is #68FC87. Grayscale: #3C3C3C. Windows color (decimal): -6880392 or 7865239. OLE color: 7865239.

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

Color convert

RGB1513120-
CMYK00.980.210.41
HSL312.57º96.1%30.2%-
HSV(B)312.57º98.01%59.22%-
XYZ16.19818.46-
YUV60.59161.53192.49-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 55.11%
GREEN value IS 3 (1.56% from 255) = 1.09%
BLUE value IS 120 (47.27% from 255) = 43.80%
R=55.11%
G=1.09%
B=43.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151312000.980.210.41312.5796.130.2
Hex973780621529139601e
Octal22731700142255147114036
Binary100101111111110000110001010101101001100111001110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970378; }

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

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

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

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

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

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

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

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