Shades of Hot Purple #512C58
Tints of Hot Purple #512C58
RGB
CMYK
RGB Variations
Color information
#512C58 (or 0x512C58) is known color: Hot Purple. HEX triplet: 51, 2C and 58. RGB value is (81,44,88). Sum of RGB (Red+Green+Blue) = 81+44+88=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 44 (17.58% from 255 or 20.66% from 213); Blue value is 88 (34.77% from 255 or 41.31% from 213); Max value from RGB is 88 - color contains mainly: blue. Hex color #512C58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512C58 is #AED3A7. Grayscale: #3B3B3B. Windows color (decimal): -11457448 or 5778513. OLE color: 5778513.
HSL color Cylindrical-coordinate representation of color #512C58: hue angle of 290.45º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #512C58 is Cyan = 0.08, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 44 | 88 | - |
| CMYK | 0.08 | 0.5 | 0 | 0.65 |
| HSL | 290.45º | 0.33% | 0.26% | - |
| HSV(B) | 290.45º | 0.5% | 0.35% | - |
| XYZ | 6.06 | 4.26 | 9.73 | - |
| YUV | 60.08 | 143.76 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 44 | 88 | 0.08 | 0.5 | 0 | 0.65 | 290.45 | 0.33 | 0.26 |
| Hex | 51 | 2C | 58 | 8 | 32 | 0 | 41 | 122 | 21 | 1A |
| Octal | 121 | 54 | 130 | 10 | 62 | 0 | 101 | 442 | 41 | 32 |
| Binary | 1010001 | 101100 | 1011000 | 1000 | 110010 | 0 | 1000001 | 100100010 | 100001 | 11010 |
Color Harmonies of #512C58
Complementary color
Monochromatic Colors of #512C58
Black with #512C58
Text Example
Text Example
White with #512C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512C58; }
p { color: rgb(81,44,88); }
H1.HeaderClassName
{
color: #512C58;
}
.AnyTagClassName
{
color: #512C58;
}
</style>
background-color css
<style>
a { background-color: #512C58; }
a { background-color: rgb(81,44,88); }
div.DivClassName
{
background-color: #512C58;
}
.BgClassName
{
background-color: #512C58;
}
</style>
border-color css
<style>
span { border-color: #512C58; }
span { border-color: rgb(81,44,88); }
td.TdClassName
{
border-color: #512C58;
}
.TagClassName
{
border-color: #512C58;
}
</style>