Html Css Color HEX #820063 Eggplant

📋 copy color: '#820063'

red 130 ◦ green 0 ◦ blue 99

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

Shades of Eggplant #820063

Tints of Eggplant #820063

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 99 (39.06% from 255) = 43.23%

R = 56.77%
G = 0%
B = 43.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#820063 (or 0x820063) is known color: Eggplant. HEX triplet: 82, 00 and 63. RGB value is (130,0,99). Sum of RGB (Red+Green+Blue) = 130+0+99=229 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.77% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 99 (39.06% from 255 or 43.23% from 229); Max value from RGB is 130 - color contains mainly: red. Hex color #820063 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820063 is #7DFF9C. Grayscale: #313131. Windows color (decimal): -8257437 or 6488194. OLE color: 6488194.

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

Color convert

RGB 130 0 99 -
CMYK 0 1 0.24 0.49
HSL 314.31º 1% 0.25% -
HSV(B) 314.31º 1% 0.51% -
XYZ 11.46 5.65 12.29 -
YUV 50.16 155.57 184.95 -
System Red Green Blue C M Y K H S L
Decimal 130 0 99 0 1 0.24 0.49 314.31 1 0.25
Hex 82 0 63 0 64 18 31 13A 64 19
Octal 202 0 143 0 144 30 61 472 144 31
Binary 10000010 0 1100011 0 1100100 11000 110001 100111010 1100100 11001

Color Harmonies of #820063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820063

Black with #820063

Text Example


Text Example

White with #820063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820063; }

 p { color: rgb(130,0,99); }

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

background-color css

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

 a { background-color: rgb(130,0,99); }

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

border-color css

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

 span { border-color: rgb(130,0,99); }

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