#870053

Color #870053 Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #870053

Tints of Eggplant #870053

Color information

#870053 (or 0x870053) is unknown color: approx Eggplant. HEX triplet: 87, 00 and 53. RGB value is (135,0,83). Sum of RGB (Red+Green+Blue) = 135+0+83=218 (28% of max value = 765). Red value is 135 (53.12% from 255 or 61.93% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 83 (32.81% from 255 or 38.07% from 218); Max value from RGB is 135 - color contains mainly: red. Hex color #870053 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870053 is #78FFAC. Grayscale: #313131. Windows color (decimal): -7929773 or 5439623. OLE color: 5439623.

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

Color convert

RGB135083-
CMYK010.390.47
HSL323.11º100%26.47%-
HSV(B)323.11º100%52.94%-
XYZ11.555.788.69-
YUV49.83146.73188.75-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 61.93%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 83 (32.81% from 255) = 38.07%
R=61.93%
G=0%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135083010.390.47323.1110026.47
Hex87053064272F143641a
Octal20701230144475750314432
Binary100001110101001101100100100111101111101000011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870053; }

 p { color: rgb(135,0,83); }

 H1.HeaderClassName
 {
   color: #870053;
 }
 .AnyTagClassName
 {
   color: #870053;
 }
</style>
background-color css

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

 a { background-color: rgb(135,0,83); }

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

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

 span { border-color: rgb(135,0,83); }

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