Shades of Hot Purple #502F57
Tints of Hot Purple #502F57
RGB
CMYK
RGB Variations
Color information
#502F57 (or 0x502F57) is known color: Hot Purple. HEX triplet: 50, 2F and 57. RGB value is (80,47,87). Sum of RGB (Red+Green+Blue) = 80+47+87=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 47 (18.75% from 255 or 21.96% from 214); Blue value is 87 (34.38% from 255 or 40.65% from 214); Max value from RGB is 87 - color contains mainly: blue. Hex color #502F57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502F57 is #AFD0A8. Grayscale: #3D3D3D. Windows color (decimal): -11522217 or 5713744. OLE color: 5713744.
HSL color Cylindrical-coordinate representation of color #502F57: hue angle of 289.5º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #502F57 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 80 | 47 | 87 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.66 |
| HSL | 289.5º | 0.3% | 0.26% | - |
| HSV(B) | 289.5º | 0.46% | 0.34% | - |
| XYZ | 6.05 | 4.43 | 9.55 | - |
| YUV | 61.43 | 142.43 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 47 | 87 | 0.08 | 0.46 | 0 | 0.66 | 289.5 | 0.3 | 0.26 |
| Hex | 50 | 2F | 57 | 8 | 2E | 0 | 42 | 122 | 1E | 1A |
| Octal | 120 | 57 | 127 | 10 | 56 | 0 | 102 | 442 | 36 | 32 |
| Binary | 1010000 | 101111 | 1010111 | 1000 | 101110 | 0 | 1000010 | 100100010 | 11110 | 11010 |
Color Harmonies of #502F57
Complementary color
Monochromatic Colors of #502F57
Black with #502F57
Text Example
Text Example
White with #502F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502F57; }
p { color: rgb(80,47,87); }
H1.HeaderClassName
{
color: #502F57;
}
.AnyTagClassName
{
color: #502F57;
}
</style>
background-color css
<style>
a { background-color: #502F57; }
a { background-color: rgb(80,47,87); }
div.DivClassName
{
background-color: #502F57;
}
.BgClassName
{
background-color: #502F57;
}
</style>
border-color css
<style>
span { border-color: #502F57; }
span { border-color: rgb(80,47,87); }
td.TdClassName
{
border-color: #502F57;
}
.TagClassName
{
border-color: #502F57;
}
</style>