#500459

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

Shades of Hot Purple #500459

Tints of Hot Purple #500459

Color information

#500459 (or 0x500459) is unknown color: approx Hot Purple. HEX triplet: 50, 04 and 59. RGB value is (80,4,89). Sum of RGB (Red+Green+Blue) = 80+4+89=173 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.24% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 89 (35.16% from 255 or 51.45% from 173); Max value from RGB is 89 - color contains mainly: blue. Hex color #500459 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500459 is #AFFBA6. Grayscale: #242424. Windows color (decimal): -11533223 or 5833808. OLE color: 5833808.

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

Color convert

RGB80489-
CMYK0.100.9600.65
HSL293.65º91.4%18.24%-
HSV(B)293.65º95.51%34.9%-
XYZ5.152.519.66-
YUV36.41157.68159.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.24%
GREEN value IS 4 (1.95% from 255) = 2.31%
BLUE value IS 89 (35.16% from 255) = 51.45%
R=46.24%
G=2.31%
B=51.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal804890.100.9600.65293.6591.418.24
Hex50459A600411265b12
Octal120413112140010144613322
Binary101000010010110011010110000001000001100100110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500459; }

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

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

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

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

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

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

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

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