Shades of Hot Purple #51295B
Tints of Hot Purple #51295B
RGB
CMYK
RGB Variations
Color information
#51295B (or 0x51295B) is known color: Hot Purple. HEX triplet: 51, 29 and 5B. RGB value is (81,41,91). Sum of RGB (Red+Green+Blue) = 81+41+91=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 41 (16.41% from 255 or 19.25% from 213); Blue value is 91 (35.94% from 255 or 42.72% from 213); Max value from RGB is 91 - color contains mainly: blue. Hex color #51295B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51295B is #AED6A4. Grayscale: #3A3A3A. Windows color (decimal): -11458213 or 5974353. OLE color: 5974353.
HSL color Cylindrical-coordinate representation of color #51295B: hue angle of 288º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #51295B is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 41 | 91 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.64 |
| HSL | 288º | 0.38% | 0.26% | - |
| HSV(B) | 288º | 0.55% | 0.36% | - |
| XYZ | 6.07 | 4.09 | 10.37 | - |
| YUV | 58.66 | 146.25 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 41 | 91 | 0.11 | 0.55 | 0 | 0.64 | 288 | 0.38 | 0.26 |
| Hex | 51 | 29 | 5B | B | 37 | 0 | 40 | 120 | 26 | 1A |
| Octal | 121 | 51 | 133 | 13 | 67 | 0 | 100 | 440 | 46 | 32 |
| Binary | 1010001 | 101001 | 1011011 | 1011 | 110111 | 0 | 1000000 | 100100000 | 100110 | 11010 |
Color Harmonies of #51295B
Complementary color
Monochromatic Colors of #51295B
Black with #51295B
Text Example
Text Example
White with #51295B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51295B; }
p { color: rgb(81,41,91); }
H1.HeaderClassName
{
color: #51295B;
}
.AnyTagClassName
{
color: #51295B;
}
</style>
background-color css
<style>
a { background-color: #51295B; }
a { background-color: rgb(81,41,91); }
div.DivClassName
{
background-color: #51295B;
}
.BgClassName
{
background-color: #51295B;
}
</style>
border-color css
<style>
span { border-color: #51295B; }
span { border-color: rgb(81,41,91); }
td.TdClassName
{
border-color: #51295B;
}
.TagClassName
{
border-color: #51295B;
}
</style>