#860C56

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

Shades of Eggplant #860C56

Tints of Eggplant #860C56

Color information

#860C56 (or 0x860C56) is unknown color: approx Eggplant. HEX triplet: 86, 0C and 56. RGB value is (134,12,86). Sum of RGB (Red+Green+Blue) = 134+12+86=232 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.76% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 86 (33.98% from 255 or 37.07% from 232); Max value from RGB is 134 - color contains mainly: red. Hex color #860C56 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860C56 is #79F3A9. Grayscale: #383838. Windows color (decimal): -7992234 or 5639302. OLE color: 5639302.

HSL color Cylindrical-coordinate representation of color #860C56: hue angle of 323.61º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #860C56 is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB1341286-
CMYK00.910.360.47
HSL323.61º83.56%28.63%-
HSV(B)323.61º91.04%52.55%-
XYZ11.6469.35-
YUV56.91144.42182.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 57.76%
GREEN value IS 12 (5.08% from 255) = 5.17%
BLUE value IS 86 (33.98% from 255) = 37.07%
R=57.76%
G=5.17%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134128600.910.360.47323.6183.5628.63
Hex86C5605B242F144541d
Octal206141260133445750412435
Binary100001101100101011001011011100100101111101000100101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860C56; }

 p { color: rgb(134,12,86); }

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

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

 a { background-color: rgb(134,12,86); }

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

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

 span { border-color: rgb(134,12,86); }

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