Html Css Color HEX #870355 Eggplant

📋 copy color: '#870355'

red 135 ◦ green 3 ◦ blue 85

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

Shades of Eggplant #870355

Tints of Eggplant #870355

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.35%

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

R = 60.54%
G = 1.35%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#870355 (or 0x870355) is known color: Eggplant. HEX triplet: 87, 03 and 55. RGB value is (135,3,85). Sum of RGB (Red+Green+Blue) = 135+3+85=223 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.54% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 85 (33.59% from 255 or 38.12% from 223); Max value from RGB is 135 - color contains mainly: red. Hex color #870355 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870355 is #78FCAA. Grayscale: #333333. Windows color (decimal): -7929003 or 5571463. OLE color: 5571463.

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

Color convert

RGB 135 3 85 -
CMYK 0 0.98 0.37 0.47
HSL 322.73º 0.96% 0.27% -
HSV(B) 322.73º 0.98% 0.53% -
XYZ 11.66 5.87 9.11 -
YUV 51.82 146.73 187.33 -
System Red Green Blue C M Y K H S L
Decimal 135 3 85 0 0.98 0.37 0.47 322.73 0.96 0.27
Hex 87 3 55 0 62 25 2F 143 60 1B
Octal 207 3 125 0 142 45 57 503 140 33
Binary 10000111 11 1010101 0 1100010 100101 101111 101000011 1100000 11011

Color Harmonies of #870355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870355

Black with #870355

Text Example


Text Example

White with #870355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870355; }

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

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

background-color css

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

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

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

border-color css

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

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

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