Shades of Hot Purple #510B4E
Tints of Hot Purple #510B4E
RGB
CMYK
RGB Variations
Color information
#510B4E (or 0x510B4E) is known color: Hot Purple. HEX triplet: 51, 0B and 4E. RGB value is (81,11,78). Sum of RGB (Red+Green+Blue) = 81+11+78=170 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.65% from 170); Green value is 11 (4.69% from 255 or 6.47% from 170); Blue value is 78 (30.86% from 255 or 45.88% from 170); Max value from RGB is 81 - color contains mainly: red. Hex color #510B4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510B4E is #AEF4B1. Grayscale: #272727. Windows color (decimal): -11465906 or 5114705. OLE color: 5114705.
HSL color Cylindrical-coordinate representation of color #510B4E: hue angle of 302.57º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #510B4E is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 11 | 78 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.68 |
| HSL | 302.57º | 0.76% | 0.18% | - |
| HSV(B) | 302.57º | 0.86% | 0.32% | - |
| XYZ | 4.89 | 2.54 | 7.44 | - |
| YUV | 39.57 | 149.69 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 11 | 78 | 0 | 0.86 | 0.04 | 0.68 | 302.57 | 0.76 | 0.18 |
| Hex | 51 | B | 4E | 0 | 56 | 4 | 44 | 12F | 4C | 12 |
| Octal | 121 | 13 | 116 | 0 | 126 | 4 | 104 | 457 | 114 | 22 |
| Binary | 1010001 | 1011 | 1001110 | 0 | 1010110 | 100 | 1000100 | 100101111 | 1001100 | 10010 |
Color Harmonies of #510B4E
Complementary color
Monochromatic Colors of #510B4E
Black with #510B4E
Text Example
Text Example
White with #510B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510B4E; }
p { color: rgb(81,11,78); }
H1.HeaderClassName
{
color: #510B4E;
}
.AnyTagClassName
{
color: #510B4E;
}
</style>
background-color css
<style>
a { background-color: #510B4E; }
a { background-color: rgb(81,11,78); }
div.DivClassName
{
background-color: #510B4E;
}
.BgClassName
{
background-color: #510B4E;
}
</style>
border-color css
<style>
span { border-color: #510B4E; }
span { border-color: rgb(81,11,78); }
td.TdClassName
{
border-color: #510B4E;
}
.TagClassName
{
border-color: #510B4E;
}
</style>