Shades of Hot Purple #512E50
Tints of Hot Purple #512E50
RGB
CMYK
RGB Variations
Color information
#512E50 (or 0x512E50) is known color: Hot Purple. HEX triplet: 51, 2E and 50. RGB value is (81,46,80). Sum of RGB (Red+Green+Blue) = 81+46+80=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 46 (18.36% from 255 or 22.22% from 207); Blue value is 80 (31.64% from 255 or 38.65% from 207); Max value from RGB is 81 - color contains mainly: red. Hex color #512E50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512E50 is #AED1AF. Grayscale: #3C3C3C. Windows color (decimal): -11456944 or 5254737. OLE color: 5254737.
HSL color Cylindrical-coordinate representation of color #512E50: hue angle of 301.71º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #512E50 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 46 | 80 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.68 |
| HSL | 301.71º | 0.28% | 0.25% | - |
| HSV(B) | 301.71º | 0.43% | 0.32% | - |
| XYZ | 5.82 | 4.28 | 8.11 | - |
| YUV | 60.34 | 139.1 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 46 | 80 | 0 | 0.43 | 0.01 | 0.68 | 301.71 | 0.28 | 0.25 |
| Hex | 51 | 2E | 50 | 0 | 2B | 1 | 44 | 12E | 1C | 19 |
| Octal | 121 | 56 | 120 | 0 | 53 | 1 | 104 | 456 | 34 | 31 |
| Binary | 1010001 | 101110 | 1010000 | 0 | 101011 | 1 | 1000100 | 100101110 | 11100 | 11001 |
Color Harmonies of #512E50
Complementary color
Monochromatic Colors of #512E50
Black with #512E50
Text Example
Text Example
White with #512E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512E50; }
p { color: rgb(81,46,80); }
H1.HeaderClassName
{
color: #512E50;
}
.AnyTagClassName
{
color: #512E50;
}
</style>
background-color css
<style>
a { background-color: #512E50; }
a { background-color: rgb(81,46,80); }
div.DivClassName
{
background-color: #512E50;
}
.BgClassName
{
background-color: #512E50;
}
</style>
border-color css
<style>
span { border-color: #512E50; }
span { border-color: rgb(81,46,80); }
td.TdClassName
{
border-color: #512E50;
}
.TagClassName
{
border-color: #512E50;
}
</style>