Html Css Color HEX #840756 Eggplant

📋 copy color: '#840756'

red 132 ◦ green 7 ◦ blue 86

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

Shades of Eggplant #840756

Tints of Eggplant #840756

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.11%

 BLUE value IS 86 (33.98% from 255) = 38.22%

R = 58.67%
G = 3.11%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#840756 (or 0x840756) is known color: Eggplant. HEX triplet: 84, 07 and 56. RGB value is (132,7,86). Sum of RGB (Red+Green+Blue) = 132+7+86=225 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.67% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 86 (33.98% from 255 or 38.22% from 225); Max value from RGB is 132 - color contains mainly: red. Hex color #840756 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840756 is #7BF8A9. Grayscale: #353535. Windows color (decimal): -8124586 or 5638020. OLE color: 5638020.

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

Color convert

RGB 132 7 86 -
CMYK 0 0.95 0.35 0.48
HSL 322.08º 0.9% 0.27% -
HSV(B) 322.08º 0.95% 0.52% -
XYZ 11.27 5.73 9.32 -
YUV 53.38 146.41 184.08 -
System Red Green Blue C M Y K H S L
Decimal 132 7 86 0 0.95 0.35 0.48 322.08 0.9 0.27
Hex 84 7 56 0 5F 23 30 142 5A 1B
Octal 204 7 126 0 137 43 60 502 132 33
Binary 10000100 111 1010110 0 1011111 100011 110000 101000010 1011010 11011

Color Harmonies of #840756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840756

Black with #840756

Text Example


Text Example

White with #840756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840756; }

 p { color: rgb(132,7,86); }

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

background-color css

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

 a { background-color: rgb(132,7,86); }

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

border-color css

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

 span { border-color: rgb(132,7,86); }

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