Html Css Color HEX #870A60 Eggplant

📋 copy color: '#870A60'

red 135 ◦ green 10 ◦ blue 96

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

Shades of Eggplant #870A60

Tints of Eggplant #870A60

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.15%

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

R = 56.02%
G = 4.15%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#870A60 (or 0x870A60) is known color: Eggplant. HEX triplet: 87, 0A and 60. RGB value is (135,10,96). Sum of RGB (Red+Green+Blue) = 135+10+96=241 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.02% from 241); Green value is 10 (4.30% from 255 or 4.15% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 135 - color contains mainly: red. Hex color #870A60 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870A60 is #78F59F. Grayscale: #383838. Windows color (decimal): -7927200 or 6294151. OLE color: 6294151.

HSL color Cylindrical-coordinate representation of color #870A60: hue angle of 318.72º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870A60 is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 10 96 -
CMYK 0 0.93 0.29 0.47
HSL 318.72º 0.86% 0.28% -
HSV(B) 318.72º 0.93% 0.53% -
XYZ 12.21 6.21 11.62 -
YUV 57.18 149.91 183.51 -
System Red Green Blue C M Y K H S L
Decimal 135 10 96 0 0.93 0.29 0.47 318.72 0.86 0.28
Hex 87 A 60 0 5D 1D 2F 13F 56 1C
Octal 207 12 140 0 135 35 57 477 126 34
Binary 10000111 1010 1100000 0 1011101 11101 101111 100111111 1010110 11100

Color Harmonies of #870A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870A60

Black with #870A60

Text Example


Text Example

White with #870A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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