Html Css Color HEX #840557 Eggplant

📋 copy color: '#840557'

red 132 ◦ green 5 ◦ blue 87

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

Shades of Eggplant #840557

Tints of Eggplant #840557

RGB

 RED value IS 132 (51.95% from 255) = 58.93%

 GREEN value IS 5 (2.34% from 255) = 2.23%

 BLUE value IS 87 (34.38% from 255) = 38.84%

R = 58.93%
G = 2.23%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.48

RGB Variations

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

Color information

#840557 (or 0x840557) is known color: Eggplant. HEX triplet: 84, 05 and 57. RGB value is (132,5,87). Sum of RGB (Red+Green+Blue) = 132+5+87=224 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.93% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 87 (34.38% from 255 or 38.84% from 224); Max value from RGB is 132 - color contains mainly: red. Hex color #840557 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840557 is #7BFAA8. Grayscale: #343434. Windows color (decimal): -8125097 or 5703044. OLE color: 5703044.

HSL color Cylindrical-coordinate representation of color #840557: hue angle of 321.26º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #840557 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 5 87 -
CMYK 0 0.96 0.34 0.48
HSL 321.26º 0.93% 0.27% -
HSV(B) 321.26º 0.96% 0.52% -
XYZ 11.29 5.7 9.52 -
YUV 52.32 147.58 184.83 -
System Red Green Blue C M Y K H S L
Decimal 132 5 87 0 0.96 0.34 0.48 321.26 0.93 0.27
Hex 84 5 57 0 60 22 30 141 5D 1B
Octal 204 5 127 0 140 42 60 501 135 33
Binary 10000100 101 1010111 0 1100000 100010 110000 101000001 1011101 11011

Color Harmonies of #840557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840557

Black with #840557

Text Example


Text Example

White with #840557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840557; }

 p { color: rgb(132,5,87); }

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

background-color css

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

 a { background-color: rgb(132,5,87); }

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

border-color css

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

 span { border-color: rgb(132,5,87); }

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