#500059

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

Shades of Hot Purple #500059

Tints of Hot Purple #500059

Color information

#500059 (or 0x500059) is unknown color: approx Hot Purple. HEX triplet: 50, 00 and 59. RGB value is (80,0,89). Sum of RGB (Red+Green+Blue) = 80+0+89=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 89 (35.16% from 255 or 52.66% from 169); Max value from RGB is 89 - color contains mainly: blue. Hex color #500059 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500059 is #AFFFA6. Grayscale: #212121. Windows color (decimal): -11534247 or 5832784. OLE color: 5832784.

HSL color Cylindrical-coordinate representation of color #500059: hue angle of 293.93º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #500059 is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB80089-
CMYK0.10100.65
HSL293.93º100%17.45%-
HSV(B)293.93º100%34.9%-
XYZ5.112.439.65-
YUV34.07159160.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.34%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 89 (35.16% from 255) = 52.66%
R=47.34%
G=0%
B=52.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal800890.10100.65293.9310017.45
Hex50059A640411266411
Octal120013112144010144614421
Binary1010000010110011010110010001000001100100110110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500059; }

 p { color: rgb(80,0,89); }

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

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

 a { background-color: rgb(80,0,89); }

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

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

 span { border-color: rgb(80,0,89); }

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