Shades of Hot Purple #511C58
Tints of Hot Purple #511C58
RGB
CMYK
RGB Variations
Color information
#511C58 (or 0x511C58) is known color: Hot Purple. HEX triplet: 51, 1C and 58. RGB value is (81,28,88). Sum of RGB (Red+Green+Blue) = 81+28+88=197 (26% of max value = 765). Red value is 81 (32.03% from 255 or 41.12% from 197); Green value is 28 (11.33% from 255 or 14.21% from 197); Blue value is 88 (34.77% from 255 or 44.67% from 197); Max value from RGB is 88 - color contains mainly: blue. Hex color #511C58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511C58 is #AEE3A7. Grayscale: #323232. Windows color (decimal): -11461544 or 5774417. OLE color: 5774417.
HSL color Cylindrical-coordinate representation of color #511C58: hue angle of 293º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #511C58 is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 28 | 88 | - |
| CMYK | 0.08 | 0.68 | 0 | 0.65 |
| HSL | 293º | 0.52% | 0.23% | - |
| HSV(B) | 293º | 0.68% | 0.35% | - |
| XYZ | 5.57 | 3.28 | 9.57 | - |
| YUV | 50.69 | 149.06 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 28 | 88 | 0.08 | 0.68 | 0 | 0.65 | 293 | 0.52 | 0.23 |
| Hex | 51 | 1C | 58 | 8 | 44 | 0 | 41 | 125 | 34 | 17 |
| Octal | 121 | 34 | 130 | 10 | 104 | 0 | 101 | 445 | 64 | 27 |
| Binary | 1010001 | 11100 | 1011000 | 1000 | 1000100 | 0 | 1000001 | 100100101 | 110100 | 10111 |
Color Harmonies of #511C58
Complementary color
Monochromatic Colors of #511C58
Black with #511C58
Text Example
Text Example
White with #511C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511C58; }
p { color: rgb(81,28,88); }
H1.HeaderClassName
{
color: #511C58;
}
.AnyTagClassName
{
color: #511C58;
}
</style>
background-color css
<style>
a { background-color: #511C58; }
a { background-color: rgb(81,28,88); }
div.DivClassName
{
background-color: #511C58;
}
.BgClassName
{
background-color: #511C58;
}
</style>
border-color css
<style>
span { border-color: #511C58; }
span { border-color: rgb(81,28,88); }
td.TdClassName
{
border-color: #511C58;
}
.TagClassName
{
border-color: #511C58;
}
</style>