Html Css Color HEX #820559 Eggplant

📋 copy color: '#820559'

red 130 ◦ green 5 ◦ blue 89

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

Shades of Eggplant #820559

Tints of Eggplant #820559

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 39.73%

R = 58.04%
G = 2.23%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#820559 (or 0x820559) is known color: Eggplant. HEX triplet: 82, 05 and 59. RGB value is (130,5,89). Sum of RGB (Red+Green+Blue) = 130+5+89=224 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.04% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 89 (35.16% from 255 or 39.73% from 224); Max value from RGB is 130 - color contains mainly: red. Hex color #820559 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820559 is #7DFAA6. Grayscale: #333333. Windows color (decimal): -8256167 or 5834114. OLE color: 5834114.

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

Color convert

RGB 130 5 89 -
CMYK 0 0.96 0.32 0.49
HSL 319.68º 0.93% 0.26% -
HSV(B) 319.68º 0.96% 0.51% -
XYZ 11.06 5.58 9.94 -
YUV 51.95 148.91 183.67 -
System Red Green Blue C M Y K H S L
Decimal 130 5 89 0 0.96 0.32 0.49 319.68 0.93 0.26
Hex 82 5 59 0 60 20 31 140 5D 1A
Octal 202 5 131 0 140 40 61 500 135 32
Binary 10000010 101 1011001 0 1100000 100000 110001 101000000 1011101 11010

Color Harmonies of #820559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820559

Black with #820559

Text Example


Text Example

White with #820559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820559; }

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

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

background-color css

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

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

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

border-color css

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

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

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