Html Css Color HEX #820558 Eggplant

📋 copy color: '#820558'

red 130 ◦ green 5 ◦ blue 88

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

Shades of Eggplant #820558

Tints of Eggplant #820558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 39.46%

R = 58.3%
G = 2.24%
B = 39.46%

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

#820558 (or 0x820558) is known color: Eggplant. HEX triplet: 82, 05 and 58. RGB value is (130,5,88). Sum of RGB (Red+Green+Blue) = 130+5+88=223 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.30% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 88 (34.77% from 255 or 39.46% from 223); Max value from RGB is 130 - color contains mainly: red. Hex color #820558 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820558 is #7DFAA7. Grayscale: #333333. Windows color (decimal): -8256168 or 5768578. OLE color: 5768578.

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

Color convert

RGB 130 5 88 -
CMYK 0 0.96 0.32 0.49
HSL 320.16º 0.93% 0.26% -
HSV(B) 320.16º 0.96% 0.51% -
XYZ 11.02 5.56 9.72 -
YUV 51.84 148.41 183.75 -
System Red Green Blue C M Y K H S L
Decimal 130 5 88 0 0.96 0.32 0.49 320.16 0.93 0.26
Hex 82 5 58 0 60 20 31 140 5D 1A
Octal 202 5 130 0 140 40 61 500 135 32
Binary 10000010 101 1011000 0 1100000 100000 110001 101000000 1011101 11010

Color Harmonies of #820558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820558

Black with #820558

Text Example


Text Example

White with #820558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820558; }

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

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

background-color css

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

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

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

border-color css

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

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

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