Shades of Tyrian Purple #810A3C
Tints of Tyrian Purple #810A3C
RGB
CMYK
RGB Variations
Color information
#810A3C (or 0x810A3C) is known color: Tyrian Purple. HEX triplet: 81, 0A and 3C. RGB value is (129,10,60). Sum of RGB (Red+Green+Blue) = 129+10+60=199 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.82% from 199); Green value is 10 (4.30% from 255 or 5.03% from 199); Blue value is 60 (23.83% from 255 or 30.15% from 199); Max value from RGB is 129 - color contains mainly: red. Hex color #810A3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810A3C is #7EF5C3. Grayscale: #333333. Windows color (decimal): -8320452 or 3934849. OLE color: 3934849.
HSL color Cylindrical-coordinate representation of color #810A3C: hue angle of 334.79º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #810A3C is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 10 | 60 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.49 |
| HSL | 334.79º | 0.86% | 0.27% | - |
| HSV(B) | 334.79º | 0.92% | 0.51% | - |
| XYZ | 9.98 | 5.21 | 4.75 | - |
| YUV | 51.28 | 132.92 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 10 | 60 | 0 | 0.92 | 0.53 | 0.49 | 334.79 | 0.86 | 0.27 |
| Hex | 81 | A | 3C | 0 | 5C | 35 | 31 | 14F | 56 | 1B |
| Octal | 201 | 12 | 74 | 0 | 134 | 65 | 61 | 517 | 126 | 33 |
| Binary | 10000001 | 1010 | 111100 | 0 | 1011100 | 110101 | 110001 | 101001111 | 1010110 | 11011 |
Color Harmonies of #810A3C
Complementary color
Monochromatic Colors of #810A3C
Black with #810A3C
Text Example
Text Example
White with #810A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810A3C; }
p { color: rgb(129,10,60); }
H1.HeaderClassName
{
color: #810A3C;
}
.AnyTagClassName
{
color: #810A3C;
}
</style>
background-color css
<style>
a { background-color: #810A3C; }
a { background-color: rgb(129,10,60); }
div.DivClassName
{
background-color: #810A3C;
}
.BgClassName
{
background-color: #810A3C;
}
</style>
border-color css
<style>
span { border-color: #810A3C; }
span { border-color: rgb(129,10,60); }
td.TdClassName
{
border-color: #810A3C;
}
.TagClassName
{
border-color: #810A3C;
}
</style>