Shades of Hot Purple #503558
Tints of Hot Purple #503558
RGB
CMYK
RGB Variations
Color information
#503558 (or 0x503558) is known color: Hot Purple. HEX triplet: 50, 35 and 58. RGB value is (80,53,88). Sum of RGB (Red+Green+Blue) = 80+53+88=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 88 (34.77% from 255 or 39.82% from 221); Max value from RGB is 88 - color contains mainly: blue. Hex color #503558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503558 is #AFCAA7. Grayscale: #404040. Windows color (decimal): -11520680 or 5780816. OLE color: 5780816.
HSL color Cylindrical-coordinate representation of color #503558: hue angle of 286.29º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #503558 is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 80 | 53 | 88 | - |
| CMYK | 0.09 | 0.40 | 0 | 0.65 |
| HSL | 286.29º | 0.25% | 0.28% | - |
| HSV(B) | 286.29º | 0.4% | 0.35% | - |
| XYZ | 6.34 | 4.96 | 9.85 | - |
| YUV | 65.06 | 140.95 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 53 | 88 | 0.09 | 0.40 | 0 | 0.65 | 286.29 | 0.25 | 0.28 |
| Hex | 50 | 35 | 58 | 9 | 28 | 0 | 41 | 11E | 19 | 1C |
| Octal | 120 | 65 | 130 | 11 | 50 | 0 | 101 | 436 | 31 | 34 |
| Binary | 1010000 | 110101 | 1011000 | 1001 | 101000 | 0 | 1000001 | 100011110 | 11001 | 11100 |
Color Harmonies of #503558
Complementary color
Monochromatic Colors of #503558
Black with #503558
Text Example
Text Example
White with #503558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503558; }
p { color: rgb(80,53,88); }
H1.HeaderClassName
{
color: #503558;
}
.AnyTagClassName
{
color: #503558;
}
</style>
background-color css
<style>
a { background-color: #503558; }
a { background-color: rgb(80,53,88); }
div.DivClassName
{
background-color: #503558;
}
.BgClassName
{
background-color: #503558;
}
</style>
border-color css
<style>
span { border-color: #503558; }
span { border-color: rgb(80,53,88); }
td.TdClassName
{
border-color: #503558;
}
.TagClassName
{
border-color: #503558;
}
</style>