#501C53

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

Shades of Hot Purple #501C53

Tints of Hot Purple #501C53

Color information

#501C53 (or 0x501C53) is unknown color: approx Hot Purple. HEX triplet: 50, 1C and 53. RGB value is (80,28,83). Sum of RGB (Red+Green+Blue) = 80+28+83=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 28 (11.33% from 255 or 14.66% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 83 - color contains mainly: blue. Hex color #501C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501C53 is #AFE3AC. Grayscale: #313131. Windows color (decimal): -11527085 or 5446736. OLE color: 5446736.

HSL color Cylindrical-coordinate representation of color #501C53: hue angle of 296.73º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #501C53 is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB802883-
CMYK0.040.6600.67
HSL296.73º49.55%21.76%-
HSV(B)296.73º66.27%32.55%-
XYZ5.283.168.52-
YUV49.82146.73149.53-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.88%
GREEN value IS 28 (11.33% from 255) = 14.66%
BLUE value IS 83 (32.81% from 255) = 43.46%
R=41.88%
G=14.66%
B=43.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8028830.040.6600.67296.7349.5521.76
Hex501C534420431293216
Octal12034123410201034516226
Binary101000011100101001110010000100100001110010100111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501C53; }

 p { color: rgb(80,28,83); }

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

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

 a { background-color: rgb(80,28,83); }

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

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

 span { border-color: rgb(80,28,83); }

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