Html Css Color HEX #840758 Eggplant

📋 copy color: '#840758'

red 132 ◦ green 7 ◦ blue 88

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

Shades of Eggplant #840758

Tints of Eggplant #840758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 38.77%

R = 58.15%
G = 3.08%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#840758 (or 0x840758) is known color: Eggplant. HEX triplet: 84, 07 and 58. RGB value is (132,7,88). Sum of RGB (Red+Green+Blue) = 132+7+88=227 (30% of max value = 765). Red value is 132 (51.95% from 255 or 58.15% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 88 (34.77% from 255 or 38.77% from 227); Max value from RGB is 132 - color contains mainly: red. Hex color #840758 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840758 is #7BF8A7. Grayscale: #353535. Windows color (decimal): -8124584 or 5769092. OLE color: 5769092.

HSL color Cylindrical-coordinate representation of color #840758: hue angle of 321.12º 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 #840758 is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 7 88 -
CMYK 0 0.95 0.33 0.48
HSL 321.12º 0.9% 0.27% -
HSV(B) 321.12º 0.95% 0.52% -
XYZ 11.35 5.76 9.75 -
YUV 53.61 147.41 183.91 -
System Red Green Blue C M Y K H S L
Decimal 132 7 88 0 0.95 0.33 0.48 321.12 0.9 0.27
Hex 84 7 58 0 5F 21 30 141 5A 1B
Octal 204 7 130 0 137 41 60 501 132 33
Binary 10000100 111 1011000 0 1011111 100001 110000 101000001 1011010 11011

Color Harmonies of #840758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840758

Black with #840758

Text Example


Text Example

White with #840758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840758; }

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

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

background-color css

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

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

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

border-color css

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

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

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