Shades of Hot Purple #503653
Tints of Hot Purple #503653
RGB
CMYK
RGB Variations
Color information
#503653 (or 0x503653) is known color: Hot Purple. HEX triplet: 50, 36 and 53. RGB value is (80,54,83). Sum of RGB (Red+Green+Blue) = 80+54+83=217 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.87% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 83 (32.81% from 255 or 38.25% from 217); Max value from RGB is 83 - color contains mainly: blue. Hex color #503653 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503653 is #AFC9AC. Grayscale: #404040. Windows color (decimal): -11520429 or 5453392. OLE color: 5453392.
HSL color Cylindrical-coordinate representation of color #503653: hue angle of 293.79º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #503653 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 54 | 83 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.67 |
| HSL | 293.79º | 0.21% | 0.27% | - |
| HSV(B) | 293.79º | 0.35% | 0.33% | - |
| XYZ | 6.19 | 4.97 | 8.82 | - |
| YUV | 65.08 | 138.11 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 54 | 83 | 0.04 | 0.35 | 0 | 0.67 | 293.79 | 0.21 | 0.27 |
| Hex | 50 | 36 | 53 | 4 | 23 | 0 | 43 | 126 | 15 | 1B |
| Octal | 120 | 66 | 123 | 4 | 43 | 0 | 103 | 446 | 25 | 33 |
| Binary | 1010000 | 110110 | 1010011 | 100 | 100011 | 0 | 1000011 | 100100110 | 10101 | 11011 |
Color Harmonies of #503653
Complementary color
Monochromatic Colors of #503653
Black with #503653
Text Example
Text Example
White with #503653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503653; }
p { color: rgb(80,54,83); }
H1.HeaderClassName
{
color: #503653;
}
.AnyTagClassName
{
color: #503653;
}
</style>
background-color css
<style>
a { background-color: #503653; }
a { background-color: rgb(80,54,83); }
div.DivClassName
{
background-color: #503653;
}
.BgClassName
{
background-color: #503653;
}
</style>
border-color css
<style>
span { border-color: #503653; }
span { border-color: rgb(80,54,83); }
td.TdClassName
{
border-color: #503653;
}
.TagClassName
{
border-color: #503653;
}
</style>