Shades of Hot Purple #510054
Tints of Hot Purple #510054
RGB
CMYK
RGB Variations
Color information
#510054 (or 0x510054) is known color: Hot Purple. HEX triplet: 51, 00 and 54. RGB value is (81,0,84). Sum of RGB (Red+Green+Blue) = 81+0+84=165 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.09% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 84 (33.20% from 255 or 50.91% from 165); Max value from RGB is 84 - color contains mainly: blue. Hex color #510054 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510054 is #AEFFAB. Grayscale: #212121. Windows color (decimal): -11468716 or 5505105. OLE color: 5505105.
HSL color Cylindrical-coordinate representation of color #510054: hue angle of 297.86º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #510054 is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 0 | 84 | - |
| CMYK | 0.04 | 1 | 0 | 0.67 |
| HSL | 297.86º | 1% | 0.16% | - |
| HSV(B) | 297.86º | 1% | 0.33% | - |
| XYZ | 4.99 | 2.39 | 8.59 | - |
| YUV | 33.8 | 156.34 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 0 | 84 | 0.04 | 1 | 0 | 0.67 | 297.86 | 1 | 0.16 |
| Hex | 51 | 0 | 54 | 4 | 64 | 0 | 43 | 12A | 64 | 10 |
| Octal | 121 | 0 | 124 | 4 | 144 | 0 | 103 | 452 | 144 | 20 |
| Binary | 1010001 | 0 | 1010100 | 100 | 1100100 | 0 | 1000011 | 100101010 | 1100100 | 10000 |
Color Harmonies of #510054
Complementary color
Monochromatic Colors of #510054
Black with #510054
Text Example
Text Example
White with #510054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510054; }
p { color: rgb(81,0,84); }
H1.HeaderClassName
{
color: #510054;
}
.AnyTagClassName
{
color: #510054;
}
</style>
background-color css
<style>
a { background-color: #510054; }
a { background-color: rgb(81,0,84); }
div.DivClassName
{
background-color: #510054;
}
.BgClassName
{
background-color: #510054;
}
</style>
border-color css
<style>
span { border-color: #510054; }
span { border-color: rgb(81,0,84); }
td.TdClassName
{
border-color: #510054;
}
.TagClassName
{
border-color: #510054;
}
</style>