#860552

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

Shades of Eggplant #860552

Tints of Eggplant #860552

Color information

#860552 (or 0x860552) is unknown color: approx Eggplant. HEX triplet: 86, 05 and 52. RGB value is (134,5,82). Sum of RGB (Red+Green+Blue) = 134+5+82=221 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.63% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 82 (32.42% from 255 or 37.10% from 221); Max value from RGB is 134 - color contains mainly: red. Hex color #860552 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860552 is #79FAAD. Grayscale: #343434. Windows color (decimal): -7994030 or 5375366. OLE color: 5375366.

HSL color Cylindrical-coordinate representation of color #860552: hue angle of 324.19º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #860552 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB134582-
CMYK00.960.390.47
HSL324.19º92.81%27.25%-
HSV(B)324.19º96.27%52.55%-
XYZ11.415.798.5-
YUV52.35144.74186.24-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 60.63%
GREEN value IS 5 (2.34% from 255) = 2.26%
BLUE value IS 82 (32.42% from 255) = 37.10%
R=60.63%
G=2.26%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13458200.960.390.47324.1992.8127.25
Hex86552060272F1445d1b
Octal20651220140475750413533
Binary10000110101101001001100000100111101111101000100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860552; }

 p { color: rgb(134,5,82); }

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

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

 a { background-color: rgb(134,5,82); }

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

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

 span { border-color: rgb(134,5,82); }

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