Shades of Hot Purple #511558
Tints of Hot Purple #511558
RGB
CMYK
RGB Variations
Color information
#511558 (or 0x511558) is known color: Hot Purple. HEX triplet: 51, 15 and 58. RGB value is (81,21,88). Sum of RGB (Red+Green+Blue) = 81+21+88=190 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.63% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 88 (34.77% from 255 or 46.32% from 190); Max value from RGB is 88 - color contains mainly: blue. Hex color #511558 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511558 is #AEEAA7. Grayscale: #2E2E2E. Windows color (decimal): -11463336 or 5772625. OLE color: 5772625.
HSL color Cylindrical-coordinate representation of color #511558: hue angle of 293.73º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #511558 is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 21 | 88 | - |
| CMYK | 0.08 | 0.76 | 0 | 0.65 |
| HSL | 293.73º | 0.61% | 0.21% | - |
| HSV(B) | 293.73º | 0.76% | 0.35% | - |
| XYZ | 5.42 | 2.99 | 9.52 | - |
| YUV | 46.58 | 151.38 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 21 | 88 | 0.08 | 0.76 | 0 | 0.65 | 293.73 | 0.61 | 0.21 |
| Hex | 51 | 15 | 58 | 8 | 4C | 0 | 41 | 126 | 3D | 15 |
| Octal | 121 | 25 | 130 | 10 | 114 | 0 | 101 | 446 | 75 | 25 |
| Binary | 1010001 | 10101 | 1011000 | 1000 | 1001100 | 0 | 1000001 | 100100110 | 111101 | 10101 |
Color Harmonies of #511558
Complementary color
Monochromatic Colors of #511558
Black with #511558
Text Example
Text Example
White with #511558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511558; }
p { color: rgb(81,21,88); }
H1.HeaderClassName
{
color: #511558;
}
.AnyTagClassName
{
color: #511558;
}
</style>
background-color css
<style>
a { background-color: #511558; }
a { background-color: rgb(81,21,88); }
div.DivClassName
{
background-color: #511558;
}
.BgClassName
{
background-color: #511558;
}
</style>
border-color css
<style>
span { border-color: #511558; }
span { border-color: rgb(81,21,88); }
td.TdClassName
{
border-color: #511558;
}
.TagClassName
{
border-color: #511558;
}
</style>