#830452

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

Shades of Eggplant #830452

Tints of Eggplant #830452

Color information

#830452 (or 0x830452) is unknown color: approx Eggplant. HEX triplet: 83, 04 and 52. RGB value is (131,4,82). Sum of RGB (Red+Green+Blue) = 131+4+82=217 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.37% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 82 (32.42% from 255 or 37.79% from 217); Max value from RGB is 131 - color contains mainly: red. Hex color #830452 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830452 is #7CFBAD. Grayscale: #323232. Windows color (decimal): -8190894 or 5375107. OLE color: 5375107.

HSL color Cylindrical-coordinate representation of color #830452: hue angle of 323.15º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #830452 is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB131482-
CMYK00.970.370.49
HSL323.15º94.07%26.47%-
HSV(B)323.15º96.95%51.37%-
XYZ10.935.528.47-
YUV50.86145.58185.16-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 60.37%
GREEN value IS 4 (1.95% from 255) = 1.84%
BLUE value IS 82 (32.42% from 255) = 37.79%
R=60.37%
G=1.84%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13148200.970.370.49323.1594.0726.47
Hex8345206125311435e1a
Octal20341220141456150313632
Binary10000011100101001001100001100101110001101000011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830452; }

 p { color: rgb(131,4,82); }

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

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

 a { background-color: rgb(131,4,82); }

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

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

 span { border-color: rgb(131,4,82); }

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