#830060

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

Shades of Eggplant #830060

Tints of Eggplant #830060

Color information

#830060 (or 0x830060) is unknown color: approx Eggplant. HEX triplet: 83, 00 and 60. RGB value is (131,0,96). Sum of RGB (Red+Green+Blue) = 131+0+96=227 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.71% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 131 - color contains mainly: red. Hex color #830060 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830060 is #7CFF9F. Grayscale: #313131. Windows color (decimal): -8191904 or 6291587. OLE color: 6291587.

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

Color convert

RGB131096-
CMYK010.270.49
HSL316.03º100%25.69%-
HSV(B)316.03º100%51.37%-
XYZ11.475.6711.56-
YUV50.11153.9185.69-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 57.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 96 (37.89% from 255) = 42.29%
R=57.71%
G=0%
B=42.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131096010.270.49316.0310025.69
Hex830600641B3113c641a
Octal20301400144336147414432
Binary10000011011000000110010011011110001100111100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830060; }

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

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

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

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

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

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

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

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