Shades of Hot Purple #512455
Tints of Hot Purple #512455
RGB
CMYK
RGB Variations
Color information
#512455 (or 0x512455) is known color: Hot Purple. HEX triplet: 51, 24 and 55. RGB value is (81,36,85). Sum of RGB (Red+Green+Blue) = 81+36+85=202 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.10% from 202); Green value is 36 (14.45% from 255 or 17.82% from 202); Blue value is 85 (33.59% from 255 or 42.08% from 202); Max value from RGB is 85 - color contains mainly: blue. Hex color #512455 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512455 is #AEDBAA. Grayscale: #363636. Windows color (decimal): -11459499 or 5579857. OLE color: 5579857.
HSL color Cylindrical-coordinate representation of color #512455: hue angle of 295.1º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #512455 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 36 | 85 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.67 |
| HSL | 295.1º | 0.4% | 0.24% | - |
| HSV(B) | 295.1º | 0.58% | 0.33% | - |
| XYZ | 5.66 | 3.67 | 9 | - |
| YUV | 55.04 | 144.91 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 36 | 85 | 0.05 | 0.58 | 0 | 0.67 | 295.1 | 0.4 | 0.24 |
| Hex | 51 | 24 | 55 | 5 | 3A | 0 | 43 | 127 | 28 | 18 |
| Octal | 121 | 44 | 125 | 5 | 72 | 0 | 103 | 447 | 50 | 30 |
| Binary | 1010001 | 100100 | 1010101 | 101 | 111010 | 0 | 1000011 | 100100111 | 101000 | 11000 |
Color Harmonies of #512455
Complementary color
Monochromatic Colors of #512455
Black with #512455
Text Example
Text Example
White with #512455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512455; }
p { color: rgb(81,36,85); }
H1.HeaderClassName
{
color: #512455;
}
.AnyTagClassName
{
color: #512455;
}
</style>
background-color css
<style>
a { background-color: #512455; }
a { background-color: rgb(81,36,85); }
div.DivClassName
{
background-color: #512455;
}
.BgClassName
{
background-color: #512455;
}
</style>
border-color css
<style>
span { border-color: #512455; }
span { border-color: rgb(81,36,85); }
td.TdClassName
{
border-color: #512455;
}
.TagClassName
{
border-color: #512455;
}
</style>