#501759

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

Shades of Hot Purple #501759

Tints of Hot Purple #501759

Color information

#501759 (or 0x501759) is unknown color: approx Hot Purple. HEX triplet: 50, 17 and 59. RGB value is (80,23,89). Sum of RGB (Red+Green+Blue) = 80+23+89=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 89 (35.16% from 255 or 46.35% from 192); Max value from RGB is 89 - color contains mainly: blue. Hex color #501759 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501759 is #AFE8A6. Grayscale: #2F2F2F. Windows color (decimal): -11528359 or 5838672. OLE color: 5838672.

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

Color convert

RGB802389-
CMYK0.100.7400.65
HSL291.82º58.93%21.96%-
HSV(B)291.82º74.16%34.9%-
XYZ5.423.049.75-
YUV47.57151.38151.13-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.67%
GREEN value IS 23 (9.38% from 255) = 11.98%
BLUE value IS 89 (35.16% from 255) = 46.35%
R=41.67%
G=11.98%
B=46.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8023890.100.7400.65291.8258.9321.96
Hex501759A4A0411243b16
Octal120271311211201014447326
Binary1010000101111011001101010010100100000110010010011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501759; }

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

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

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

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

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

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

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

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