Html Css Color HEX #820551 Eggplant

📋 copy color: '#820551'

red 130 ◦ green 5 ◦ blue 81

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

Shades of Eggplant #820551

Tints of Eggplant #820551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 37.5%

R = 60.19%
G = 2.31%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#820551 (or 0x820551) is known color: Eggplant. HEX triplet: 82, 05 and 51. RGB value is (130,5,81). Sum of RGB (Red+Green+Blue) = 130+5+81=216 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.19% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 81 (32.03% from 255 or 37.5% from 216); Max value from RGB is 130 - color contains mainly: red. Hex color #820551 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820551 is #7DFAAE. Grayscale: #323232. Windows color (decimal): -8256175 or 5309826. OLE color: 5309826.

HSL color Cylindrical-coordinate representation of color #820551: hue angle of 323.52º 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 #820551 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 5 81 -
CMYK 0 0.96 0.38 0.49
HSL 323.52º 0.93% 0.26% -
HSV(B) 323.52º 0.96% 0.51% -
XYZ 10.75 5.45 8.27 -
YUV 51.04 144.91 184.32 -
System Red Green Blue C M Y K H S L
Decimal 130 5 81 0 0.96 0.38 0.49 323.52 0.93 0.26
Hex 82 5 51 0 60 26 31 144 5D 1A
Octal 202 5 121 0 140 46 61 504 135 32
Binary 10000010 101 1010001 0 1100000 100110 110001 101000100 1011101 11010

Color Harmonies of #820551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820551

Black with #820551

Text Example


Text Example

White with #820551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820551; }

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

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

background-color css

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

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

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

border-color css

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

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

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