#860C58

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

Shades of Eggplant #860C58

Tints of Eggplant #860C58

Color information

#860C58 (or 0x860C58) is unknown color: approx Eggplant. HEX triplet: 86, 0C and 58. RGB value is (134,12,88). Sum of RGB (Red+Green+Blue) = 134+12+88=234 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.26% from 234); Green value is 12 (5.08% from 255 or 5.13% from 234); Blue value is 88 (34.77% from 255 or 37.61% from 234); Max value from RGB is 134 - color contains mainly: red. Hex color #860C58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860C58 is #79F3A7. Grayscale: #383838. Windows color (decimal): -7992232 or 5770374. OLE color: 5770374.

HSL color Cylindrical-coordinate representation of color #860C58: hue angle of 322.62º 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 #860C58 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB1341288-
CMYK00.910.340.47
HSL322.62º83.56%28.63%-
HSV(B)322.62º91.04%52.55%-
XYZ11.726.049.78-
YUV57.14145.42182.82-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 57.26%
GREEN value IS 12 (5.08% from 255) = 5.13%
BLUE value IS 88 (34.77% from 255) = 37.61%
R=57.26%
G=5.13%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134128800.910.340.47322.6283.5628.63
Hex86C5805B222F143541d
Octal206141300133425750312435
Binary100001101100101100001011011100010101111101000011101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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