Html Css Color HEX #860062 Eggplant

📋 copy color: '#860062'

red 134 ◦ green 0 ◦ blue 98

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

Shades of Eggplant #860062

Tints of Eggplant #860062

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 98 (38.67% from 255) = 42.24%

R = 57.76%
G = 0%
B = 42.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#860062 (or 0x860062) is known color: Eggplant. HEX triplet: 86, 00 and 62. RGB value is (134,0,98). Sum of RGB (Red+Green+Blue) = 134+0+98=232 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.76% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 98 (38.67% from 255 or 42.24% from 232); Max value from RGB is 134 - color contains mainly: red. Hex color #860062 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860062 is #79FF9D. Grayscale: #323232. Windows color (decimal): -7995294 or 6422662. OLE color: 6422662.

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

Color convert

RGB 134 0 98 -
CMYK 0 1 0.27 0.47
HSL 316.12º 1% 0.26% -
HSV(B) 316.12º 1% 0.53% -
XYZ 12.04 5.95 12.07 -
YUV 51.24 154.39 187.03 -
System Red Green Blue C M Y K H S L
Decimal 134 0 98 0 1 0.27 0.47 316.12 1 0.26
Hex 86 0 62 0 64 1B 2F 13C 64 1A
Octal 206 0 142 0 144 33 57 474 144 32
Binary 10000110 0 1100010 0 1100100 11011 101111 100111100 1100100 11010

Color Harmonies of #860062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860062

Black with #860062

Text Example


Text Example

White with #860062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860062; }

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

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

background-color css

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

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

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

border-color css

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

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

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