Shades of Hot Purple #502556
Tints of Hot Purple #502556
RGB
CMYK
RGB Variations
Color information
#502556 (or 0x502556) is known color: Hot Purple. HEX triplet: 50, 25 and 56. RGB value is (80,37,86). Sum of RGB (Red+Green+Blue) = 80+37+86=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 86 (33.98% from 255 or 42.36% from 203); Max value from RGB is 86 - color contains mainly: blue. Hex color #502556 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502556 is #AFDAA9. Grayscale: #373737. Windows color (decimal): -11524778 or 5645648. OLE color: 5645648.
HSL color Cylindrical-coordinate representation of color #502556: hue angle of 292.65º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #502556 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 80 | 37 | 86 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.66 |
| HSL | 292.65º | 0.4% | 0.24% | - |
| HSV(B) | 292.65º | 0.57% | 0.34% | - |
| XYZ | 5.65 | 3.7 | 9.22 | - |
| YUV | 55.44 | 145.25 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 37 | 86 | 0.07 | 0.57 | 0 | 0.66 | 292.65 | 0.4 | 0.24 |
| Hex | 50 | 25 | 56 | 7 | 39 | 0 | 42 | 125 | 28 | 18 |
| Octal | 120 | 45 | 126 | 7 | 71 | 0 | 102 | 445 | 50 | 30 |
| Binary | 1010000 | 100101 | 1010110 | 111 | 111001 | 0 | 1000010 | 100100101 | 101000 | 11000 |
Color Harmonies of #502556
Complementary color
Monochromatic Colors of #502556
Black with #502556
Text Example
Text Example
White with #502556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502556; }
p { color: rgb(80,37,86); }
H1.HeaderClassName
{
color: #502556;
}
.AnyTagClassName
{
color: #502556;
}
</style>
background-color css
<style>
a { background-color: #502556; }
a { background-color: rgb(80,37,86); }
div.DivClassName
{
background-color: #502556;
}
.BgClassName
{
background-color: #502556;
}
</style>
border-color css
<style>
span { border-color: #502556; }
span { border-color: rgb(80,37,86); }
td.TdClassName
{
border-color: #502556;
}
.TagClassName
{
border-color: #502556;
}
</style>