Html Css Color HEX #820753 Eggplant

📋 copy color: '#820753'

red 130 ◦ green 7 ◦ blue 83

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

Shades of Eggplant #820753

Tints of Eggplant #820753

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.18%

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

R = 59.09%
G = 3.18%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#820753 (or 0x820753) is known color: Eggplant. HEX triplet: 82, 07 and 53. RGB value is (130,7,83). Sum of RGB (Red+Green+Blue) = 130+7+83=220 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.09% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 130 - color contains mainly: red. Hex color #820753 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820753 is #7DF8AC. Grayscale: #343434. Windows color (decimal): -8255661 or 5441410. OLE color: 5441410.

HSL color Cylindrical-coordinate representation of color #820753: hue angle of 322.93º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #820753 is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 7 83 -
CMYK 0 0.95 0.36 0.49
HSL 322.93º 0.9% 0.27% -
HSV(B) 322.93º 0.95% 0.51% -
XYZ 10.84 5.52 8.68 -
YUV 52.44 145.25 183.32 -
System Red Green Blue C M Y K H S L
Decimal 130 7 83 0 0.95 0.36 0.49 322.93 0.9 0.27
Hex 82 7 53 0 5F 24 31 143 5A 1B
Octal 202 7 123 0 137 44 61 503 132 33
Binary 10000010 111 1010011 0 1011111 100100 110001 101000011 1011010 11011

Color Harmonies of #820753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820753

Black with #820753

Text Example


Text Example

White with #820753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820753; }

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

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

background-color css

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

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

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

border-color css

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

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

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