Html Css Color HEX #820552 Eggplant

📋 copy color: '#820552'

red 130 ◦ green 5 ◦ blue 82

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

Shades of Eggplant #820552

Tints of Eggplant #820552

RGB

 RED value IS 130 (51.17% from 255) = 59.91%

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

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

R = 59.91%
G = 2.3%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#820552 (or 0x820552) is known color: Eggplant. HEX triplet: 82, 05 and 52. RGB value is (130,5,82). Sum of RGB (Red+Green+Blue) = 130+5+82=217 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.91% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 82 (32.42% from 255 or 37.79% from 217); Max value from RGB is 130 - color contains mainly: red. Hex color #820552 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820552 is #7DFAAD. Grayscale: #323232. Windows color (decimal): -8256174 or 5375362. OLE color: 5375362.

HSL color Cylindrical-coordinate representation of color #820552: hue angle of 323.04º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #820552 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 5 82 -
CMYK 0 0.96 0.37 0.49
HSL 323.04º 0.93% 0.26% -
HSV(B) 323.04º 0.96% 0.51% -
XYZ 10.78 5.46 8.47 -
YUV 51.15 145.41 184.24 -
System Red Green Blue C M Y K H S L
Decimal 130 5 82 0 0.96 0.37 0.49 323.04 0.93 0.26
Hex 82 5 52 0 60 25 31 143 5D 1A
Octal 202 5 122 0 140 45 61 503 135 32
Binary 10000010 101 1010010 0 1100000 100101 110001 101000011 1011101 11010

Color Harmonies of #820552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820552

Black with #820552

Text Example


Text Example

White with #820552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820552; }

 p { color: rgb(130,5,82); }

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

background-color css

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

 a { background-color: rgb(130,5,82); }

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

border-color css

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

 span { border-color: rgb(130,5,82); }

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