Shades of Hot Purple #51035B
Tints of Hot Purple #51035B
RGB
CMYK
RGB Variations
Color information
#51035B (or 0x51035B) is known color: Hot Purple. HEX triplet: 51, 03 and 5B. RGB value is (81,3,91). Sum of RGB (Red+Green+Blue) = 81+3+91=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 91 (35.94% from 255 or 52% from 175); Max value from RGB is 91 - color contains mainly: blue. Hex color #51035B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51035B is #AEFCA4. Grayscale: #242424. Windows color (decimal): -11467941 or 5964625. OLE color: 5964625.
HSL color Cylindrical-coordinate representation of color #51035B: hue angle of 293.18º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #51035B is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 3 | 91 | - |
| CMYK | 0.11 | 0.97 | 0 | 0.64 |
| HSL | 293.18º | 0.94% | 0.18% | - |
| HSV(B) | 293.18º | 0.97% | 0.36% | - |
| XYZ | 5.31 | 2.57 | 10.11 | - |
| YUV | 36.35 | 158.84 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 3 | 91 | 0.11 | 0.97 | 0 | 0.64 | 293.18 | 0.94 | 0.18 |
| Hex | 51 | 3 | 5B | B | 61 | 0 | 40 | 125 | 5E | 12 |
| Octal | 121 | 3 | 133 | 13 | 141 | 0 | 100 | 445 | 136 | 22 |
| Binary | 1010001 | 11 | 1011011 | 1011 | 1100001 | 0 | 1000000 | 100100101 | 1011110 | 10010 |
Color Harmonies of #51035B
Complementary color
Monochromatic Colors of #51035B
Black with #51035B
Text Example
Text Example
White with #51035B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51035B; }
p { color: rgb(81,3,91); }
H1.HeaderClassName
{
color: #51035B;
}
.AnyTagClassName
{
color: #51035B;
}
</style>
background-color css
<style>
a { background-color: #51035B; }
a { background-color: rgb(81,3,91); }
div.DivClassName
{
background-color: #51035B;
}
.BgClassName
{
background-color: #51035B;
}
</style>
border-color css
<style>
span { border-color: #51035B; }
span { border-color: rgb(81,3,91); }
td.TdClassName
{
border-color: #51035B;
}
.TagClassName
{
border-color: #51035B;
}
</style>