Shades of Hot Purple #51005B
Tints of Hot Purple #51005B
RGB
CMYK
RGB Variations
Color information
#51005B (or 0x51005B) is known color: Hot Purple. HEX triplet: 51, 00 and 5B. RGB value is (81,0,91). Sum of RGB (Red+Green+Blue) = 81+0+91=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 91 (35.94% from 255 or 52.91% from 172); Max value from RGB is 91 - color contains mainly: blue. Hex color #51005B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51005B is #AEFFA4. Grayscale: #222222. Windows color (decimal): -11468709 or 5963857. OLE color: 5963857.
HSL color Cylindrical-coordinate representation of color #51005B: hue angle of 293.41º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #51005B is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 0 | 91 | - |
| CMYK | 0.11 | 1 | 0 | 0.64 |
| HSL | 293.41º | 1% | 0.18% | - |
| HSV(B) | 293.41º | 1% | 0.36% | - |
| XYZ | 5.28 | 2.5 | 10.1 | - |
| YUV | 34.59 | 159.84 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 0 | 91 | 0.11 | 1 | 0 | 0.64 | 293.41 | 1 | 0.18 |
| Hex | 51 | 0 | 5B | B | 64 | 0 | 40 | 125 | 64 | 12 |
| Octal | 121 | 0 | 133 | 13 | 144 | 0 | 100 | 445 | 144 | 22 |
| Binary | 1010001 | 0 | 1011011 | 1011 | 1100100 | 0 | 1000000 | 100100101 | 1100100 | 10010 |
Color Harmonies of #51005B
Complementary color
Monochromatic Colors of #51005B
Black with #51005B
Text Example
Text Example
White with #51005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51005B; }
p { color: rgb(81,0,91); }
H1.HeaderClassName
{
color: #51005B;
}
.AnyTagClassName
{
color: #51005B;
}
</style>
background-color css
<style>
a { background-color: #51005B; }
a { background-color: rgb(81,0,91); }
div.DivClassName
{
background-color: #51005B;
}
.BgClassName
{
background-color: #51005B;
}
</style>
border-color css
<style>
span { border-color: #51005B; }
span { border-color: rgb(81,0,91); }
td.TdClassName
{
border-color: #51005B;
}
.TagClassName
{
border-color: #51005B;
}
</style>