Shades of Hot Purple #510254
Tints of Hot Purple #510254
RGB
CMYK
RGB Variations
Color information
#510254 (or 0x510254) is known color: Hot Purple. HEX triplet: 51, 02 and 54. RGB value is (81,2,84). Sum of RGB (Red+Green+Blue) = 81+2+84=167 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.50% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 84 (33.20% from 255 or 50.30% from 167); Max value from RGB is 84 - color contains mainly: blue. Hex color #510254 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510254 is #AEFDAB. Grayscale: #222222. Windows color (decimal): -11468204 or 5505617. OLE color: 5505617.
HSL color Cylindrical-coordinate representation of color #510254: hue angle of 297.8º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #510254 is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 2 | 84 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.67 |
| HSL | 297.8º | 0.95% | 0.17% | - |
| HSV(B) | 297.8º | 0.98% | 0.33% | - |
| XYZ | 5.02 | 2.43 | 8.59 | - |
| YUV | 34.97 | 155.67 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 2 | 84 | 0.04 | 0.98 | 0 | 0.67 | 297.8 | 0.95 | 0.17 |
| Hex | 51 | 2 | 54 | 4 | 62 | 0 | 43 | 12A | 5F | 11 |
| Octal | 121 | 2 | 124 | 4 | 142 | 0 | 103 | 452 | 137 | 21 |
| Binary | 1010001 | 10 | 1010100 | 100 | 1100010 | 0 | 1000011 | 100101010 | 1011111 | 10001 |
Color Harmonies of #510254
Complementary color
Monochromatic Colors of #510254
Black with #510254
Text Example
Text Example
White with #510254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510254; }
p { color: rgb(81,2,84); }
H1.HeaderClassName
{
color: #510254;
}
.AnyTagClassName
{
color: #510254;
}
</style>
background-color css
<style>
a { background-color: #510254; }
a { background-color: rgb(81,2,84); }
div.DivClassName
{
background-color: #510254;
}
.BgClassName
{
background-color: #510254;
}
</style>
border-color css
<style>
span { border-color: #510254; }
span { border-color: rgb(81,2,84); }
td.TdClassName
{
border-color: #510254;
}
.TagClassName
{
border-color: #510254;
}
</style>