Shades of Hot Purple #503351
Tints of Hot Purple #503351
RGB
CMYK
RGB Variations
Color information
#503351 (or 0x503351) is known color: Hot Purple. HEX triplet: 50, 33 and 51. RGB value is (80,51,81). Sum of RGB (Red+Green+Blue) = 80+51+81=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 81 (32.03% from 255 or 38.21% from 212); Max value from RGB is 81 - color contains mainly: blue. Hex color #503351 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503351 is #AFCCAE. Grayscale: #3F3F3F. Windows color (decimal): -11521199 or 5321552. OLE color: 5321552.
HSL color Cylindrical-coordinate representation of color #503351: hue angle of 298º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #503351 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 80 | 51 | 81 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.68 |
| HSL | 298º | 0.23% | 0.26% | - |
| HSV(B) | 298º | 0.37% | 0.32% | - |
| XYZ | 5.98 | 4.67 | 8.37 | - |
| YUV | 63.09 | 138.11 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 51 | 81 | 0.01 | 0.37 | 0 | 0.68 | 298 | 0.23 | 0.26 |
| Hex | 50 | 33 | 51 | 1 | 25 | 0 | 44 | 12A | 17 | 1A |
| Octal | 120 | 63 | 121 | 1 | 45 | 0 | 104 | 452 | 27 | 32 |
| Binary | 1010000 | 110011 | 1010001 | 1 | 100101 | 0 | 1000100 | 100101010 | 10111 | 11010 |
Color Harmonies of #503351
Complementary color
Monochromatic Colors of #503351
Black with #503351
Text Example
Text Example
White with #503351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503351; }
p { color: rgb(80,51,81); }
H1.HeaderClassName
{
color: #503351;
}
.AnyTagClassName
{
color: #503351;
}
</style>
background-color css
<style>
a { background-color: #503351; }
a { background-color: rgb(80,51,81); }
div.DivClassName
{
background-color: #503351;
}
.BgClassName
{
background-color: #503351;
}
</style>
border-color css
<style>
span { border-color: #503351; }
span { border-color: rgb(80,51,81); }
td.TdClassName
{
border-color: #503351;
}
.TagClassName
{
border-color: #503351;
}
</style>