#501857

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

Shades of Hot Purple #501857

Tints of Hot Purple #501857

Color information

#501857 (or 0x501857) is unknown color: approx Hot Purple. HEX triplet: 50, 18 and 57. RGB value is (80,24,87). Sum of RGB (Red+Green+Blue) = 80+24+87=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 87 (34.38% from 255 or 45.55% from 191); Max value from RGB is 87 - color contains mainly: blue. Hex color #501857 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501857 is #AFE7A8. Grayscale: #2F2F2F. Windows color (decimal): -11528105 or 5707856. OLE color: 5707856.

HSL color Cylindrical-coordinate representation of color #501857: hue angle of 293.33º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #501857 is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB802487-
CMYK0.080.7200.66
HSL293.33º56.76%21.76%-
HSV(B)293.33º72.41%34.12%-
XYZ5.363.059.32-
YUV47.93150.05150.88-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.88%
GREEN value IS 24 (9.77% from 255) = 12.57%
BLUE value IS 87 (34.38% from 255) = 45.55%
R=41.88%
G=12.57%
B=45.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8024870.080.7200.66293.3356.7621.76
Hex5018578480421253916
Octal120301271011001024457126
Binary1010000110001010111100010010000100001010010010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501857; }

 p { color: rgb(80,24,87); }

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

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

 a { background-color: rgb(80,24,87); }

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

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

 span { border-color: rgb(80,24,87); }

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