Shades of Hot Purple #510154
Tints of Hot Purple #510154
RGB
CMYK
RGB Variations
Color information
#510154 (or 0x510154) is known color: Hot Purple. HEX triplet: 51, 01 and 54. RGB value is (81,1,84). Sum of RGB (Red+Green+Blue) = 81+1+84=166 (21% of max value = 765). Red value is 81 (32.03% from 255 or 48.80% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 84 (33.20% from 255 or 50.60% from 166); Max value from RGB is 84 - color contains mainly: blue. Hex color #510154 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510154 is #AEFEAB. Grayscale: #222222. Windows color (decimal): -11468460 or 5505361. OLE color: 5505361.
HSL color Cylindrical-coordinate representation of color #510154: hue angle of 297.83º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #510154 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 1 | 84 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.67 |
| HSL | 297.83º | 0.98% | 0.17% | - |
| HSV(B) | 297.83º | 0.99% | 0.33% | - |
| XYZ | 5 | 2.41 | 8.59 | - |
| YUV | 34.38 | 156 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 1 | 84 | 0.04 | 0.99 | 0 | 0.67 | 297.83 | 0.98 | 0.17 |
| Hex | 51 | 1 | 54 | 4 | 63 | 0 | 43 | 12A | 62 | 11 |
| Octal | 121 | 1 | 124 | 4 | 143 | 0 | 103 | 452 | 142 | 21 |
| Binary | 1010001 | 1 | 1010100 | 100 | 1100011 | 0 | 1000011 | 100101010 | 1100010 | 10001 |
Color Harmonies of #510154
Complementary color
Monochromatic Colors of #510154
Black with #510154
Text Example
Text Example
White with #510154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510154; }
p { color: rgb(81,1,84); }
H1.HeaderClassName
{
color: #510154;
}
.AnyTagClassName
{
color: #510154;
}
</style>
background-color css
<style>
a { background-color: #510154; }
a { background-color: rgb(81,1,84); }
div.DivClassName
{
background-color: #510154;
}
.BgClassName
{
background-color: #510154;
}
</style>
border-color css
<style>
span { border-color: #510154; }
span { border-color: rgb(81,1,84); }
td.TdClassName
{
border-color: #510154;
}
.TagClassName
{
border-color: #510154;
}
</style>