Shades of Hot Purple #512B59
Tints of Hot Purple #512B59
RGB
CMYK
RGB Variations
Color information
#512B59 (or 0x512B59) is known color: Hot Purple. HEX triplet: 51, 2B and 59. RGB value is (81,43,89). Sum of RGB (Red+Green+Blue) = 81+43+89=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 43 (17.19% from 255 or 20.19% from 213); Blue value is 89 (35.16% from 255 or 41.78% from 213); Max value from RGB is 89 - color contains mainly: blue. Hex color #512B59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512B59 is #AED4A6. Grayscale: #3B3B3B. Windows color (decimal): -11457703 or 5843793. OLE color: 5843793.
HSL color Cylindrical-coordinate representation of color #512B59: hue angle of 289.57º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #512B59 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 43 | 89 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.65 |
| HSL | 289.57º | 0.35% | 0.26% | - |
| HSV(B) | 289.57º | 0.52% | 0.35% | - |
| XYZ | 6.06 | 4.2 | 9.94 | - |
| YUV | 59.61 | 144.59 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 43 | 89 | 0.09 | 0.52 | 0 | 0.65 | 289.57 | 0.35 | 0.26 |
| Hex | 51 | 2B | 59 | 9 | 34 | 0 | 41 | 122 | 23 | 1A |
| Octal | 121 | 53 | 131 | 11 | 64 | 0 | 101 | 442 | 43 | 32 |
| Binary | 1010001 | 101011 | 1011001 | 1001 | 110100 | 0 | 1000001 | 100100010 | 100011 | 11010 |
Color Harmonies of #512B59
Complementary color
Monochromatic Colors of #512B59
Black with #512B59
Text Example
Text Example
White with #512B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512B59; }
p { color: rgb(81,43,89); }
H1.HeaderClassName
{
color: #512B59;
}
.AnyTagClassName
{
color: #512B59;
}
</style>
background-color css
<style>
a { background-color: #512B59; }
a { background-color: rgb(81,43,89); }
div.DivClassName
{
background-color: #512B59;
}
.BgClassName
{
background-color: #512B59;
}
</style>
border-color css
<style>
span { border-color: #512B59; }
span { border-color: rgb(81,43,89); }
td.TdClassName
{
border-color: #512B59;
}
.TagClassName
{
border-color: #512B59;
}
</style>