Html Css Color HEX #860457 Eggplant

📋 copy color: '#860457'

red 134 ◦ green 4 ◦ blue 87

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

Shades of Eggplant #860457

Tints of Eggplant #860457

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 38.67%

R = 59.56%
G = 1.78%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.47

RGB Variations

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

Color information

#860457 (or 0x860457) is known color: Eggplant. HEX triplet: 86, 04 and 57. RGB value is (134,4,87). Sum of RGB (Red+Green+Blue) = 134+4+87=225 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.56% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 87 (34.38% from 255 or 38.67% from 225); Max value from RGB is 134 - color contains mainly: red. Hex color #860457 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860457 is #79FBA8. Grayscale: #343434. Windows color (decimal): -7994281 or 5702790. OLE color: 5702790.

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

Color convert

RGB 134 4 87 -
CMYK 0 0.97 0.35 0.47
HSL 321.69º 0.94% 0.27% -
HSV(B) 321.69º 0.97% 0.53% -
XYZ 11.6 5.84 9.53 -
YUV 52.33 147.57 186.25 -
System Red Green Blue C M Y K H S L
Decimal 134 4 87 0 0.97 0.35 0.47 321.69 0.94 0.27
Hex 86 4 57 0 61 23 2F 142 5E 1B
Octal 206 4 127 0 141 43 57 502 136 33
Binary 10000110 100 1010111 0 1100001 100011 101111 101000010 1011110 11011

Color Harmonies of #860457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860457

Black with #860457

Text Example


Text Example

White with #860457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860457; }

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

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

background-color css

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

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

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

border-color css

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

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

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