Shades of Hot Purple #51055B
Tints of Hot Purple #51055B
RGB
CMYK
RGB Variations
Color information
#51055B (or 0x51055B) is known color: Hot Purple. HEX triplet: 51, 05 and 5B. RGB value is (81,5,91). Sum of RGB (Red+Green+Blue) = 81+5+91=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 91 (35.94% from 255 or 51.41% from 177); Max value from RGB is 91 - color contains mainly: blue. Hex color #51055B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51055B is #AEFAA4. Grayscale: #252525. Windows color (decimal): -11467429 or 5965137. OLE color: 5965137.
HSL color Cylindrical-coordinate representation of color #51055B: hue angle of 293.02º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #51055B is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 5 | 91 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.64 |
| HSL | 293.02º | 0.9% | 0.19% | - |
| HSV(B) | 293.02º | 0.95% | 0.36% | - |
| XYZ | 5.34 | 2.61 | 10.12 | - |
| YUV | 37.53 | 158.18 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 5 | 91 | 0.11 | 0.95 | 0 | 0.64 | 293.02 | 0.9 | 0.19 |
| Hex | 51 | 5 | 5B | B | 5F | 0 | 40 | 125 | 5A | 13 |
| Octal | 121 | 5 | 133 | 13 | 137 | 0 | 100 | 445 | 132 | 23 |
| Binary | 1010001 | 101 | 1011011 | 1011 | 1011111 | 0 | 1000000 | 100100101 | 1011010 | 10011 |
Color Harmonies of #51055B
Complementary color
Monochromatic Colors of #51055B
Black with #51055B
Text Example
Text Example
White with #51055B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51055B; }
p { color: rgb(81,5,91); }
H1.HeaderClassName
{
color: #51055B;
}
.AnyTagClassName
{
color: #51055B;
}
</style>
background-color css
<style>
a { background-color: #51055B; }
a { background-color: rgb(81,5,91); }
div.DivClassName
{
background-color: #51055B;
}
.BgClassName
{
background-color: #51055B;
}
</style>
border-color css
<style>
span { border-color: #51055B; }
span { border-color: rgb(81,5,91); }
td.TdClassName
{
border-color: #51055B;
}
.TagClassName
{
border-color: #51055B;
}
</style>