Html Css Color HEX #870461 Eggplant

📋 copy color: '#870461'

red 135 ◦ green 4 ◦ blue 97

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

Shades of Eggplant #870461

Tints of Eggplant #870461

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.69%

 BLUE value IS 97 (38.28% from 255) = 41.1%

R = 57.2%
G = 1.69%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#870461 (or 0x870461) is known color: Eggplant. HEX triplet: 87, 04 and 61. RGB value is (135,4,97). Sum of RGB (Red+Green+Blue) = 135+4+97=236 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.20% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 97 (38.28% from 255 or 41.10% from 236); Max value from RGB is 135 - color contains mainly: red. Hex color #870461 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870461 is #78FB9E. Grayscale: #353535. Windows color (decimal): -7928735 or 6358151. OLE color: 6358151.

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

Color convert

RGB 135 4 97 -
CMYK 0 0.97 0.28 0.47
HSL 317.4º 0.94% 0.27% -
HSV(B) 317.4º 0.97% 0.53% -
XYZ 12.19 6.1 11.84 -
YUV 53.77 152.4 185.94 -
System Red Green Blue C M Y K H S L
Decimal 135 4 97 0 0.97 0.28 0.47 317.4 0.94 0.27
Hex 87 4 61 0 61 1C 2F 13D 5E 1B
Octal 207 4 141 0 141 34 57 475 136 33
Binary 10000111 100 1100001 0 1100001 11100 101111 100111101 1011110 11011

Color Harmonies of #870461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870461

Black with #870461

Text Example


Text Example

White with #870461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870461; }

 p { color: rgb(135,4,97); }

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

background-color css

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

 a { background-color: rgb(135,4,97); }

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

border-color css

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

 span { border-color: rgb(135,4,97); }

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