#502050

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

Shades of Hot Purple #502050

Tints of Hot Purple #502050

Color information

#502050 (or 0x502050) is unknown color: approx Hot Purple. HEX triplet: 50, 20 and 50. RGB value is (80,32,80). Sum of RGB (Red+Green+Blue) = 80+32+80=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 80 - color contains mainly: red, blue. Hex color #502050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502050 is #AFDFAF. Grayscale: #333333. Windows color (decimal): -11526064 or 5251152. OLE color: 5251152.

HSL color Cylindrical-coordinate representation of color #502050: hue angle of 300º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #502050 is Cyan = 0, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB803280-
CMYK00.6000.69
HSL300º42.86%21.96%-
HSV(B)300º60%31.37%-
XYZ5.273.327.95-
YUV51.82143.9148.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.67%
GREEN value IS 32 (12.89% from 255) = 16.67%
BLUE value IS 80 (31.64% from 255) = 41.67%
R=41.67%
G=16.67%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80328000.6000.6930042.8621.96
Hex50205003C04512c2b16
Octal1204012007401054545326
Binary1010000100000101000001111000100010110010110010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502050; }

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

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

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

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

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

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

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

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