Html Css Color HEX #860462 Eggplant

📋 copy color: '#860462'

red 134 ◦ green 4 ◦ blue 98

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

Shades of Eggplant #860462

Tints of Eggplant #860462

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.69%

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

R = 56.78%
G = 1.69%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#860462 (or 0x860462) is known color: Eggplant. HEX triplet: 86, 04 and 62. RGB value is (134,4,98). Sum of RGB (Red+Green+Blue) = 134+4+98=236 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.78% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 98 (38.67% from 255 or 41.53% from 236); Max value from RGB is 134 - color contains mainly: red. Hex color #860462 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860462 is #79FB9D. Grayscale: #353535. Windows color (decimal): -7994270 or 6423686. OLE color: 6423686.

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

Color convert

RGB 134 4 98 -
CMYK 0 0.97 0.27 0.47
HSL 316.62º 0.94% 0.27% -
HSV(B) 316.62º 0.97% 0.53% -
XYZ 12.08 6.04 12.08 -
YUV 53.59 153.07 185.36 -
System Red Green Blue C M Y K H S L
Decimal 134 4 98 0 0.97 0.27 0.47 316.62 0.94 0.27
Hex 86 4 62 0 61 1B 2F 13D 5E 1B
Octal 206 4 142 0 141 33 57 475 136 33
Binary 10000110 100 1100010 0 1100001 11011 101111 100111101 1011110 11011

Color Harmonies of #860462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860462

Black with #860462

Text Example


Text Example

White with #860462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860462; }

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

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

background-color css

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

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

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

border-color css

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

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

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