Shades of Hot Purple #511B58
Tints of Hot Purple #511B58
RGB
CMYK
RGB Variations
Color information
#511B58 (or 0x511B58) is known color: Hot Purple. HEX triplet: 51, 1B and 58. RGB value is (81,27,88). Sum of RGB (Red+Green+Blue) = 81+27+88=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 27 (10.94% from 255 or 13.78% from 196); Blue value is 88 (34.77% from 255 or 44.90% from 196); Max value from RGB is 88 - color contains mainly: blue. Hex color #511B58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511B58 is #AEE4A7. Grayscale: #313131. Windows color (decimal): -11461800 or 5774161. OLE color: 5774161.
HSL color Cylindrical-coordinate representation of color #511B58: hue angle of 293.11º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #511B58 is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 27 | 88 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.65 |
| HSL | 293.11º | 0.53% | 0.23% | - |
| HSV(B) | 293.11º | 0.69% | 0.35% | - |
| XYZ | 5.55 | 3.24 | 9.57 | - |
| YUV | 50.1 | 149.39 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 27 | 88 | 0.08 | 0.69 | 0 | 0.65 | 293.11 | 0.53 | 0.23 |
| Hex | 51 | 1B | 58 | 8 | 45 | 0 | 41 | 125 | 35 | 17 |
| Octal | 121 | 33 | 130 | 10 | 105 | 0 | 101 | 445 | 65 | 27 |
| Binary | 1010001 | 11011 | 1011000 | 1000 | 1000101 | 0 | 1000001 | 100100101 | 110101 | 10111 |
Color Harmonies of #511B58
Complementary color
Monochromatic Colors of #511B58
Black with #511B58
Text Example
Text Example
White with #511B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511B58; }
p { color: rgb(81,27,88); }
H1.HeaderClassName
{
color: #511B58;
}
.AnyTagClassName
{
color: #511B58;
}
</style>
background-color css
<style>
a { background-color: #511B58; }
a { background-color: rgb(81,27,88); }
div.DivClassName
{
background-color: #511B58;
}
.BgClassName
{
background-color: #511B58;
}
</style>
border-color css
<style>
span { border-color: #511B58; }
span { border-color: rgb(81,27,88); }
td.TdClassName
{
border-color: #511B58;
}
.TagClassName
{
border-color: #511B58;
}
</style>