Html Css Color HEX #87004F Eggplant

📋 copy color: '#87004F'

red 135 ◦ green 0 ◦ blue 79

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

Shades of Eggplant #87004F

Tints of Eggplant #87004F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 36.92%

R = 63.08%
G = 0%
B = 36.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#87004F (or 0x87004F) is known color: Eggplant. HEX triplet: 87, 00 and 4F. RGB value is (135,0,79). Sum of RGB (Red+Green+Blue) = 135+0+79=214 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.08% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 79 (31.25% from 255 or 36.92% from 214); Max value from RGB is 135 - color contains mainly: red. Hex color #87004F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87004F is #78FFB0. Grayscale: #313131. Windows color (decimal): -7929777 or 5177479. OLE color: 5177479.

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

Color convert

RGB 135 0 79 -
CMYK 0 1 0.41 0.47
HSL 324.89º 1% 0.26% -
HSV(B) 324.89º 1% 0.53% -
XYZ 11.4 5.72 7.9 -
YUV 49.37 144.73 189.08 -
System Red Green Blue C M Y K H S L
Decimal 135 0 79 0 1 0.41 0.47 324.89 1 0.26
Hex 87 0 4F 0 64 29 2F 145 64 1A
Octal 207 0 117 0 144 51 57 505 144 32
Binary 10000111 0 1001111 0 1100100 101001 101111 101000101 1100100 11010

Color Harmonies of #87004F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87004F

Black with #87004F

Text Example


Text Example

White with #87004F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87004F; }

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

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

background-color css

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

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

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

border-color css

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

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

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