#860362

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

Shades of Eggplant #860362

Tints of Eggplant #860362

Color information

#860362 (or 0x860362) is unknown color: approx Eggplant. HEX triplet: 86, 03 and 62. RGB value is (134,3,98). Sum of RGB (Red+Green+Blue) = 134+3+98=235 (31% of max value = 765). Red value is 134 (52.73% from 255 or 57.02% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 98 (38.67% from 255 or 41.70% from 235); Max value from RGB is 134 - color contains mainly: red. Hex color #860362 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860362 is #79FC9D. Grayscale: #343434. Windows color (decimal): -7994526 or 6423430. OLE color: 6423430.

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

Color convert

RGB134398-
CMYK00.980.270.47
HSL316.49º95.62%26.86%-
HSV(B)316.49º97.76%52.55%-
XYZ12.076.0212.08-
YUV53153.4185.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 57.02%
GREEN value IS 3 (1.56% from 255) = 1.28%
BLUE value IS 98 (38.67% from 255) = 41.70%
R=57.02%
G=1.28%
B=41.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13439800.980.270.47316.4995.6226.86
Hex863620621B2F13c601b
Octal20631420142335747414033
Binary100001101111000100110001011011101111100111100110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860362; }

 p { color: rgb(134,3,98); }

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

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

 a { background-color: rgb(134,3,98); }

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

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

 span { border-color: rgb(134,3,98); }

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