Html Css Color HEX #820460 Eggplant

📋 copy color: '#820460'

red 130 ◦ green 4 ◦ blue 96

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

Shades of Eggplant #820460

Tints of Eggplant #820460

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.74%

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

R = 56.52%
G = 1.74%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#820460 (or 0x820460) is known color: Eggplant. HEX triplet: 82, 04 and 60. RGB value is (130,4,96). Sum of RGB (Red+Green+Blue) = 130+4+96=230 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.52% from 230); Green value is 4 (1.95% from 255 or 1.74% from 230); Blue value is 96 (37.89% from 255 or 41.74% from 230); Max value from RGB is 130 - color contains mainly: red. Hex color #820460 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820460 is #7DFB9F. Grayscale: #333333. Windows color (decimal): -8256416 or 6292610. OLE color: 6292610.

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

Color convert

RGB 130 4 96 -
CMYK 0 0.97 0.26 0.49
HSL 316.19º 0.94% 0.26% -
HSV(B) 316.19º 0.97% 0.51% -
XYZ 11.36 5.68 11.56 -
YUV 52.16 152.74 183.52 -
System Red Green Blue C M Y K H S L
Decimal 130 4 96 0 0.97 0.26 0.49 316.19 0.94 0.26
Hex 82 4 60 0 61 1A 31 13C 5E 1A
Octal 202 4 140 0 141 32 61 474 136 32
Binary 10000010 100 1100000 0 1100001 11010 110001 100111100 1011110 11010

Color Harmonies of #820460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820460

Black with #820460

Text Example


Text Example

White with #820460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820460; }

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

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

background-color css

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

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

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

border-color css

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

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

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