Shades of Hot Purple #503553
Tints of Hot Purple #503553
RGB
CMYK
RGB Variations
Color information
#503553 (or 0x503553) is known color: Hot Purple. HEX triplet: 50, 35 and 53. RGB value is (80,53,83). Sum of RGB (Red+Green+Blue) = 80+53+83=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 83 (32.81% from 255 or 38.43% from 216); Max value from RGB is 83 - color contains mainly: blue. Hex color #503553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503553 is #AFCAAC. Grayscale: #404040. Windows color (decimal): -11520685 or 5453136. OLE color: 5453136.
HSL color Cylindrical-coordinate representation of color #503553: hue angle of 294º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #503553 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 53 | 83 | - |
| CMYK | 0.04 | 0.36 | 0 | 0.67 |
| HSL | 294º | 0.22% | 0.27% | - |
| HSV(B) | 294º | 0.36% | 0.33% | - |
| XYZ | 6.14 | 4.88 | 8.8 | - |
| YUV | 64.49 | 138.45 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 53 | 83 | 0.04 | 0.36 | 0 | 0.67 | 294 | 0.22 | 0.27 |
| Hex | 50 | 35 | 53 | 4 | 24 | 0 | 43 | 126 | 16 | 1B |
| Octal | 120 | 65 | 123 | 4 | 44 | 0 | 103 | 446 | 26 | 33 |
| Binary | 1010000 | 110101 | 1010011 | 100 | 100100 | 0 | 1000011 | 100100110 | 10110 | 11011 |
Color Harmonies of #503553
Complementary color
Monochromatic Colors of #503553
Black with #503553
Text Example
Text Example
White with #503553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503553; }
p { color: rgb(80,53,83); }
H1.HeaderClassName
{
color: #503553;
}
.AnyTagClassName
{
color: #503553;
}
</style>
background-color css
<style>
a { background-color: #503553; }
a { background-color: rgb(80,53,83); }
div.DivClassName
{
background-color: #503553;
}
.BgClassName
{
background-color: #503553;
}
</style>
border-color css
<style>
span { border-color: #503553; }
span { border-color: rgb(80,53,83); }
td.TdClassName
{
border-color: #503553;
}
.TagClassName
{
border-color: #503553;
}
</style>