#970379

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

Shades of Eggplant #970379

Tints of Eggplant #970379

Color information

#970379 (or 0x970379) is unknown color: approx Eggplant. HEX triplet: 97, 03 and 79. RGB value is (151,3,121). Sum of RGB (Red+Green+Blue) = 151+3+121=275 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.91% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 121 (47.66% from 255 or 44% from 275); Max value from RGB is 151 - color contains mainly: red. Hex color #970379 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970379 is #68FC86. Grayscale: #3C3C3C. Windows color (decimal): -6880391 or 7930775. OLE color: 7930775.

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

Color convert

RGB1513121-
CMYK00.980.200.41
HSL312.16º96.1%30.2%-
HSV(B)312.16º98.01%59.22%-
XYZ16.258.0218.78-
YUV60.7162.03192.41-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 54.91%
GREEN value IS 3 (1.56% from 255) = 1.09%
BLUE value IS 121 (47.66% from 255) = 44%
R=54.91%
G=1.09%
B=44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151312100.980.200.41312.1696.130.2
Hex973790621429138601e
Octal22731710142245147014036
Binary100101111111110010110001010100101001100111000110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970379; }

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

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

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

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

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

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

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

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