Html Css Color HEX #870C56 Eggplant

📋 copy color: '#870C56'

red 135 ◦ green 12 ◦ blue 86

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

Shades of Eggplant #870C56

Tints of Eggplant #870C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 36.91%

R = 57.94%
G = 5.15%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.36

 K value IS 0.47

RGB Variations

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

Color information

#870C56 (or 0x870C56) is known color: Eggplant. HEX triplet: 87, 0C and 56. RGB value is (135,12,86). Sum of RGB (Red+Green+Blue) = 135+12+86=233 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.94% from 233); Green value is 12 (5.08% from 255 or 5.15% from 233); Blue value is 86 (33.98% from 255 or 36.91% from 233); Max value from RGB is 135 - color contains mainly: red. Hex color #870C56 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870C56 is #78F3A9. Grayscale: #393939. Windows color (decimal): -7926698 or 5639303. OLE color: 5639303.

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

Color convert

RGB 135 12 86 -
CMYK 0 0.91 0.36 0.47
HSL 323.9º 0.84% 0.29% -
HSV(B) 323.9º 0.91% 0.53% -
XYZ 11.8 6.09 9.36 -
YUV 57.21 144.25 183.48 -
System Red Green Blue C M Y K H S L
Decimal 135 12 86 0 0.91 0.36 0.47 323.9 0.84 0.29
Hex 87 C 56 0 5B 24 2F 144 54 1D
Octal 207 14 126 0 133 44 57 504 124 35
Binary 10000111 1100 1010110 0 1011011 100100 101111 101000100 1010100 11101

Color Harmonies of #870C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870C56

Black with #870C56

Text Example


Text Example

White with #870C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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