Html Css Color HEX #840768 Eggplant

📋 copy color: '#840768'

red 132 ◦ green 7 ◦ blue 104

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

Shades of Eggplant #840768

Tints of Eggplant #840768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 42.8%

R = 54.32%
G = 2.88%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#840768 (or 0x840768) is known color: Eggplant. HEX triplet: 84, 07 and 68. RGB value is (132,7,104). Sum of RGB (Red+Green+Blue) = 132+7+104=243 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.32% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 104 (41.02% from 255 or 42.80% from 243); Max value from RGB is 132 - color contains mainly: red. Hex color #840768 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840768 is #7BF897. Grayscale: #373737. Windows color (decimal): -8124568 or 6817668. OLE color: 6817668.

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

Color convert

RGB 132 7 104 -
CMYK 0 0.95 0.21 0.48
HSL 313.44º 0.9% 0.27% -
HSV(B) 313.44º 0.95% 0.52% -
XYZ 12.09 6.06 13.63 -
YUV 55.43 155.41 182.61 -
System Red Green Blue C M Y K H S L
Decimal 132 7 104 0 0.95 0.21 0.48 313.44 0.9 0.27
Hex 84 7 68 0 5F 15 30 139 5A 1B
Octal 204 7 150 0 137 25 60 471 132 33
Binary 10000100 111 1101000 0 1011111 10101 110000 100111001 1011010 11011

Color Harmonies of #840768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840768

Black with #840768

Text Example


Text Example

White with #840768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840768; }

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

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

background-color css

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

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

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

border-color css

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

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

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