Shades of Hot Purple #512C55
Tints of Hot Purple #512C55
RGB
CMYK
RGB Variations
Color information
#512C55 (or 0x512C55) is known color: Hot Purple. HEX triplet: 51, 2C and 55. RGB value is (81,44,85). Sum of RGB (Red+Green+Blue) = 81+44+85=210 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.57% from 210); Green value is 44 (17.58% from 255 or 20.95% from 210); Blue value is 85 (33.59% from 255 or 40.48% from 210); Max value from RGB is 85 - color contains mainly: blue. Hex color #512C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512C55 is #AED3AA. Grayscale: #3B3B3B. Windows color (decimal): -11457451 or 5581905. OLE color: 5581905.
HSL color Cylindrical-coordinate representation of color #512C55: hue angle of 294.15º degrees, saturation: 0.32, 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 #512C55 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 44 | 85 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.67 |
| HSL | 294.15º | 0.32% | 0.25% | - |
| HSV(B) | 294.15º | 0.48% | 0.33% | - |
| XYZ | 5.93 | 4.21 | 9.09 | - |
| YUV | 59.74 | 142.26 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 44 | 85 | 0.05 | 0.48 | 0 | 0.67 | 294.15 | 0.32 | 0.25 |
| Hex | 51 | 2C | 55 | 5 | 30 | 0 | 43 | 126 | 20 | 19 |
| Octal | 121 | 54 | 125 | 5 | 60 | 0 | 103 | 446 | 40 | 31 |
| Binary | 1010001 | 101100 | 1010101 | 101 | 110000 | 0 | 1000011 | 100100110 | 100000 | 11001 |
Color Harmonies of #512C55
Complementary color
Monochromatic Colors of #512C55
Black with #512C55
Text Example
Text Example
White with #512C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512C55; }
p { color: rgb(81,44,85); }
H1.HeaderClassName
{
color: #512C55;
}
.AnyTagClassName
{
color: #512C55;
}
</style>
background-color css
<style>
a { background-color: #512C55; }
a { background-color: rgb(81,44,85); }
div.DivClassName
{
background-color: #512C55;
}
.BgClassName
{
background-color: #512C55;
}
</style>
border-color css
<style>
span { border-color: #512C55; }
span { border-color: rgb(81,44,85); }
td.TdClassName
{
border-color: #512C55;
}
.TagClassName
{
border-color: #512C55;
}
</style>