Html Css Color HEX #860558 Eggplant

📋 copy color: '#860558'

red 134 ◦ green 5 ◦ blue 88

#860558
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eggplant #860558

Tints of Eggplant #860558

RGB

 RED value IS 134 (52.73% from 255) = 59.03%

 GREEN value IS 5 (2.34% from 255) = 2.2%

 BLUE value IS 88 (34.77% from 255) = 38.77%

R = 59.03%
G = 2.2%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#860558 (or 0x860558) is known color: Eggplant. HEX triplet: 86, 05 and 58. RGB value is (134,5,88). Sum of RGB (Red+Green+Blue) = 134+5+88=227 (30% of max value = 765). Red value is 134 (52.73% from 255 or 59.03% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 88 (34.77% from 255 or 38.77% from 227); Max value from RGB is 134 - color contains mainly: red. Hex color #860558 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860558 is #79FAA7. Grayscale: #343434. Windows color (decimal): -7994024 or 5768582. OLE color: 5768582.

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

Color convert

RGB 134 5 88 -
CMYK 0 0.96 0.34 0.47
HSL 321.4º 0.93% 0.27% -
HSV(B) 321.4º 0.96% 0.53% -
XYZ 11.65 5.88 9.75 -
YUV 53.03 147.74 185.75 -
System Red Green Blue C M Y K H S L
Decimal 134 5 88 0 0.96 0.34 0.47 321.4 0.93 0.27
Hex 86 5 58 0 60 22 2F 141 5D 1B
Octal 206 5 130 0 140 42 57 501 135 33
Binary 10000110 101 1011000 0 1100000 100010 101111 101000001 1011101 11011

Color Harmonies of #860558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860558

Black with #860558

Text Example


Text Example

White with #860558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860558; }

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

 H1.HeaderClassName
 {
   color: #860558;
 }
 .AnyTagClassName
 {
   color: #860558;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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