Shades of Hot Purple #512C54
Tints of Hot Purple #512C54
RGB
CMYK
RGB Variations
Color information
#512C54 (or 0x512C54) is known color: Hot Purple. HEX triplet: 51, 2C and 54. RGB value is (81,44,84). Sum of RGB (Red+Green+Blue) = 81+44+84=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 44 (17.58% from 255 or 21.05% from 209); Blue value is 84 (33.20% from 255 or 40.19% from 209); Max value from RGB is 84 - color contains mainly: blue. Hex color #512C54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512C54 is #AED3AB. Grayscale: #3B3B3B. Windows color (decimal): -11457452 or 5516369. OLE color: 5516369.
HSL color Cylindrical-coordinate representation of color #512C54: hue angle of 295.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #512C54 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 44 | 84 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.67 |
| HSL | 295.5º | 0.31% | 0.25% | - |
| HSV(B) | 295.5º | 0.48% | 0.33% | - |
| XYZ | 5.89 | 4.19 | 8.89 | - |
| YUV | 59.62 | 141.76 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 44 | 84 | 0.04 | 0.48 | 0 | 0.67 | 295.5 | 0.31 | 0.25 |
| Hex | 51 | 2C | 54 | 4 | 30 | 0 | 43 | 128 | 1F | 19 |
| Octal | 121 | 54 | 124 | 4 | 60 | 0 | 103 | 450 | 37 | 31 |
| Binary | 1010001 | 101100 | 1010100 | 100 | 110000 | 0 | 1000011 | 100101000 | 11111 | 11001 |
Color Harmonies of #512C54
Complementary color
Monochromatic Colors of #512C54
Black with #512C54
Text Example
Text Example
White with #512C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512C54; }
p { color: rgb(81,44,84); }
H1.HeaderClassName
{
color: #512C54;
}
.AnyTagClassName
{
color: #512C54;
}
</style>
background-color css
<style>
a { background-color: #512C54; }
a { background-color: rgb(81,44,84); }
div.DivClassName
{
background-color: #512C54;
}
.BgClassName
{
background-color: #512C54;
}
</style>
border-color css
<style>
span { border-color: #512C54; }
span { border-color: rgb(81,44,84); }
td.TdClassName
{
border-color: #512C54;
}
.TagClassName
{
border-color: #512C54;
}
</style>