#850068

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

Shades of Eggplant #850068

Tints of Eggplant #850068

Color information

#850068 (or 0x850068) is unknown color: approx Eggplant. HEX triplet: 85, 00 and 68. RGB value is (133,0,104). Sum of RGB (Red+Green+Blue) = 133+0+104=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 104 (41.02% from 255 or 43.88% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #850068 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850068 is #7AFF97. Grayscale: #333333. Windows color (decimal): -8060824 or 6815877. OLE color: 6815877.

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

Color convert

RGB1330104-
CMYK010.220.48
HSL313.08º100%26.08%-
HSV(B)313.08º100%52.16%-
XYZ12.175.9913.61-
YUV51.62157.56186.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 56.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 104 (41.02% from 255) = 43.88%
R=56.12%
G=0%
B=43.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1330104010.220.48313.0810026.08
Hex850680641630139641a
Octal20501500144266047114432
Binary10000101011010000110010010110110000100111001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850068; }

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

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

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

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

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

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

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

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