Html Css Color HEX #870F57 Eggplant

📋 copy color: '#870F57'

red 135 ◦ green 15 ◦ blue 87

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

Shades of Eggplant #870F57

Tints of Eggplant #870F57

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.33%

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

R = 56.96%
G = 6.33%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.36

 K value IS 0.47

RGB Variations

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

Color information

#870F57 (or 0x870F57) is known color: Eggplant. HEX triplet: 87, 0F and 57. RGB value is (135,15,87). Sum of RGB (Red+Green+Blue) = 135+15+87=237 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.96% from 237); Green value is 15 (6.25% from 255 or 6.33% from 237); Blue value is 87 (34.38% from 255 or 36.71% from 237); Max value from RGB is 135 - color contains mainly: red. Hex color #870F57 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870F57 is #78F0A8. Grayscale: #3A3A3A. Windows color (decimal): -7925929 or 5705607. OLE color: 5705607.

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

Color convert

RGB 135 15 87 -
CMYK 0 0.89 0.36 0.47
HSL 324º 0.8% 0.29% -
HSV(B) 324º 0.89% 0.53% -
XYZ 11.88 6.18 9.58 -
YUV 59.09 143.76 182.15 -
System Red Green Blue C M Y K H S L
Decimal 135 15 87 0 0.89 0.36 0.47 324 0.8 0.29
Hex 87 F 57 0 59 24 2F 144 50 1D
Octal 207 17 127 0 131 44 57 504 120 35
Binary 10000111 1111 1010111 0 1011001 100100 101111 101000100 1010000 11101

Color Harmonies of #870F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870F57

Black with #870F57

Text Example


Text Example

White with #870F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,15,87); }

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

background-color css

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

 a { background-color: rgb(135,15,87); }

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

border-color css

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

 span { border-color: rgb(135,15,87); }

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