Html Css Color HEX #870C64 Eggplant

📋 copy color: '#870C64'

red 135 ◦ green 12 ◦ blue 100

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

Shades of Eggplant #870C64

Tints of Eggplant #870C64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 40.49%

R = 54.66%
G = 4.86%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#870C64 (or 0x870C64) is known color: Eggplant. HEX triplet: 87, 0C and 64. RGB value is (135,12,100). Sum of RGB (Red+Green+Blue) = 135+12+100=247 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.66% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 100 (39.45% from 255 or 40.49% from 247); Max value from RGB is 135 - color contains mainly: red. Hex color #870C64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870C64 is #78F39B. Grayscale: #3A3A3A. Windows color (decimal): -7926684 or 6556807. OLE color: 6556807.

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

Color convert

RGB 135 12 100 -
CMYK 0 0.91 0.26 0.47
HSL 317.07º 0.84% 0.29% -
HSV(B) 317.07º 0.91% 0.53% -
XYZ 12.42 6.33 12.62 -
YUV 58.81 151.25 182.34 -
System Red Green Blue C M Y K H S L
Decimal 135 12 100 0 0.91 0.26 0.47 317.07 0.84 0.29
Hex 87 C 64 0 5B 1A 2F 13D 54 1D
Octal 207 14 144 0 133 32 57 475 124 35
Binary 10000111 1100 1100100 0 1011011 11010 101111 100111101 1010100 11101

Color Harmonies of #870C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870C64

Black with #870C64

Text Example


Text Example

White with #870C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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