Html Css Color HEX #820563 Eggplant

📋 copy color: '#820563'

red 130 ◦ green 5 ◦ blue 99

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

Shades of Eggplant #820563

Tints of Eggplant #820563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 42.31%

R = 55.56%
G = 2.14%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#820563 (or 0x820563) is known color: Eggplant. HEX triplet: 82, 05 and 63. RGB value is (130,5,99). Sum of RGB (Red+Green+Blue) = 130+5+99=234 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.56% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 130 - color contains mainly: red. Hex color #820563 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820563 is #7DFA9C. Grayscale: #343434. Windows color (decimal): -8256157 or 6489474. OLE color: 6489474.

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

Color convert

RGB 130 5 99 -
CMYK 0 0.96 0.24 0.49
HSL 314.88º 0.93% 0.26% -
HSV(B) 314.88º 0.96% 0.51% -
XYZ 11.51 5.76 12.31 -
YUV 53.09 153.91 182.86 -
System Red Green Blue C M Y K H S L
Decimal 130 5 99 0 0.96 0.24 0.49 314.88 0.93 0.26
Hex 82 5 63 0 60 18 31 13B 5D 1A
Octal 202 5 143 0 140 30 61 473 135 32
Binary 10000010 101 1100011 0 1100000 11000 110001 100111011 1011101 11010

Color Harmonies of #820563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820563

Black with #820563

Text Example


Text Example

White with #820563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820563; }

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

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

background-color css

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

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

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

border-color css

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

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

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