Html Css Color HEX #820453 Eggplant

📋 copy color: '#820453'

red 130 ◦ green 4 ◦ blue 83

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

Shades of Eggplant #820453

Tints of Eggplant #820453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 38.25%

R = 59.91%
G = 1.84%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#820453 (or 0x820453) is known color: Eggplant. HEX triplet: 82, 04 and 53. RGB value is (130,4,83). Sum of RGB (Red+Green+Blue) = 130+4+83=217 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.91% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 83 (32.81% from 255 or 38.25% from 217); Max value from RGB is 130 - color contains mainly: red. Hex color #820453 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820453 is #7DFBAC. Grayscale: #323232. Windows color (decimal): -8256429 or 5440642. OLE color: 5440642.

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

Color convert

RGB 130 4 83 -
CMYK 0 0.97 0.36 0.49
HSL 322.38º 0.94% 0.26% -
HSV(B) 322.38º 0.97% 0.51% -
XYZ 10.81 5.46 8.67 -
YUV 50.68 146.24 184.58 -
System Red Green Blue C M Y K H S L
Decimal 130 4 83 0 0.97 0.36 0.49 322.38 0.94 0.26
Hex 82 4 53 0 61 24 31 142 5E 1A
Octal 202 4 123 0 141 44 61 502 136 32
Binary 10000010 100 1010011 0 1100001 100100 110001 101000010 1011110 11010

Color Harmonies of #820453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820453

Black with #820453

Text Example


Text Example

White with #820453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820453; }

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

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

background-color css

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

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

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

border-color css

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

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

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