Shades of Tyrian Purple #510F40
Tints of Tyrian Purple #510F40
RGB
CMYK
RGB Variations
Color information
#510F40 (or 0x510F40) is known color: Tyrian Purple. HEX triplet: 51, 0F and 40. RGB value is (81,15,64). Sum of RGB (Red+Green+Blue) = 81+15+64=160 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.62% from 160); Green value is 15 (6.25% from 255 or 9.38% from 160); Blue value is 64 (25.39% from 255 or 40% from 160); Max value from RGB is 81 - color contains mainly: red. Hex color #510F40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510F40 is #AEF0BF. Grayscale: #282828. Windows color (decimal): -11464896 or 4198225. OLE color: 4198225.
HSL color Cylindrical-coordinate representation of color #510F40: hue angle of 315.45º 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 #510F40 is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 15 | 64 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.68 |
| HSL | 315.45º | 0.69% | 0.19% | - |
| HSV(B) | 315.45º | 0.81% | 0.32% | - |
| XYZ | 4.49 | 2.46 | 5.09 | - |
| YUV | 40.32 | 141.37 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 15 | 64 | 0 | 0.81 | 0.21 | 0.68 | 315.45 | 0.69 | 0.19 |
| Hex | 51 | F | 40 | 0 | 51 | 15 | 44 | 13B | 45 | 13 |
| Octal | 121 | 17 | 100 | 0 | 121 | 25 | 104 | 473 | 105 | 23 |
| Binary | 1010001 | 1111 | 1000000 | 0 | 1010001 | 10101 | 1000100 | 100111011 | 1000101 | 10011 |
Color Harmonies of #510F40
Complementary color
Monochromatic Colors of #510F40
Black with #510F40
Text Example
Text Example
White with #510F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510F40; }
p { color: rgb(81,15,64); }
H1.HeaderClassName
{
color: #510F40;
}
.AnyTagClassName
{
color: #510F40;
}
</style>
background-color css
<style>
a { background-color: #510F40; }
a { background-color: rgb(81,15,64); }
div.DivClassName
{
background-color: #510F40;
}
.BgClassName
{
background-color: #510F40;
}
</style>
border-color css
<style>
span { border-color: #510F40; }
span { border-color: rgb(81,15,64); }
td.TdClassName
{
border-color: #510F40;
}
.TagClassName
{
border-color: #510F40;
}
</style>