Shades of Hot Purple #511454
Tints of Hot Purple #511454
RGB
CMYK
RGB Variations
Color information
#511454 (or 0x511454) is known color: Hot Purple. HEX triplet: 51, 14 and 54. RGB value is (81,20,84). Sum of RGB (Red+Green+Blue) = 81+20+84=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 84 (33.20% from 255 or 45.41% from 185); Max value from RGB is 84 - color contains mainly: blue. Hex color #511454 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511454 is #AEEBAB. Grayscale: #2D2D2D. Windows color (decimal): -11463596 or 5510225. OLE color: 5510225.
HSL color Cylindrical-coordinate representation of color #511454: hue angle of 297.19º degrees, saturation: 0.62, 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 #511454 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 20 | 84 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.67 |
| HSL | 297.19º | 0.62% | 0.2% | - |
| HSV(B) | 297.19º | 0.76% | 0.33% | - |
| XYZ | 5.24 | 2.89 | 8.67 | - |
| YUV | 45.54 | 149.71 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 20 | 84 | 0.04 | 0.76 | 0 | 0.67 | 297.19 | 0.62 | 0.2 |
| Hex | 51 | 14 | 54 | 4 | 4C | 0 | 43 | 129 | 3E | 14 |
| Octal | 121 | 24 | 124 | 4 | 114 | 0 | 103 | 451 | 76 | 24 |
| Binary | 1010001 | 10100 | 1010100 | 100 | 1001100 | 0 | 1000011 | 100101001 | 111110 | 10100 |
Color Harmonies of #511454
Complementary color
Monochromatic Colors of #511454
Black with #511454
Text Example
Text Example
White with #511454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511454; }
p { color: rgb(81,20,84); }
H1.HeaderClassName
{
color: #511454;
}
.AnyTagClassName
{
color: #511454;
}
</style>
background-color css
<style>
a { background-color: #511454; }
a { background-color: rgb(81,20,84); }
div.DivClassName
{
background-color: #511454;
}
.BgClassName
{
background-color: #511454;
}
</style>
border-color css
<style>
span { border-color: #511454; }
span { border-color: rgb(81,20,84); }
td.TdClassName
{
border-color: #511454;
}
.TagClassName
{
border-color: #511454;
}
</style>