Shades of Hot Purple #511451
Tints of Hot Purple #511451
RGB
CMYK
RGB Variations
Color information
#511451 (or 0x511451) is known color: Hot Purple. HEX triplet: 51, 14 and 51. RGB value is (81,20,81). Sum of RGB (Red+Green+Blue) = 81+20+81=182 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.51% from 182); Green value is 20 (8.20% from 255 or 10.99% from 182); Blue value is 81 (32.03% from 255 or 44.51% from 182); Max value from RGB is 81 - color contains mainly: red, blue. Hex color #511451 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511451 is #AEEBAE. Grayscale: #2D2D2D. Windows color (decimal): -11463599 or 5313617. OLE color: 5313617.
HSL color Cylindrical-coordinate representation of color #511451: hue angle of 300º 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 #511451 is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 20 | 81 | - |
| CMYK | 0 | 0.75 | 0 | 0.68 |
| HSL | 300º | 0.6% | 0.2% | - |
| HSV(B) | 300º | 0.75% | 0.32% | - |
| XYZ | 5.13 | 2.84 | 8.06 | - |
| YUV | 45.19 | 148.21 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 20 | 81 | 0 | 0.75 | 0 | 0.68 | 300 | 0.6 | 0.2 |
| Hex | 51 | 14 | 51 | 0 | 4B | 0 | 44 | 12C | 3C | 14 |
| Octal | 121 | 24 | 121 | 0 | 113 | 0 | 104 | 454 | 74 | 24 |
| Binary | 1010001 | 10100 | 1010001 | 0 | 1001011 | 0 | 1000100 | 100101100 | 111100 | 10100 |
Color Harmonies of #511451
Complementary color
Monochromatic Colors of #511451
Black with #511451
Text Example
Text Example
White with #511451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511451; }
p { color: rgb(81,20,81); }
H1.HeaderClassName
{
color: #511451;
}
.AnyTagClassName
{
color: #511451;
}
</style>
background-color css
<style>
a { background-color: #511451; }
a { background-color: rgb(81,20,81); }
div.DivClassName
{
background-color: #511451;
}
.BgClassName
{
background-color: #511451;
}
</style>
border-color css
<style>
span { border-color: #511451; }
span { border-color: rgb(81,20,81); }
td.TdClassName
{
border-color: #511451;
}
.TagClassName
{
border-color: #511451;
}
</style>