#820065

Color #820065 Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #820065

Tints of Eggplant #820065

Color information

#820065 (or 0x820065) is unknown color: approx Eggplant. HEX triplet: 82, 00 and 65. RGB value is (130,0,101). Sum of RGB (Red+Green+Blue) = 130+0+101=231 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.28% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 130 - color contains mainly: red. Hex color #820065 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820065 is #7DFF9A. Grayscale: #323232. Windows color (decimal): -8257435 or 6619266. OLE color: 6619266.

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

Color convert

RGB1300101-
CMYK010.220.49
HSL313.38º100%25.49%-
HSV(B)313.38º100%50.98%-
XYZ11.555.6912.8-
YUV50.38156.57184.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 56.28%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 101 (39.84% from 255) = 43.72%
R=56.28%
G=0%
B=43.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1300101010.220.49313.3810025.49
Hex8206506416311396419
Octal20201450144266147114431
Binary10000010011001010110010010110110001100111001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820065; }

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

 H1.HeaderClassName
 {
   color: #820065;
 }
 .AnyTagClassName
 {
   color: #820065;
 }
</style>
background-color css

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

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

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

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

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

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