Shades of Hot Purple #512550
Tints of Hot Purple #512550
RGB
CMYK
RGB Variations
Color information
#512550 (or 0x512550) is known color: Hot Purple. HEX triplet: 51, 25 and 50. RGB value is (81,37,80). Sum of RGB (Red+Green+Blue) = 81+37+80=198 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.91% from 198); Green value is 37 (14.84% from 255 or 18.69% from 198); Blue value is 80 (31.64% from 255 or 40.40% from 198); Max value from RGB is 81 - color contains mainly: red. Hex color #512550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512550 is #AEDAAF. Grayscale: #363636. Windows color (decimal): -11459248 or 5252433. OLE color: 5252433.
HSL color Cylindrical-coordinate representation of color #512550: hue angle of 301.36º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #512550 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 37 | 80 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.68 |
| HSL | 301.36º | 0.37% | 0.23% | - |
| HSV(B) | 301.36º | 0.54% | 0.32% | - |
| XYZ | 5.5 | 3.65 | 8 | - |
| YUV | 55.06 | 142.08 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 37 | 80 | 0 | 0.54 | 0.01 | 0.68 | 301.36 | 0.37 | 0.23 |
| Hex | 51 | 25 | 50 | 0 | 36 | 1 | 44 | 12D | 25 | 17 |
| Octal | 121 | 45 | 120 | 0 | 66 | 1 | 104 | 455 | 45 | 27 |
| Binary | 1010001 | 100101 | 1010000 | 0 | 110110 | 1 | 1000100 | 100101101 | 100101 | 10111 |
Color Harmonies of #512550
Complementary color
Monochromatic Colors of #512550
Black with #512550
Text Example
Text Example
White with #512550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512550; }
p { color: rgb(81,37,80); }
H1.HeaderClassName
{
color: #512550;
}
.AnyTagClassName
{
color: #512550;
}
</style>
background-color css
<style>
a { background-color: #512550; }
a { background-color: rgb(81,37,80); }
div.DivClassName
{
background-color: #512550;
}
.BgClassName
{
background-color: #512550;
}
</style>
border-color css
<style>
span { border-color: #512550; }
span { border-color: rgb(81,37,80); }
td.TdClassName
{
border-color: #512550;
}
.TagClassName
{
border-color: #512550;
}
</style>