Shades of Hot Purple #502156
Tints of Hot Purple #502156
RGB
CMYK
RGB Variations
Color information
#502156 (or 0x502156) is known color: Hot Purple. HEX triplet: 50, 21 and 56. RGB value is (80,33,86). Sum of RGB (Red+Green+Blue) = 80+33+86=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 86 (33.98% from 255 or 43.22% from 199); Max value from RGB is 86 - color contains mainly: blue. Hex color #502156 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502156 is #AFDEA9. Grayscale: #343434. Windows color (decimal): -11525802 or 5644624. OLE color: 5644624.
HSL color Cylindrical-coordinate representation of color #502156: hue angle of 293.21º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #502156 is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 80 | 33 | 86 | - |
| CMYK | 0.07 | 0.62 | 0 | 0.66 |
| HSL | 293.21º | 0.45% | 0.23% | - |
| HSV(B) | 293.21º | 0.62% | 0.34% | - |
| XYZ | 5.53 | 3.47 | 9.18 | - |
| YUV | 53.1 | 146.57 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 33 | 86 | 0.07 | 0.62 | 0 | 0.66 | 293.21 | 0.45 | 0.23 |
| Hex | 50 | 21 | 56 | 7 | 3E | 0 | 42 | 125 | 2D | 17 |
| Octal | 120 | 41 | 126 | 7 | 76 | 0 | 102 | 445 | 55 | 27 |
| Binary | 1010000 | 100001 | 1010110 | 111 | 111110 | 0 | 1000010 | 100100101 | 101101 | 10111 |
Color Harmonies of #502156
Complementary color
Monochromatic Colors of #502156
Black with #502156
Text Example
Text Example
White with #502156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502156; }
p { color: rgb(80,33,86); }
H1.HeaderClassName
{
color: #502156;
}
.AnyTagClassName
{
color: #502156;
}
</style>
background-color css
<style>
a { background-color: #502156; }
a { background-color: rgb(80,33,86); }
div.DivClassName
{
background-color: #502156;
}
.BgClassName
{
background-color: #502156;
}
</style>
border-color css
<style>
span { border-color: #502156; }
span { border-color: rgb(80,33,86); }
td.TdClassName
{
border-color: #502156;
}
.TagClassName
{
border-color: #502156;
}
</style>