#502053

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

Shades of Hot Purple #502053

Tints of Hot Purple #502053

Color information

#502053 (or 0x502053) is unknown color: approx Hot Purple. HEX triplet: 50, 20 and 53. RGB value is (80,32,83). Sum of RGB (Red+Green+Blue) = 80+32+83=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 83 (32.81% from 255 or 42.56% from 195); Max value from RGB is 83 - color contains mainly: blue. Hex color #502053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502053 is #AFDFAC. Grayscale: #343434. Windows color (decimal): -11526061 or 5447760. OLE color: 5447760.

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

Color convert

RGB803283-
CMYK0.040.6100.67
HSL296.47º44.35%22.55%-
HSV(B)296.47º61.45%32.55%-
XYZ5.393.368.55-
YUV52.17145.4147.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.03%
GREEN value IS 32 (12.89% from 255) = 16.41%
BLUE value IS 83 (32.81% from 255) = 42.56%
R=41.03%
G=16.41%
B=42.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8032830.040.6100.67296.4744.3522.55
Hex50205343D0431282c17
Octal1204012347501034505427
Binary101000010000010100111001111010100001110010100010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502053; }

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

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

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

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

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

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

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

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