Html Css Color HEX #820359 Eggplant

📋 copy color: '#820359'

red 130 ◦ green 3 ◦ blue 89

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

Shades of Eggplant #820359

Tints of Eggplant #820359

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.35%

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

R = 58.56%
G = 1.35%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#820359 (or 0x820359) is known color: Eggplant. HEX triplet: 82, 03 and 59. RGB value is (130,3,89). Sum of RGB (Red+Green+Blue) = 130+3+89=222 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.56% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 89 (35.16% from 255 or 40.09% from 222); Max value from RGB is 130 - color contains mainly: red. Hex color #820359 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820359 is #7DFCA6. Grayscale: #323232. Windows color (decimal): -8256679 or 5833602. OLE color: 5833602.

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

Color convert

RGB 130 3 89 -
CMYK 0 0.98 0.32 0.49
HSL 319.37º 0.95% 0.26% -
HSV(B) 319.37º 0.98% 0.51% -
XYZ 11.04 5.53 9.94 -
YUV 50.78 149.58 184.51 -
System Red Green Blue C M Y K H S L
Decimal 130 3 89 0 0.98 0.32 0.49 319.37 0.95 0.26
Hex 82 3 59 0 62 20 31 13F 5F 1A
Octal 202 3 131 0 142 40 61 477 137 32
Binary 10000010 11 1011001 0 1100010 100000 110001 100111111 1011111 11010

Color Harmonies of #820359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820359

Black with #820359

Text Example


Text Example

White with #820359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820359; }

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

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

background-color css

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

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

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

border-color css

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

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

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