#830052

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

Shades of Eggplant #830052

Tints of Eggplant #830052

Color information

#830052 (or 0x830052) is unknown color: approx Eggplant. HEX triplet: 83, 00 and 52. RGB value is (131,0,82). Sum of RGB (Red+Green+Blue) = 131+0+82=213 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.50% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 82 (32.42% from 255 or 38.50% from 213); Max value from RGB is 131 - color contains mainly: red. Hex color #830052 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830052 is #7CFFAD. Grayscale: #303030. Windows color (decimal): -8191918 or 5374083. OLE color: 5374083.

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

Color convert

RGB131082-
CMYK010.370.49
HSL322.44º100%25.69%-
HSV(B)322.44º100%51.37%-
XYZ10.885.438.46-
YUV48.52146.9186.83-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 61.50%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 82 (32.42% from 255) = 38.50%
R=61.50%
G=0%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131082010.370.49322.4410025.69
Hex830520642531142641a
Octal20301220144456150214432
Binary100000110101001001100100100101110001101000010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830052; }

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

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

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

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

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

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

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

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