Html Css Color HEX #870C50 Eggplant

📋 copy color: '#870C50'

red 135 ◦ green 12 ◦ blue 80

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

Shades of Eggplant #870C50

Tints of Eggplant #870C50

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.29%

 BLUE value IS 80 (31.64% from 255) = 35.24%

R = 59.47%
G = 5.29%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#870C50 (or 0x870C50) is known color: Eggplant. HEX triplet: 87, 0C and 50. RGB value is (135,12,80). Sum of RGB (Red+Green+Blue) = 135+12+80=227 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.47% from 227); Green value is 12 (5.08% from 255 or 5.29% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 135 - color contains mainly: red. Hex color #870C50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870C50 is #78F3AF. Grayscale: #383838. Windows color (decimal): -7926704 or 5246087. OLE color: 5246087.

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

Color convert

RGB 135 12 80 -
CMYK 0 0.91 0.41 0.47
HSL 326.83º 0.84% 0.29% -
HSV(B) 326.83º 0.91% 0.53% -
XYZ 11.57 5.99 8.14 -
YUV 56.53 141.25 183.97 -
System Red Green Blue C M Y K H S L
Decimal 135 12 80 0 0.91 0.41 0.47 326.83 0.84 0.29
Hex 87 C 50 0 5B 29 2F 147 54 1D
Octal 207 14 120 0 133 51 57 507 124 35
Binary 10000111 1100 1010000 0 1011011 101001 101111 101000111 1010100 11101

Color Harmonies of #870C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870C50

Black with #870C50

Text Example


Text Example

White with #870C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,12,80); }

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

background-color css

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

 a { background-color: rgb(135,12,80); }

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

border-color css

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

 span { border-color: rgb(135,12,80); }

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