#830068

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

Shades of Eggplant #830068

Tints of Eggplant #830068

Color information

#830068 (or 0x830068) is unknown color: approx Eggplant. HEX triplet: 83, 00 and 68. RGB value is (131,0,104). Sum of RGB (Red+Green+Blue) = 131+0+104=235 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.74% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 104 (41.02% from 255 or 44.26% from 235); Max value from RGB is 131 - color contains mainly: red. Hex color #830068 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830068 is #7CFF97. Grayscale: #323232. Windows color (decimal): -8191896 or 6815875. OLE color: 6815875.

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

Color convert

RGB1310104-
CMYK010.210.49
HSL312.37º100%25.69%-
HSV(B)312.37º100%51.37%-
XYZ11.865.8213.6-
YUV51.02157.9185.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 55.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 104 (41.02% from 255) = 44.26%
R=55.74%
G=0%
B=44.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1310104010.210.49312.3710025.69
Hex830680641531138641a
Octal20301500144256147014432
Binary10000011011010000110010010101110001100111000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830068; }

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

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

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

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

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

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

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

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