Shades of Hot Purple #501453
Tints of Hot Purple #501453
RGB
CMYK
RGB Variations
Color information
#501453 (or 0x501453) is known color: Hot Purple. HEX triplet: 50, 14 and 53. RGB value is (80,20,83). Sum of RGB (Red+Green+Blue) = 80+20+83=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 83 - color contains mainly: blue. Hex color #501453 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501453 is #AFEBAC. Grayscale: #2C2C2C. Windows color (decimal): -11529133 or 5444688. OLE color: 5444688.
HSL color Cylindrical-coordinate representation of color #501453: hue angle of 297.14º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #501453 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 20 | 83 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.67 |
| HSL | 297.14º | 0.61% | 0.2% | - |
| HSV(B) | 297.14º | 0.76% | 0.33% | - |
| XYZ | 5.12 | 2.83 | 8.46 | - |
| YUV | 45.12 | 149.38 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 20 | 83 | 0.04 | 0.76 | 0 | 0.67 | 297.14 | 0.61 | 0.2 |
| Hex | 50 | 14 | 53 | 4 | 4C | 0 | 43 | 129 | 3D | 14 |
| Octal | 120 | 24 | 123 | 4 | 114 | 0 | 103 | 451 | 75 | 24 |
| Binary | 1010000 | 10100 | 1010011 | 100 | 1001100 | 0 | 1000011 | 100101001 | 111101 | 10100 |
Color Harmonies of #501453
Complementary color
Monochromatic Colors of #501453
Black with #501453
Text Example
Text Example
White with #501453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501453; }
p { color: rgb(80,20,83); }
H1.HeaderClassName
{
color: #501453;
}
.AnyTagClassName
{
color: #501453;
}
</style>
background-color css
<style>
a { background-color: #501453; }
a { background-color: rgb(80,20,83); }
div.DivClassName
{
background-color: #501453;
}
.BgClassName
{
background-color: #501453;
}
</style>
border-color css
<style>
span { border-color: #501453; }
span { border-color: rgb(80,20,83); }
td.TdClassName
{
border-color: #501453;
}
.TagClassName
{
border-color: #501453;
}
</style>