Shades of Hot Purple #512255
Tints of Hot Purple #512255
RGB
CMYK
RGB Variations
Color information
#512255 (or 0x512255) is known color: Hot Purple. HEX triplet: 51, 22 and 55. RGB value is (81,34,85). Sum of RGB (Red+Green+Blue) = 81+34+85=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 34 (13.67% from 255 or 17% from 200); Blue value is 85 (33.59% from 255 or 42.5% from 200); Max value from RGB is 85 - color contains mainly: blue. Hex color #512255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512255 is #AEDDAA. Grayscale: #353535. Windows color (decimal): -11460011 or 5579345. OLE color: 5579345.
HSL color Cylindrical-coordinate representation of color #512255: hue angle of 295.29º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #512255 is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 34 | 85 | - |
| CMYK | 0.05 | 0.60 | 0 | 0.67 |
| HSL | 295.29º | 0.43% | 0.23% | - |
| HSV(B) | 295.29º | 0.6% | 0.33% | - |
| XYZ | 5.61 | 3.55 | 8.98 | - |
| YUV | 53.87 | 145.57 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 34 | 85 | 0.05 | 0.60 | 0 | 0.67 | 295.29 | 0.43 | 0.23 |
| Hex | 51 | 22 | 55 | 5 | 3C | 0 | 43 | 127 | 2B | 17 |
| Octal | 121 | 42 | 125 | 5 | 74 | 0 | 103 | 447 | 53 | 27 |
| Binary | 1010001 | 100010 | 1010101 | 101 | 111100 | 0 | 1000011 | 100100111 | 101011 | 10111 |
Color Harmonies of #512255
Complementary color
Monochromatic Colors of #512255
Black with #512255
Text Example
Text Example
White with #512255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512255; }
p { color: rgb(81,34,85); }
H1.HeaderClassName
{
color: #512255;
}
.AnyTagClassName
{
color: #512255;
}
</style>
background-color css
<style>
a { background-color: #512255; }
a { background-color: rgb(81,34,85); }
div.DivClassName
{
background-color: #512255;
}
.BgClassName
{
background-color: #512255;
}
</style>
border-color css
<style>
span { border-color: #512255; }
span { border-color: rgb(81,34,85); }
td.TdClassName
{
border-color: #512255;
}
.TagClassName
{
border-color: #512255;
}
</style>