Html Css Color HEX #870455 Eggplant

📋 copy color: '#870455'

red 135 ◦ green 4 ◦ blue 85

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

Shades of Eggplant #870455

Tints of Eggplant #870455

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.79%

 BLUE value IS 85 (33.59% from 255) = 37.95%

R = 60.27%
G = 1.79%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#870455 (or 0x870455) is known color: Eggplant. HEX triplet: 87, 04 and 55. RGB value is (135,4,85). Sum of RGB (Red+Green+Blue) = 135+4+85=224 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.27% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 135 - color contains mainly: red. Hex color #870455 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870455 is #78FBAA. Grayscale: #343434. Windows color (decimal): -7928747 or 5571719. OLE color: 5571719.

HSL color Cylindrical-coordinate representation of color #870455: hue angle of 322.9º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #870455 is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 4 85 -
CMYK 0 0.97 0.37 0.47
HSL 322.9º 0.94% 0.27% -
HSV(B) 322.9º 0.97% 0.53% -
XYZ 11.67 5.89 9.12 -
YUV 52.4 146.4 186.91 -
System Red Green Blue C M Y K H S L
Decimal 135 4 85 0 0.97 0.37 0.47 322.9 0.94 0.27
Hex 87 4 55 0 61 25 2F 143 5E 1B
Octal 207 4 125 0 141 45 57 503 136 33
Binary 10000111 100 1010101 0 1100001 100101 101111 101000011 1011110 11011

Color Harmonies of #870455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870455

Black with #870455

Text Example


Text Example

White with #870455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870455; }

 p { color: rgb(135,4,85); }

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

background-color css

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

 a { background-color: rgb(135,4,85); }

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

border-color css

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

 span { border-color: rgb(135,4,85); }

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