Shades of Tyrian Purple #510F46
Tints of Tyrian Purple #510F46
RGB
CMYK
RGB Variations
Color information
#510F46 (or 0x510F46) is known color: Tyrian Purple. HEX triplet: 51, 0F and 46. RGB value is (81,15,70). Sum of RGB (Red+Green+Blue) = 81+15+70=166 (21% of max value = 765). Red value is 81 (32.03% from 255 or 48.80% from 166); Green value is 15 (6.25% from 255 or 9.04% from 166); Blue value is 70 (27.73% from 255 or 42.17% from 166); Max value from RGB is 81 - color contains mainly: red. Hex color #510F46 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510F46 is #AEF0B9. Grayscale: #282828. Windows color (decimal): -11464890 or 4591441. OLE color: 4591441.
HSL color Cylindrical-coordinate representation of color #510F46: hue angle of 310º 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 #510F46 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 15 | 70 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.68 |
| HSL | 310º | 0.69% | 0.19% | - |
| HSV(B) | 310º | 0.81% | 0.32% | - |
| XYZ | 4.67 | 2.53 | 6.04 | - |
| YUV | 41 | 144.37 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 15 | 70 | 0 | 0.81 | 0.14 | 0.68 | 310 | 0.69 | 0.19 |
| Hex | 51 | F | 46 | 0 | 51 | E | 44 | 136 | 45 | 13 |
| Octal | 121 | 17 | 106 | 0 | 121 | 16 | 104 | 466 | 105 | 23 |
| Binary | 1010001 | 1111 | 1000110 | 0 | 1010001 | 1110 | 1000100 | 100110110 | 1000101 | 10011 |
Color Harmonies of #510F46
Complementary color
Monochromatic Colors of #510F46
Black with #510F46
Text Example
Text Example
White with #510F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510F46; }
p { color: rgb(81,15,70); }
H1.HeaderClassName
{
color: #510F46;
}
.AnyTagClassName
{
color: #510F46;
}
</style>
background-color css
<style>
a { background-color: #510F46; }
a { background-color: rgb(81,15,70); }
div.DivClassName
{
background-color: #510F46;
}
.BgClassName
{
background-color: #510F46;
}
</style>
border-color css
<style>
span { border-color: #510F46; }
span { border-color: rgb(81,15,70); }
td.TdClassName
{
border-color: #510F46;
}
.TagClassName
{
border-color: #510F46;
}
</style>