Html Css Color HEX #870F61 Eggplant

📋 copy color: '#870F61'

red 135 ◦ green 15 ◦ blue 97

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

Shades of Eggplant #870F61

Tints of Eggplant #870F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 39.27%

R = 54.66%
G = 6.07%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#870F61 (or 0x870F61) is known color: Eggplant. HEX triplet: 87, 0F and 61. RGB value is (135,15,97). Sum of RGB (Red+Green+Blue) = 135+15+97=247 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.66% from 247); Green value is 15 (6.25% from 255 or 6.07% from 247); Blue value is 97 (38.28% from 255 or 39.27% from 247); Max value from RGB is 135 - color contains mainly: red. Hex color #870F61 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870F61 is #78F09E. Grayscale: #3C3C3C. Windows color (decimal): -7925919 or 6360967. OLE color: 6360967.

HSL color Cylindrical-coordinate representation of color #870F61: hue angle of 319º 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 #870F61 is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 15 97 -
CMYK 0 0.89 0.28 0.47
HSL 319º 0.8% 0.29% -
HSV(B) 319º 0.89% 0.53% -
XYZ 12.32 6.36 11.89 -
YUV 60.23 148.76 181.33 -
System Red Green Blue C M Y K H S L
Decimal 135 15 97 0 0.89 0.28 0.47 319 0.8 0.29
Hex 87 F 61 0 59 1C 2F 13F 50 1D
Octal 207 17 141 0 131 34 57 477 120 35
Binary 10000111 1111 1100001 0 1011001 11100 101111 100111111 1010000 11101

Color Harmonies of #870F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870F61

Black with #870F61

Text Example


Text Example

White with #870F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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