Shades of Tyrian Purple #810241
Tints of Tyrian Purple #810241
RGB
CMYK
RGB Variations
Color information
#810241 (or 0x810241) is known color: Tyrian Purple. HEX triplet: 81, 02 and 41. RGB value is (129,2,65). Sum of RGB (Red+Green+Blue) = 129+2+65=196 (25% of max value = 765). Red value is 129 (50.78% from 255 or 65.82% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 129 - color contains mainly: red. Hex color #810241 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810241 is #7EFDBE. Grayscale: #2F2F2F. Windows color (decimal): -8322495 or 4260481. OLE color: 4260481.
HSL color Cylindrical-coordinate representation of color #810241: hue angle of 330.24º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #810241 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 2 | 65 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.49 |
| HSL | 330.24º | 0.97% | 0.26% | - |
| HSV(B) | 330.24º | 0.98% | 0.51% | - |
| XYZ | 10.03 | 5.09 | 5.46 | - |
| YUV | 47.16 | 138.08 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 2 | 65 | 0 | 0.98 | 0.50 | 0.49 | 330.24 | 0.97 | 0.26 |
| Hex | 81 | 2 | 41 | 0 | 62 | 32 | 31 | 14A | 61 | 1A |
| Octal | 201 | 2 | 101 | 0 | 142 | 62 | 61 | 512 | 141 | 32 |
| Binary | 10000001 | 10 | 1000001 | 0 | 1100010 | 110010 | 110001 | 101001010 | 1100001 | 11010 |
Color Harmonies of #810241
Complementary color
Monochromatic Colors of #810241
Black with #810241
Text Example
Text Example
White with #810241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810241; }
p { color: rgb(129,2,65); }
H1.HeaderClassName
{
color: #810241;
}
.AnyTagClassName
{
color: #810241;
}
</style>
background-color css
<style>
a { background-color: #810241; }
a { background-color: rgb(129,2,65); }
div.DivClassName
{
background-color: #810241;
}
.BgClassName
{
background-color: #810241;
}
</style>
border-color css
<style>
span { border-color: #810241; }
span { border-color: rgb(129,2,65); }
td.TdClassName
{
border-color: #810241;
}
.TagClassName
{
border-color: #810241;
}
</style>