Shades of Hot Purple #510B50
Tints of Hot Purple #510B50
RGB
CMYK
RGB Variations
Color information
#510B50 (or 0x510B50) is known color: Hot Purple. HEX triplet: 51, 0B and 50. RGB value is (81,11,80). Sum of RGB (Red+Green+Blue) = 81+11+80=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 11 (4.69% from 255 or 6.40% from 172); Blue value is 80 (31.64% from 255 or 46.51% from 172); Max value from RGB is 81 - color contains mainly: red. Hex color #510B50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510B50 is #AEF4AF. Grayscale: #272727. Windows color (decimal): -11465904 or 5245777. OLE color: 5245777.
HSL color Cylindrical-coordinate representation of color #510B50: hue angle of 300.86º 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 #510B50 is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 11 | 80 | - |
| CMYK | 0 | 0.86 | 0.01 | 0.68 |
| HSL | 300.86º | 0.76% | 0.18% | - |
| HSV(B) | 300.86º | 0.86% | 0.32% | - |
| XYZ | 4.96 | 2.57 | 7.82 | - |
| YUV | 39.8 | 150.69 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 11 | 80 | 0 | 0.86 | 0.01 | 0.68 | 300.86 | 0.76 | 0.18 |
| Hex | 51 | B | 50 | 0 | 56 | 1 | 44 | 12D | 4C | 12 |
| Octal | 121 | 13 | 120 | 0 | 126 | 1 | 104 | 455 | 114 | 22 |
| Binary | 1010001 | 1011 | 1010000 | 0 | 1010110 | 1 | 1000100 | 100101101 | 1001100 | 10010 |
Color Harmonies of #510B50
Complementary color
Monochromatic Colors of #510B50
Black with #510B50
Text Example
Text Example
White with #510B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510B50; }
p { color: rgb(81,11,80); }
H1.HeaderClassName
{
color: #510B50;
}
.AnyTagClassName
{
color: #510B50;
}
</style>
background-color css
<style>
a { background-color: #510B50; }
a { background-color: rgb(81,11,80); }
div.DivClassName
{
background-color: #510B50;
}
.BgClassName
{
background-color: #510B50;
}
</style>
border-color css
<style>
span { border-color: #510B50; }
span { border-color: rgb(81,11,80); }
td.TdClassName
{
border-color: #510B50;
}
.TagClassName
{
border-color: #510B50;
}
</style>