#971070

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

Shades of Eggplant #971070

Tints of Eggplant #971070

Color information

#971070 (or 0x971070) is unknown color: approx Eggplant. HEX triplet: 97, 10 and 70. RGB value is (151,16,112). Sum of RGB (Red+Green+Blue) = 151+16+112=279 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.12% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 151 - color contains mainly: red. Hex color #971070 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971070 is #68EF8F. Grayscale: #434343. Windows color (decimal): -6877072 or 7344279. OLE color: 7344279.

HSL color Cylindrical-coordinate representation of color #971070: hue angle of 317.33º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #971070 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB15116112-
CMYK00.890.260.41
HSL317.33º80.84%32.75%-
HSV(B)317.33º89.4%59.22%-
XYZ15.878.1216.06-
YUV67.31153.23187.69-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 54.12%
GREEN value IS 16 (6.64% from 255) = 5.73%
BLUE value IS 112 (44.14% from 255) = 40.14%
R=54.12%
G=5.73%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511611200.890.260.41317.3380.8432.75
Hex9710700591A2913d5121
Octal227201600131325147512141
Binary1001011110000111000001011001110101010011001111011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971070; }

 p { color: rgb(151,16,112); }

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

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

 a { background-color: rgb(151,16,112); }

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

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

 span { border-color: rgb(151,16,112); }

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