Shades of Hot Purple #511357
Tints of Hot Purple #511357
RGB
CMYK
RGB Variations
Color information
#511357 (or 0x511357) is known color: Hot Purple. HEX triplet: 51, 13 and 57. RGB value is (81,19,87). Sum of RGB (Red+Green+Blue) = 81+19+87=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 87 (34.38% from 255 or 46.52% from 187); Max value from RGB is 87 - color contains mainly: blue. Hex color #511357 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511357 is #AEECA8. Grayscale: #2D2D2D. Windows color (decimal): -11463849 or 5706577. OLE color: 5706577.
HSL color Cylindrical-coordinate representation of color #511357: hue angle of 294.71º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #511357 is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 81 | 19 | 87 | - |
| CMYK | 0.07 | 0.78 | 0 | 0.66 |
| HSL | 294.71º | 0.64% | 0.21% | - |
| HSV(B) | 294.71º | 0.78% | 0.34% | - |
| XYZ | 5.35 | 2.9 | 9.3 | - |
| YUV | 45.29 | 151.54 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 19 | 87 | 0.07 | 0.78 | 0 | 0.66 | 294.71 | 0.64 | 0.21 |
| Hex | 51 | 13 | 57 | 7 | 4E | 0 | 42 | 127 | 40 | 15 |
| Octal | 121 | 23 | 127 | 7 | 116 | 0 | 102 | 447 | 100 | 25 |
| Binary | 1010001 | 10011 | 1010111 | 111 | 1001110 | 0 | 1000010 | 100100111 | 1000000 | 10101 |
Color Harmonies of #511357
Complementary color
Monochromatic Colors of #511357
Black with #511357
Text Example
Text Example
White with #511357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511357; }
p { color: rgb(81,19,87); }
H1.HeaderClassName
{
color: #511357;
}
.AnyTagClassName
{
color: #511357;
}
</style>
background-color css
<style>
a { background-color: #511357; }
a { background-color: rgb(81,19,87); }
div.DivClassName
{
background-color: #511357;
}
.BgClassName
{
background-color: #511357;
}
</style>
border-color css
<style>
span { border-color: #511357; }
span { border-color: rgb(81,19,87); }
td.TdClassName
{
border-color: #511357;
}
.TagClassName
{
border-color: #511357;
}
</style>