Shades of Hot Purple #502F58
Tints of Hot Purple #502F58
RGB
CMYK
RGB Variations
Color information
#502F58 (or 0x502F58) is known color: Hot Purple. HEX triplet: 50, 2F and 58. RGB value is (80,47,88). Sum of RGB (Red+Green+Blue) = 80+47+88=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 47 (18.75% from 255 or 21.86% from 215); Blue value is 88 (34.77% from 255 or 40.93% from 215); Max value from RGB is 88 - color contains mainly: blue. Hex color #502F58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502F58 is #AFD0A7. Grayscale: #3D3D3D. Windows color (decimal): -11522216 or 5779280. OLE color: 5779280.
HSL color Cylindrical-coordinate representation of color #502F58: hue angle of 288.29º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #502F58 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 80 | 47 | 88 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.65 |
| HSL | 288.29º | 0.3% | 0.26% | - |
| HSV(B) | 288.29º | 0.47% | 0.35% | - |
| XYZ | 6.09 | 4.44 | 9.77 | - |
| YUV | 61.54 | 142.93 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 47 | 88 | 0.09 | 0.47 | 0 | 0.65 | 288.29 | 0.3 | 0.26 |
| Hex | 50 | 2F | 58 | 9 | 2F | 0 | 41 | 120 | 1E | 1A |
| Octal | 120 | 57 | 130 | 11 | 57 | 0 | 101 | 440 | 36 | 32 |
| Binary | 1010000 | 101111 | 1011000 | 1001 | 101111 | 0 | 1000001 | 100100000 | 11110 | 11010 |
Color Harmonies of #502F58
Complementary color
Monochromatic Colors of #502F58
Black with #502F58
Text Example
Text Example
White with #502F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502F58; }
p { color: rgb(80,47,88); }
H1.HeaderClassName
{
color: #502F58;
}
.AnyTagClassName
{
color: #502F58;
}
</style>
background-color css
<style>
a { background-color: #502F58; }
a { background-color: rgb(80,47,88); }
div.DivClassName
{
background-color: #502F58;
}
.BgClassName
{
background-color: #502F58;
}
</style>
border-color css
<style>
span { border-color: #502F58; }
span { border-color: rgb(80,47,88); }
td.TdClassName
{
border-color: #502F58;
}
.TagClassName
{
border-color: #502F58;
}
</style>