Shades of Hot Purple #502550
Tints of Hot Purple #502550
RGB
CMYK
RGB Variations
Color information
#502550 (or 0x502550) is known color: Hot Purple. HEX triplet: 50, 25 and 50. RGB value is (80,37,80). Sum of RGB (Red+Green+Blue) = 80+37+80=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 37 (14.84% from 255 or 18.78% from 197); Blue value is 80 (31.64% from 255 or 40.61% from 197); Max value from RGB is 80 - color contains mainly: red, blue. Hex color #502550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502550 is #AFDAAF. Grayscale: #363636. Windows color (decimal): -11524784 or 5252432. OLE color: 5252432.
HSL color Cylindrical-coordinate representation of color #502550: hue angle of 300º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #502550 is Cyan = 0, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 37 | 80 | - |
| CMYK | 0 | 0.54 | 0 | 0.69 |
| HSL | 300º | 0.37% | 0.23% | - |
| HSV(B) | 300º | 0.54% | 0.31% | - |
| XYZ | 5.42 | 3.61 | 8 | - |
| YUV | 54.76 | 142.25 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 37 | 80 | 0 | 0.54 | 0 | 0.69 | 300 | 0.37 | 0.23 |
| Hex | 50 | 25 | 50 | 0 | 36 | 0 | 45 | 12C | 25 | 17 |
| Octal | 120 | 45 | 120 | 0 | 66 | 0 | 105 | 454 | 45 | 27 |
| Binary | 1010000 | 100101 | 1010000 | 0 | 110110 | 0 | 1000101 | 100101100 | 100101 | 10111 |
Color Harmonies of #502550
Complementary color
Monochromatic Colors of #502550
Black with #502550
Text Example
Text Example
White with #502550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502550; }
p { color: rgb(80,37,80); }
H1.HeaderClassName
{
color: #502550;
}
.AnyTagClassName
{
color: #502550;
}
</style>
background-color css
<style>
a { background-color: #502550; }
a { background-color: rgb(80,37,80); }
div.DivClassName
{
background-color: #502550;
}
.BgClassName
{
background-color: #502550;
}
</style>
border-color css
<style>
span { border-color: #502550; }
span { border-color: rgb(80,37,80); }
td.TdClassName
{
border-color: #502550;
}
.TagClassName
{
border-color: #502550;
}
</style>