Shades of Hot Purple #511255
Tints of Hot Purple #511255
RGB
CMYK
RGB Variations
Color information
#511255 (or 0x511255) is known color: Hot Purple. HEX triplet: 51, 12 and 55. RGB value is (81,18,85). Sum of RGB (Red+Green+Blue) = 81+18+85=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 85 (33.59% from 255 or 46.20% from 184); Max value from RGB is 85 - color contains mainly: blue. Hex color #511255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511255 is #AEEDAA. Grayscale: #2C2C2C. Windows color (decimal): -11464107 or 5575249. OLE color: 5575249.
HSL color Cylindrical-coordinate representation of color #511255: hue angle of 296.42º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #511255 is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 18 | 85 | - |
| CMYK | 0.05 | 0.79 | 0 | 0.67 |
| HSL | 296.42º | 0.65% | 0.2% | - |
| HSV(B) | 296.42º | 0.79% | 0.33% | - |
| XYZ | 5.25 | 2.84 | 8.87 | - |
| YUV | 44.48 | 150.87 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 18 | 85 | 0.05 | 0.79 | 0 | 0.67 | 296.42 | 0.65 | 0.2 |
| Hex | 51 | 12 | 55 | 5 | 4F | 0 | 43 | 128 | 41 | 14 |
| Octal | 121 | 22 | 125 | 5 | 117 | 0 | 103 | 450 | 101 | 24 |
| Binary | 1010001 | 10010 | 1010101 | 101 | 1001111 | 0 | 1000011 | 100101000 | 1000001 | 10100 |
Color Harmonies of #511255
Complementary color
Monochromatic Colors of #511255
Black with #511255
Text Example
Text Example
White with #511255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511255; }
p { color: rgb(81,18,85); }
H1.HeaderClassName
{
color: #511255;
}
.AnyTagClassName
{
color: #511255;
}
</style>
background-color css
<style>
a { background-color: #511255; }
a { background-color: rgb(81,18,85); }
div.DivClassName
{
background-color: #511255;
}
.BgClassName
{
background-color: #511255;
}
</style>
border-color css
<style>
span { border-color: #511255; }
span { border-color: rgb(81,18,85); }
td.TdClassName
{
border-color: #511255;
}
.TagClassName
{
border-color: #511255;
}
</style>