Shades of Hot Purple #511450
Tints of Hot Purple #511450
RGB
CMYK
RGB Variations
Color information
#511450 (or 0x511450) is known color: Hot Purple. HEX triplet: 51, 14 and 50. RGB value is (81,20,80). Sum of RGB (Red+Green+Blue) = 81+20+80=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 20 (8.20% from 255 or 11.05% from 181); Blue value is 80 (31.64% from 255 or 44.20% from 181); Max value from RGB is 81 - color contains mainly: red. Hex color #511450 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511450 is #AEEBAF. Grayscale: #2C2C2C. Windows color (decimal): -11463600 or 5248081. OLE color: 5248081.
HSL color Cylindrical-coordinate representation of color #511450: hue angle of 300.98º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #511450 is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 20 | 80 | - |
| CMYK | 0 | 0.75 | 0.01 | 0.68 |
| HSL | 300.98º | 0.6% | 0.2% | - |
| HSV(B) | 300.98º | 0.75% | 0.32% | - |
| XYZ | 5.09 | 2.83 | 7.87 | - |
| YUV | 45.08 | 147.71 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 20 | 80 | 0 | 0.75 | 0.01 | 0.68 | 300.98 | 0.6 | 0.2 |
| Hex | 51 | 14 | 50 | 0 | 4B | 1 | 44 | 12D | 3C | 14 |
| Octal | 121 | 24 | 120 | 0 | 113 | 1 | 104 | 455 | 74 | 24 |
| Binary | 1010001 | 10100 | 1010000 | 0 | 1001011 | 1 | 1000100 | 100101101 | 111100 | 10100 |
Color Harmonies of #511450
Complementary color
Monochromatic Colors of #511450
Black with #511450
Text Example
Text Example
White with #511450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511450; }
p { color: rgb(81,20,80); }
H1.HeaderClassName
{
color: #511450;
}
.AnyTagClassName
{
color: #511450;
}
</style>
background-color css
<style>
a { background-color: #511450; }
a { background-color: rgb(81,20,80); }
div.DivClassName
{
background-color: #511450;
}
.BgClassName
{
background-color: #511450;
}
</style>
border-color css
<style>
span { border-color: #511450; }
span { border-color: rgb(81,20,80); }
td.TdClassName
{
border-color: #511450;
}
.TagClassName
{
border-color: #511450;
}
</style>