Shades of Hot Purple #511355
Tints of Hot Purple #511355
RGB
CMYK
RGB Variations
Color information
#511355 (or 0x511355) is known color: Hot Purple. HEX triplet: 51, 13 and 55. RGB value is (81,19,85). Sum of RGB (Red+Green+Blue) = 81+19+85=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 85 (33.59% from 255 or 45.95% from 185); Max value from RGB is 85 - color contains mainly: blue. Hex color #511355 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511355 is #AEECAA. Grayscale: #2C2C2C. Windows color (decimal): -11463851 or 5575505. OLE color: 5575505.
HSL color Cylindrical-coordinate representation of color #511355: hue angle of 296.36º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #511355 is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 19 | 85 | - |
| CMYK | 0.05 | 0.78 | 0 | 0.67 |
| HSL | 296.36º | 0.63% | 0.2% | - |
| HSV(B) | 296.36º | 0.78% | 0.33% | - |
| XYZ | 5.27 | 2.87 | 8.87 | - |
| YUV | 45.06 | 150.54 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 19 | 85 | 0.05 | 0.78 | 0 | 0.67 | 296.36 | 0.63 | 0.2 |
| Hex | 51 | 13 | 55 | 5 | 4E | 0 | 43 | 128 | 3F | 14 |
| Octal | 121 | 23 | 125 | 5 | 116 | 0 | 103 | 450 | 77 | 24 |
| Binary | 1010001 | 10011 | 1010101 | 101 | 1001110 | 0 | 1000011 | 100101000 | 111111 | 10100 |
Color Harmonies of #511355
Complementary color
Monochromatic Colors of #511355
Black with #511355
Text Example
Text Example
White with #511355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511355; }
p { color: rgb(81,19,85); }
H1.HeaderClassName
{
color: #511355;
}
.AnyTagClassName
{
color: #511355;
}
</style>
background-color css
<style>
a { background-color: #511355; }
a { background-color: rgb(81,19,85); }
div.DivClassName
{
background-color: #511355;
}
.BgClassName
{
background-color: #511355;
}
</style>
border-color css
<style>
span { border-color: #511355; }
span { border-color: rgb(81,19,85); }
td.TdClassName
{
border-color: #511355;
}
.TagClassName
{
border-color: #511355;
}
</style>