Shades of Hot Purple #512456
Tints of Hot Purple #512456
RGB
CMYK
RGB Variations
Color information
#512456 (or 0x512456) is known color: Hot Purple. HEX triplet: 51, 24 and 56. RGB value is (81,36,86). Sum of RGB (Red+Green+Blue) = 81+36+86=203 (26% of max value = 765). Red value is 81 (32.03% from 255 or 39.90% from 203); Green value is 36 (14.45% from 255 or 17.73% from 203); Blue value is 86 (33.98% from 255 or 42.36% from 203); Max value from RGB is 86 - color contains mainly: blue. Hex color #512456 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512456 is #AEDBA9. Grayscale: #373737. Windows color (decimal): -11459498 or 5645393. OLE color: 5645393.
HSL color Cylindrical-coordinate representation of color #512456: hue angle of 294º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #512456 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 81 | 36 | 86 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.66 |
| HSL | 294º | 0.41% | 0.24% | - |
| HSV(B) | 294º | 0.58% | 0.34% | - |
| XYZ | 5.7 | 3.68 | 9.21 | - |
| YUV | 55.16 | 145.41 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 36 | 86 | 0.06 | 0.58 | 0 | 0.66 | 294 | 0.41 | 0.24 |
| Hex | 51 | 24 | 56 | 6 | 3A | 0 | 42 | 126 | 29 | 18 |
| Octal | 121 | 44 | 126 | 6 | 72 | 0 | 102 | 446 | 51 | 30 |
| Binary | 1010001 | 100100 | 1010110 | 110 | 111010 | 0 | 1000010 | 100100110 | 101001 | 11000 |
Color Harmonies of #512456
Complementary color
Monochromatic Colors of #512456
Black with #512456
Text Example
Text Example
White with #512456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512456; }
p { color: rgb(81,36,86); }
H1.HeaderClassName
{
color: #512456;
}
.AnyTagClassName
{
color: #512456;
}
</style>
background-color css
<style>
a { background-color: #512456; }
a { background-color: rgb(81,36,86); }
div.DivClassName
{
background-color: #512456;
}
.BgClassName
{
background-color: #512456;
}
</style>
border-color css
<style>
span { border-color: #512456; }
span { border-color: rgb(81,36,86); }
td.TdClassName
{
border-color: #512456;
}
.TagClassName
{
border-color: #512456;
}
</style>