Shades of Tyrian Purple #510B40
Tints of Tyrian Purple #510B40
RGB
CMYK
RGB Variations
Color information
#510B40 (or 0x510B40) is known color: Tyrian Purple. HEX triplet: 51, 0B and 40. RGB value is (81,11,64). Sum of RGB (Red+Green+Blue) = 81+11+64=156 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.92% from 156); Green value is 11 (4.69% from 255 or 7.05% from 156); Blue value is 64 (25.39% from 255 or 41.03% from 156); Max value from RGB is 81 - color contains mainly: red. Hex color #510B40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510B40 is #AEF4BF. Grayscale: #252525. Windows color (decimal): -11465920 or 4197201. OLE color: 4197201.
HSL color Cylindrical-coordinate representation of color #510B40: hue angle of 314.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 #510B40 is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 11 | 64 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.68 |
| HSL | 314.57º | 0.76% | 0.18% | - |
| HSV(B) | 314.57º | 0.86% | 0.32% | - |
| XYZ | 4.44 | 2.36 | 5.07 | - |
| YUV | 37.97 | 142.69 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 11 | 64 | 0 | 0.86 | 0.21 | 0.68 | 314.57 | 0.76 | 0.18 |
| Hex | 51 | B | 40 | 0 | 56 | 15 | 44 | 13B | 4C | 12 |
| Octal | 121 | 13 | 100 | 0 | 126 | 25 | 104 | 473 | 114 | 22 |
| Binary | 1010001 | 1011 | 1000000 | 0 | 1010110 | 10101 | 1000100 | 100111011 | 1001100 | 10010 |
Color Harmonies of #510B40
Complementary color
Monochromatic Colors of #510B40
Black with #510B40
Text Example
Text Example
White with #510B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510B40; }
p { color: rgb(81,11,64); }
H1.HeaderClassName
{
color: #510B40;
}
.AnyTagClassName
{
color: #510B40;
}
</style>
background-color css
<style>
a { background-color: #510B40; }
a { background-color: rgb(81,11,64); }
div.DivClassName
{
background-color: #510B40;
}
.BgClassName
{
background-color: #510B40;
}
</style>
border-color css
<style>
span { border-color: #510B40; }
span { border-color: rgb(81,11,64); }
td.TdClassName
{
border-color: #510B40;
}
.TagClassName
{
border-color: #510B40;
}
</style>