#830759

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

Shades of Eggplant #830759

Tints of Eggplant #830759

Color information

#830759 (or 0x830759) is unknown color: approx Eggplant. HEX triplet: 83, 07 and 59. RGB value is (131,7,89). Sum of RGB (Red+Green+Blue) = 131+7+89=227 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.71% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 131 - color contains mainly: red. Hex color #830759 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830759 is #7CF8A6. Grayscale: #353535. Windows color (decimal): -8190119 or 5834627. OLE color: 5834627.

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

Color convert

RGB131789-
CMYK00.950.320.49
HSL320.32º89.86%27.06%-
HSV(B)320.32º94.66%51.37%-
XYZ11.245.79.96-
YUV53.42148.08183.33-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 57.71%
GREEN value IS 7 (3.12% from 255) = 3.08%
BLUE value IS 89 (35.16% from 255) = 39.21%
R=57.71%
G=3.08%
B=39.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13178900.950.320.49320.3289.8627.06
Hex8375905F20311405a1b
Octal20371310137406150013233
Binary10000011111101100101011111100000110001101000000101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830759; }

 p { color: rgb(131,7,89); }

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

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

 a { background-color: rgb(131,7,89); }

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

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

 span { border-color: rgb(131,7,89); }

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