#501053

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

Shades of Hot Purple #501053

Tints of Hot Purple #501053

Color information

#501053 (or 0x501053) is unknown color: approx Hot Purple. HEX triplet: 50, 10 and 53. RGB value is (80,16,83). Sum of RGB (Red+Green+Blue) = 80+16+83=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 16 (6.64% from 255 or 8.94% from 179); Blue value is 83 (32.81% from 255 or 46.37% from 179); Max value from RGB is 83 - color contains mainly: blue. Hex color #501053 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501053 is #AFEFAC. Grayscale: #2A2A2A. Windows color (decimal): -11530157 or 5443664. OLE color: 5443664.

HSL color Cylindrical-coordinate representation of color #501053: hue angle of 297.31º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #501053 is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB801683-
CMYK0.040.8100.67
HSL297.31º67.68%19.41%-
HSV(B)297.31º80.72%32.55%-
XYZ5.052.78.44-
YUV42.77150.7154.55-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.69%
GREEN value IS 16 (6.64% from 255) = 8.94%
BLUE value IS 83 (32.81% from 255) = 46.37%
R=44.69%
G=8.94%
B=46.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8016830.040.8100.67297.3167.6819.41
Hex5010534510431294413
Octal120201234121010345110423
Binary1010000100001010011100101000101000011100101001100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501053; }

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

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

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

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

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

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

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

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