#820068

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

Shades of Eggplant #820068

Tints of Eggplant #820068

Color information

#820068 (or 0x820068) is unknown color: approx Eggplant. HEX triplet: 82, 00 and 68. RGB value is (130,0,104). Sum of RGB (Red+Green+Blue) = 130+0+104=234 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.56% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 104 (41.02% from 255 or 44.44% from 234); Max value from RGB is 130 - color contains mainly: red. Hex color #820068 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820068 is #7DFF97. Grayscale: #323232. Windows color (decimal): -8257432 or 6815874. OLE color: 6815874.

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

Color convert

RGB1300104-
CMYK010.20.49
HSL312º100%25.49%-
HSV(B)312º100%50.98%-
XYZ11.75.7513.59-
YUV50.73158.07184.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 104 (41.02% from 255) = 44.44%
R=55.56%
G=0%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.2
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1300104010.20.4931210025.49
Hex8206806414311386419
Octal20201500144246147014431
Binary10000010011010000110010010100110001100111000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820068; }

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

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

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

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

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

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

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

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