Shades of Hot Purple #502753
Tints of Hot Purple #502753
RGB
CMYK
RGB Variations
Color information
#502753 (or 0x502753) is known color: Hot Purple. HEX triplet: 50, 27 and 53. RGB value is (80,39,83). Sum of RGB (Red+Green+Blue) = 80+39+83=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 39 (15.62% from 255 or 19.31% from 202); Blue value is 83 (32.81% from 255 or 41.09% from 202); Max value from RGB is 83 - color contains mainly: blue. Hex color #502753 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502753 is #AFD8AC. Grayscale: #383838. Windows color (decimal): -11524269 or 5449552. OLE color: 5449552.
HSL color Cylindrical-coordinate representation of color #502753: hue angle of 295.91º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #502753 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 39 | 83 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.67 |
| HSL | 295.91º | 0.36% | 0.24% | - |
| HSV(B) | 295.91º | 0.53% | 0.33% | - |
| XYZ | 5.6 | 3.78 | 8.62 | - |
| YUV | 56.28 | 143.08 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 39 | 83 | 0.04 | 0.53 | 0 | 0.67 | 295.91 | 0.36 | 0.24 |
| Hex | 50 | 27 | 53 | 4 | 35 | 0 | 43 | 128 | 24 | 18 |
| Octal | 120 | 47 | 123 | 4 | 65 | 0 | 103 | 450 | 44 | 30 |
| Binary | 1010000 | 100111 | 1010011 | 100 | 110101 | 0 | 1000011 | 100101000 | 100100 | 11000 |
Color Harmonies of #502753
Complementary color
Monochromatic Colors of #502753
Black with #502753
Text Example
Text Example
White with #502753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502753; }
p { color: rgb(80,39,83); }
H1.HeaderClassName
{
color: #502753;
}
.AnyTagClassName
{
color: #502753;
}
</style>
background-color css
<style>
a { background-color: #502753; }
a { background-color: rgb(80,39,83); }
div.DivClassName
{
background-color: #502753;
}
.BgClassName
{
background-color: #502753;
}
</style>
border-color css
<style>
span { border-color: #502753; }
span { border-color: rgb(80,39,83); }
td.TdClassName
{
border-color: #502753;
}
.TagClassName
{
border-color: #502753;
}
</style>