Html Css Color HEX #870460 Eggplant

📋 copy color: '#870460'

red 135 ◦ green 4 ◦ blue 96

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

Shades of Eggplant #870460

Tints of Eggplant #870460

RGB

 RED value IS 135 (53.13% from 255) = 57.45%

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

 BLUE value IS 96 (37.89% from 255) = 40.85%

R = 57.45%
G = 1.7%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#870460 (or 0x870460) is known color: Eggplant. HEX triplet: 87, 04 and 60. RGB value is (135,4,96). Sum of RGB (Red+Green+Blue) = 135+4+96=235 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.45% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 96 (37.89% from 255 or 40.85% from 235); Max value from RGB is 135 - color contains mainly: red. Hex color #870460 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870460 is #78FB9F. Grayscale: #353535. Windows color (decimal): -7928736 or 6292615. OLE color: 6292615.

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

Color convert

RGB 135 4 96 -
CMYK 0 0.97 0.29 0.47
HSL 317.86º 0.94% 0.27% -
HSV(B) 317.86º 0.97% 0.53% -
XYZ 12.15 6.08 11.6 -
YUV 53.66 151.9 186.02 -
System Red Green Blue C M Y K H S L
Decimal 135 4 96 0 0.97 0.29 0.47 317.86 0.94 0.27
Hex 87 4 60 0 61 1D 2F 13E 5E 1B
Octal 207 4 140 0 141 35 57 476 136 33
Binary 10000111 100 1100000 0 1100001 11101 101111 100111110 1011110 11011

Color Harmonies of #870460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870460

Black with #870460

Text Example


Text Example

White with #870460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870460; }

 p { color: rgb(135,4,96); }

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

background-color css

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

 a { background-color: rgb(135,4,96); }

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

border-color css

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

 span { border-color: rgb(135,4,96); }

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