#971569

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

Shades of Eggplant #971569

Tints of Eggplant #971569

Color information

#971569 (or 0x971569) is unknown color: approx Eggplant. HEX triplet: 97, 15 and 69. RGB value is (151,21,105). Sum of RGB (Red+Green+Blue) = 151+21+105=277 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.51% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 105 (41.41% from 255 or 37.91% from 277); Max value from RGB is 151 - color contains mainly: red. Hex color #971569 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971569 is #68EA96. Grayscale: #454545. Windows color (decimal): -6875799 or 6886807. OLE color: 6886807.

HSL color Cylindrical-coordinate representation of color #971569: hue angle of 321.23º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #971569 is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB15121105-
CMYK00.860.300.41
HSL321.23º75.58%33.73%-
HSV(B)321.23º86.09%59.22%-
XYZ15.588.1414.11-
YUV69.45148.07186.17-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 54.51%
GREEN value IS 21 (8.59% from 255) = 7.58%
BLUE value IS 105 (41.41% from 255) = 37.91%
R=54.51%
G=7.58%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1512110500.860.300.41321.2375.5833.73
Hex9715690561E291414c22
Octal227251510126365150111442
Binary1001011110101110100101010110111101010011010000011001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971569; }

 p { color: rgb(151,21,105); }

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

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

 a { background-color: rgb(151,21,105); }

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

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

 span { border-color: rgb(151,21,105); }

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