#502350

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

Shades of Hot Purple #502350

Tints of Hot Purple #502350

Color information

#502350 (or 0x502350) is unknown color: approx Hot Purple. HEX triplet: 50, 23 and 50. RGB value is (80,35,80). Sum of RGB (Red+Green+Blue) = 80+35+80=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 35 (14.06% from 255 or 17.95% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 80 - color contains mainly: red, blue. Hex color #502350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502350 is #AFDCAF. Grayscale: #353535. Windows color (decimal): -11525296 or 5251920. OLE color: 5251920.

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

Color convert

RGB803580-
CMYK00.5600.69
HSL300º39.13%22.55%-
HSV(B)300º56.25%31.37%-
XYZ5.363.497.98-
YUV53.58142.91146.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.03%
GREEN value IS 35 (14.06% from 255) = 17.95%
BLUE value IS 80 (31.64% from 255) = 41.03%
R=41.03%
G=17.95%
B=41.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80358000.5600.6930039.1322.55
Hex50235003804512c2717
Octal1204312007001054544727
Binary1010000100011101000001110000100010110010110010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502350; }

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

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

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

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

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

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

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

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