Html Css Color HEX #870552 Eggplant

📋 copy color: '#870552'

red 135 ◦ green 5 ◦ blue 82

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

Shades of Eggplant #870552

Tints of Eggplant #870552

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.25%

 BLUE value IS 82 (32.42% from 255) = 36.94%

R = 60.81%
G = 2.25%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#870552 (or 0x870552) is known color: Eggplant. HEX triplet: 87, 05 and 52. RGB value is (135,5,82). Sum of RGB (Red+Green+Blue) = 135+5+82=222 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.81% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 135 - color contains mainly: red. Hex color #870552 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870552 is #78FAAD. Grayscale: #343434. Windows color (decimal): -7928494 or 5375367. OLE color: 5375367.

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

Color convert

RGB 135 5 82 -
CMYK 0 0.96 0.39 0.47
HSL 324.46º 0.93% 0.27% -
HSV(B) 324.46º 0.96% 0.53% -
XYZ 11.57 5.87 8.51 -
YUV 52.65 144.57 186.74 -
System Red Green Blue C M Y K H S L
Decimal 135 5 82 0 0.96 0.39 0.47 324.46 0.93 0.27
Hex 87 5 52 0 60 27 2F 144 5D 1B
Octal 207 5 122 0 140 47 57 504 135 33
Binary 10000111 101 1010010 0 1100000 100111 101111 101000100 1011101 11011

Color Harmonies of #870552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870552

Black with #870552

Text Example


Text Example

White with #870552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870552; }

 p { color: rgb(135,5,82); }

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

background-color css

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

 a { background-color: rgb(135,5,82); }

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

border-color css

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

 span { border-color: rgb(135,5,82); }

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