Shades of Hot Purple #510854
Tints of Hot Purple #510854
RGB
CMYK
RGB Variations
Color information
#510854 (or 0x510854) is known color: Hot Purple. HEX triplet: 51, 08 and 54. RGB value is (81,8,84). Sum of RGB (Red+Green+Blue) = 81+8+84=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 84 (33.20% from 255 or 48.55% from 173); Max value from RGB is 84 - color contains mainly: blue. Hex color #510854 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510854 is #AEF7AB. Grayscale: #262626. Windows color (decimal): -11466668 or 5507153. OLE color: 5507153.
HSL color Cylindrical-coordinate representation of color #510854: hue angle of 297.63º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #510854 is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 8 | 84 | - |
| CMYK | 0.04 | 0.90 | 0 | 0.67 |
| HSL | 297.63º | 0.83% | 0.18% | - |
| HSV(B) | 297.63º | 0.9% | 0.33% | - |
| XYZ | 5.08 | 2.56 | 8.61 | - |
| YUV | 38.49 | 153.68 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 8 | 84 | 0.04 | 0.90 | 0 | 0.67 | 297.63 | 0.83 | 0.18 |
| Hex | 51 | 8 | 54 | 4 | 5A | 0 | 43 | 12A | 53 | 12 |
| Octal | 121 | 10 | 124 | 4 | 132 | 0 | 103 | 452 | 123 | 22 |
| Binary | 1010001 | 1000 | 1010100 | 100 | 1011010 | 0 | 1000011 | 100101010 | 1010011 | 10010 |
Color Harmonies of #510854
Complementary color
Monochromatic Colors of #510854
Black with #510854
Text Example
Text Example
White with #510854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510854; }
p { color: rgb(81,8,84); }
H1.HeaderClassName
{
color: #510854;
}
.AnyTagClassName
{
color: #510854;
}
</style>
background-color css
<style>
a { background-color: #510854; }
a { background-color: rgb(81,8,84); }
div.DivClassName
{
background-color: #510854;
}
.BgClassName
{
background-color: #510854;
}
</style>
border-color css
<style>
span { border-color: #510854; }
span { border-color: rgb(81,8,84); }
td.TdClassName
{
border-color: #510854;
}
.TagClassName
{
border-color: #510854;
}
</style>