Html Css Color HEX #870054 Eggplant

📋 copy color: '#870054'

red 135 ◦ green 0 ◦ blue 84

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

Shades of Eggplant #870054

Tints of Eggplant #870054

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 84 (33.2% from 255) = 38.36%

R = 61.64%
G = 0%
B = 38.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#870054 (or 0x870054) is known color: Eggplant. HEX triplet: 87, 00 and 54. RGB value is (135,0,84). Sum of RGB (Red+Green+Blue) = 135+0+84=219 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.64% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 84 (33.20% from 255 or 38.36% from 219); Max value from RGB is 135 - color contains mainly: red. Hex color #870054 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870054 is #78FFAB. Grayscale: #313131. Windows color (decimal): -7929772 or 5505159. OLE color: 5505159.

HSL color Cylindrical-coordinate representation of color #870054: hue angle of 322.67º 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 #870054 is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 0 84 -
CMYK 0 1 0.38 0.47
HSL 322.67º 1% 0.26% -
HSV(B) 322.67º 1% 0.53% -
XYZ 11.59 5.79 8.89 -
YUV 49.94 147.23 188.67 -
System Red Green Blue C M Y K H S L
Decimal 135 0 84 0 1 0.38 0.47 322.67 1 0.26
Hex 87 0 54 0 64 26 2F 143 64 1A
Octal 207 0 124 0 144 46 57 503 144 32
Binary 10000111 0 1010100 0 1100100 100110 101111 101000011 1100100 11010

Color Harmonies of #870054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870054

Black with #870054

Text Example


Text Example

White with #870054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870054; }

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

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

background-color css

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

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

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

border-color css

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

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

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