Html Css Color HEX #840052 Eggplant

📋 copy color: '#840052'

red 132 ◦ green 0 ◦ blue 82

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

Shades of Eggplant #840052

Tints of Eggplant #840052

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 82 (32.42% from 255) = 38.32%

R = 61.68%
G = 0%
B = 38.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#840052 (or 0x840052) is known color: Eggplant. HEX triplet: 84, 00 and 52. RGB value is (132,0,82). Sum of RGB (Red+Green+Blue) = 132+0+82=214 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.68% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 82 (32.42% from 255 or 38.32% from 214); Max value from RGB is 132 - color contains mainly: red. Hex color #840052 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840052 is #7BFFAD. Grayscale: #303030. Windows color (decimal): -8126382 or 5374084. OLE color: 5374084.

HSL color Cylindrical-coordinate representation of color #840052: hue angle of 322.73º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #840052 is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 0 82 -
CMYK 0 1 0.38 0.48
HSL 322.73º 1% 0.26% -
HSV(B) 322.73º 1% 0.52% -
XYZ 11.04 5.51 8.47 -
YUV 48.82 146.73 187.33 -
System Red Green Blue C M Y K H S L
Decimal 132 0 82 0 1 0.38 0.48 322.73 1 0.26
Hex 84 0 52 0 64 26 30 143 64 1A
Octal 204 0 122 0 144 46 60 503 144 32
Binary 10000100 0 1010010 0 1100100 100110 110000 101000011 1100100 11010

Color Harmonies of #840052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840052

Black with #840052

Text Example


Text Example

White with #840052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840052; }

 p { color: rgb(132,0,82); }

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

background-color css

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

 a { background-color: rgb(132,0,82); }

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

border-color css

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

 span { border-color: rgb(132,0,82); }

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