Shades of Tyrian Purple #510F45
Tints of Tyrian Purple #510F45
RGB
CMYK
RGB Variations
Color information
#510F45 (or 0x510F45) is known color: Tyrian Purple. HEX triplet: 51, 0F and 45. RGB value is (81,15,69). Sum of RGB (Red+Green+Blue) = 81+15+69=165 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.09% from 165); Green value is 15 (6.25% from 255 or 9.09% from 165); Blue value is 69 (27.34% from 255 or 41.82% from 165); Max value from RGB is 81 - color contains mainly: red. Hex color #510F45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510F45 is #AEF0BA. Grayscale: #282828. Windows color (decimal): -11464891 or 4525905. OLE color: 4525905.
HSL color Cylindrical-coordinate representation of color #510F45: hue angle of 310.91º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #510F45 is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 15 | 69 | - |
| CMYK | 0 | 0.81 | 0.15 | 0.68 |
| HSL | 310.91º | 0.69% | 0.19% | - |
| HSV(B) | 310.91º | 0.81% | 0.32% | - |
| XYZ | 4.64 | 2.52 | 5.87 | - |
| YUV | 40.89 | 143.87 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 15 | 69 | 0 | 0.81 | 0.15 | 0.68 | 310.91 | 0.69 | 0.19 |
| Hex | 51 | F | 45 | 0 | 51 | F | 44 | 137 | 45 | 13 |
| Octal | 121 | 17 | 105 | 0 | 121 | 17 | 104 | 467 | 105 | 23 |
| Binary | 1010001 | 1111 | 1000101 | 0 | 1010001 | 1111 | 1000100 | 100110111 | 1000101 | 10011 |
Color Harmonies of #510F45
Complementary color
Monochromatic Colors of #510F45
Black with #510F45
Text Example
Text Example
White with #510F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510F45; }
p { color: rgb(81,15,69); }
H1.HeaderClassName
{
color: #510F45;
}
.AnyTagClassName
{
color: #510F45;
}
</style>
background-color css
<style>
a { background-color: #510F45; }
a { background-color: rgb(81,15,69); }
div.DivClassName
{
background-color: #510F45;
}
.BgClassName
{
background-color: #510F45;
}
</style>
border-color css
<style>
span { border-color: #510F45; }
span { border-color: rgb(81,15,69); }
td.TdClassName
{
border-color: #510F45;
}
.TagClassName
{
border-color: #510F45;
}
</style>