Html Css Color HEX #820653 Eggplant

📋 copy color: '#820653'

red 130 ◦ green 6 ◦ blue 83

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

Shades of Eggplant #820653

Tints of Eggplant #820653

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.74%

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

R = 59.36%
G = 2.74%
B = 37.9%

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

#820653 (or 0x820653) is known color: Eggplant. HEX triplet: 82, 06 and 53. RGB value is (130,6,83). Sum of RGB (Red+Green+Blue) = 130+6+83=219 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.36% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 130 - color contains mainly: red. Hex color #820653 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820653 is #7DF9AC. Grayscale: #333333. Windows color (decimal): -8255917 or 5441154. OLE color: 5441154.

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

Color convert

RGB 130 6 83 -
CMYK 0 0.95 0.36 0.49
HSL 322.74º 0.91% 0.27% -
HSV(B) 322.74º 0.95% 0.51% -
XYZ 10.83 5.5 8.67 -
YUV 51.85 145.58 183.74 -
System Red Green Blue C M Y K H S L
Decimal 130 6 83 0 0.95 0.36 0.49 322.74 0.91 0.27
Hex 82 6 53 0 5F 24 31 143 5B 1B
Octal 202 6 123 0 137 44 61 503 133 33
Binary 10000010 110 1010011 0 1011111 100100 110001 101000011 1011011 11011

Color Harmonies of #820653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820653

Black with #820653

Text Example


Text Example

White with #820653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820653; }

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

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

background-color css

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

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

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

border-color css

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

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

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