#501757

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

Shades of Hot Purple #501757

Tints of Hot Purple #501757

Color information

#501757 (or 0x501757) is unknown color: approx Hot Purple. HEX triplet: 50, 17 and 57. RGB value is (80,23,87). Sum of RGB (Red+Green+Blue) = 80+23+87=190 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.11% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 87 (34.38% from 255 or 45.79% from 190); Max value from RGB is 87 - color contains mainly: blue. Hex color #501757 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501757 is #AFE8A8. Grayscale: #2F2F2F. Windows color (decimal): -11528361 or 5707600. OLE color: 5707600.

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

Color convert

RGB802387-
CMYK0.080.7400.66
HSL293.44º58.18%21.57%-
HSV(B)293.44º73.56%34.12%-
XYZ5.333.019.32-
YUV47.34150.38151.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.11%
GREEN value IS 23 (9.38% from 255) = 12.11%
BLUE value IS 87 (34.38% from 255) = 45.79%
R=42.11%
G=12.11%
B=45.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8023870.080.7400.66293.4458.1821.57
Hex50175784A0421253a16
Octal120271271011201024457226
Binary1010000101111010111100010010100100001010010010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501757; }

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

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

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

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

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

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

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

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