Shades of Hot Purple #502853
Tints of Hot Purple #502853
RGB
CMYK
RGB Variations
Color information
#502853 (or 0x502853) is known color: Hot Purple. HEX triplet: 50, 28 and 53. RGB value is (80,40,83). Sum of RGB (Red+Green+Blue) = 80+40+83=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 40 (16.02% from 255 or 19.70% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 83 - color contains mainly: blue. Hex color #502853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502853 is #AFD7AC. Grayscale: #383838. Windows color (decimal): -11524013 or 5449808. OLE color: 5449808.
HSL color Cylindrical-coordinate representation of color #502853: hue angle of 295.81º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #502853 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 40 | 83 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.67 |
| HSL | 295.81º | 0.35% | 0.24% | - |
| HSV(B) | 295.81º | 0.52% | 0.33% | - |
| XYZ | 5.63 | 3.85 | 8.63 | - |
| YUV | 56.86 | 142.75 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 40 | 83 | 0.04 | 0.52 | 0 | 0.67 | 295.81 | 0.35 | 0.24 |
| Hex | 50 | 28 | 53 | 4 | 34 | 0 | 43 | 128 | 23 | 18 |
| Octal | 120 | 50 | 123 | 4 | 64 | 0 | 103 | 450 | 43 | 30 |
| Binary | 1010000 | 101000 | 1010011 | 100 | 110100 | 0 | 1000011 | 100101000 | 100011 | 11000 |
Color Harmonies of #502853
Complementary color
Monochromatic Colors of #502853
Black with #502853
Text Example
Text Example
White with #502853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502853; }
p { color: rgb(80,40,83); }
H1.HeaderClassName
{
color: #502853;
}
.AnyTagClassName
{
color: #502853;
}
</style>
background-color css
<style>
a { background-color: #502853; }
a { background-color: rgb(80,40,83); }
div.DivClassName
{
background-color: #502853;
}
.BgClassName
{
background-color: #502853;
}
</style>
border-color css
<style>
span { border-color: #502853; }
span { border-color: rgb(80,40,83); }
td.TdClassName
{
border-color: #502853;
}
.TagClassName
{
border-color: #502853;
}
</style>