Shades of Tyrian Purple #510A3B
Tints of Tyrian Purple #510A3B
RGB
CMYK
RGB Variations
Color information
#510A3B (or 0x510A3B) is known color: Tyrian Purple. HEX triplet: 51, 0A and 3B. RGB value is (81,10,59). Sum of RGB (Red+Green+Blue) = 81+10+59=150 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54% from 150); Green value is 10 (4.30% from 255 or 6.67% from 150); Blue value is 59 (23.44% from 255 or 39.33% from 150); Max value from RGB is 81 - color contains mainly: red. Hex color #510A3B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510A3B is #AEF5C4. Grayscale: #242424. Windows color (decimal): -11466181 or 3869265. OLE color: 3869265.
HSL color Cylindrical-coordinate representation of color #510A3B: hue angle of 318.59º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #510A3B is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 10 | 59 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.68 |
| HSL | 318.59º | 0.78% | 0.18% | - |
| HSV(B) | 318.59º | 0.88% | 0.32% | - |
| XYZ | 4.29 | 2.28 | 4.35 | - |
| YUV | 36.82 | 140.52 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 10 | 59 | 0 | 0.88 | 0.27 | 0.68 | 318.59 | 0.78 | 0.18 |
| Hex | 51 | A | 3B | 0 | 58 | 1B | 44 | 13F | 4E | 12 |
| Octal | 121 | 12 | 73 | 0 | 130 | 33 | 104 | 477 | 116 | 22 |
| Binary | 1010001 | 1010 | 111011 | 0 | 1011000 | 11011 | 1000100 | 100111111 | 1001110 | 10010 |
Color Harmonies of #510A3B
Complementary color
Monochromatic Colors of #510A3B
Black with #510A3B
Text Example
Text Example
White with #510A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510A3B; }
p { color: rgb(81,10,59); }
H1.HeaderClassName
{
color: #510A3B;
}
.AnyTagClassName
{
color: #510A3B;
}
</style>
background-color css
<style>
a { background-color: #510A3B; }
a { background-color: rgb(81,10,59); }
div.DivClassName
{
background-color: #510A3B;
}
.BgClassName
{
background-color: #510A3B;
}
</style>
border-color css
<style>
span { border-color: #510A3B; }
span { border-color: rgb(81,10,59); }
td.TdClassName
{
border-color: #510A3B;
}
.TagClassName
{
border-color: #510A3B;
}
</style>