Html Css Color HEX #820556 Eggplant

📋 copy color: '#820556'

red 130 ◦ green 5 ◦ blue 86

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

Shades of Eggplant #820556

Tints of Eggplant #820556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 38.91%

R = 58.82%
G = 2.26%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#820556 (or 0x820556) is known color: Eggplant. HEX triplet: 82, 05 and 56. RGB value is (130,5,86). Sum of RGB (Red+Green+Blue) = 130+5+86=221 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.82% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 86 (33.98% from 255 or 38.91% from 221); Max value from RGB is 130 - color contains mainly: red. Hex color #820556 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820556 is #7DFAA9. Grayscale: #333333. Windows color (decimal): -8256170 or 5637506. OLE color: 5637506.

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

Color convert

RGB 130 5 86 -
CMYK 0 0.96 0.34 0.49
HSL 321.12º 0.93% 0.26% -
HSV(B) 321.12º 0.96% 0.51% -
XYZ 10.94 5.53 9.29 -
YUV 51.61 147.41 183.91 -
System Red Green Blue C M Y K H S L
Decimal 130 5 86 0 0.96 0.34 0.49 321.12 0.93 0.26
Hex 82 5 56 0 60 22 31 141 5D 1A
Octal 202 5 126 0 140 42 61 501 135 32
Binary 10000010 101 1010110 0 1100000 100010 110001 101000001 1011101 11010

Color Harmonies of #820556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820556

Black with #820556

Text Example


Text Example

White with #820556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820556; }

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

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

background-color css

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

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

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

border-color css

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

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

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