Html Css Color HEX #820560 Eggplant

📋 copy color: '#820560'

red 130 ◦ green 5 ◦ blue 96

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

Shades of Eggplant #820560

Tints of Eggplant #820560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 41.56%

R = 56.28%
G = 2.16%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#820560 (or 0x820560) is known color: Eggplant. HEX triplet: 82, 05 and 60. RGB value is (130,5,96). Sum of RGB (Red+Green+Blue) = 130+5+96=231 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.28% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 96 (37.89% from 255 or 41.56% from 231); Max value from RGB is 130 - color contains mainly: red. Hex color #820560 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820560 is #7DFA9F. Grayscale: #343434. Windows color (decimal): -8256160 or 6292866. OLE color: 6292866.

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

Color convert

RGB 130 5 96 -
CMYK 0 0.96 0.26 0.49
HSL 316.32º 0.93% 0.26% -
HSV(B) 316.32º 0.96% 0.51% -
XYZ 11.37 5.7 11.57 -
YUV 52.75 152.41 183.1 -
System Red Green Blue C M Y K H S L
Decimal 130 5 96 0 0.96 0.26 0.49 316.32 0.93 0.26
Hex 82 5 60 0 60 1A 31 13C 5D 1A
Octal 202 5 140 0 140 32 61 474 135 32
Binary 10000010 101 1100000 0 1100000 11010 110001 100111100 1011101 11010

Color Harmonies of #820560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820560

Black with #820560

Text Example


Text Example

White with #820560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820560; }

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

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

background-color css

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

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

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

border-color css

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

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

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