Shades of Hot Purple #510B5F
Tints of Hot Purple #510B5F
RGB
CMYK
RGB Variations
Color information
#510B5F (or 0x510B5F) is known color: Hot Purple. HEX triplet: 51, 0B and 5F. RGB value is (81,11,95). Sum of RGB (Red+Green+Blue) = 81+11+95=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 11 (4.69% from 255 or 5.88% from 187); Blue value is 95 (37.5% from 255 or 50.80% from 187); Max value from RGB is 95 - color contains mainly: blue. Hex color #510B5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510B5F is #AEF4A0. Grayscale: #292929. Windows color (decimal): -11465889 or 6228817. OLE color: 6228817.
HSL color Cylindrical-coordinate representation of color #510B5F: hue angle of 290º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #510B5F is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 81 | 11 | 95 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.63 |
| HSL | 290º | 0.79% | 0.21% | - |
| HSV(B) | 290º | 0.88% | 0.37% | - |
| XYZ | 5.58 | 2.81 | 11.08 | - |
| YUV | 41.51 | 158.19 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 11 | 95 | 0.15 | 0.88 | 0 | 0.63 | 290 | 0.79 | 0.21 |
| Hex | 51 | B | 5F | F | 58 | 0 | 3F | 122 | 4F | 15 |
| Octal | 121 | 13 | 137 | 17 | 130 | 0 | 77 | 442 | 117 | 25 |
| Binary | 1010001 | 1011 | 1011111 | 1111 | 1011000 | 0 | 111111 | 100100010 | 1001111 | 10101 |
Color Harmonies of #510B5F
Complementary color
Monochromatic Colors of #510B5F
Black with #510B5F
Text Example
Text Example
White with #510B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510B5F; }
p { color: rgb(81,11,95); }
H1.HeaderClassName
{
color: #510B5F;
}
.AnyTagClassName
{
color: #510B5F;
}
</style>
background-color css
<style>
a { background-color: #510B5F; }
a { background-color: rgb(81,11,95); }
div.DivClassName
{
background-color: #510B5F;
}
.BgClassName
{
background-color: #510B5F;
}
</style>
border-color css
<style>
span { border-color: #510B5F; }
span { border-color: rgb(81,11,95); }
td.TdClassName
{
border-color: #510B5F;
}
.TagClassName
{
border-color: #510B5F;
}
</style>