Shades of Hot Purple #512054
Tints of Hot Purple #512054
RGB
CMYK
RGB Variations
Color information
#512054 (or 0x512054) is known color: Hot Purple. HEX triplet: 51, 20 and 54. RGB value is (81,32,84). Sum of RGB (Red+Green+Blue) = 81+32+84=197 (26% of max value = 765). Red value is 81 (32.03% from 255 or 41.12% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 84 (33.20% from 255 or 42.64% from 197); Max value from RGB is 84 - color contains mainly: blue. Hex color #512054 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512054 is #AEDFAB. Grayscale: #343434. Windows color (decimal): -11460524 or 5513297. OLE color: 5513297.
HSL color Cylindrical-coordinate representation of color #512054: hue angle of 296.54º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #512054 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 32 | 84 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.67 |
| HSL | 296.54º | 0.45% | 0.23% | - |
| HSV(B) | 296.54º | 0.62% | 0.33% | - |
| XYZ | 5.51 | 3.42 | 8.76 | - |
| YUV | 52.58 | 145.73 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 32 | 84 | 0.04 | 0.62 | 0 | 0.67 | 296.54 | 0.45 | 0.23 |
| Hex | 51 | 20 | 54 | 4 | 3E | 0 | 43 | 129 | 2D | 17 |
| Octal | 121 | 40 | 124 | 4 | 76 | 0 | 103 | 451 | 55 | 27 |
| Binary | 1010001 | 100000 | 1010100 | 100 | 111110 | 0 | 1000011 | 100101001 | 101101 | 10111 |
Color Harmonies of #512054
Complementary color
Monochromatic Colors of #512054
Black with #512054
Text Example
Text Example
White with #512054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512054; }
p { color: rgb(81,32,84); }
H1.HeaderClassName
{
color: #512054;
}
.AnyTagClassName
{
color: #512054;
}
</style>
background-color css
<style>
a { background-color: #512054; }
a { background-color: rgb(81,32,84); }
div.DivClassName
{
background-color: #512054;
}
.BgClassName
{
background-color: #512054;
}
</style>
border-color css
<style>
span { border-color: #512054; }
span { border-color: rgb(81,32,84); }
td.TdClassName
{
border-color: #512054;
}
.TagClassName
{
border-color: #512054;
}
</style>