Shades of Tyrian Purple #810249
Tints of Tyrian Purple #810249
RGB
CMYK
RGB Variations
Color information
#810249 (or 0x810249) is known color: Tyrian Purple. HEX triplet: 81, 02 and 49. RGB value is (129,2,73). Sum of RGB (Red+Green+Blue) = 129+2+73=204 (27% of max value = 765). Red value is 129 (50.78% from 255 or 63.24% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 73 (28.91% from 255 or 35.78% from 204); Max value from RGB is 129 - color contains mainly: red. Hex color #810249 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810249 is #7EFDB6. Grayscale: #2F2F2F. Windows color (decimal): -8322487 or 4784769. OLE color: 4784769.
HSL color Cylindrical-coordinate representation of color #810249: hue angle of 326.46º 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 #810249 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 2 | 73 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.49 |
| HSL | 326.46º | 0.97% | 0.26% | - |
| HSV(B) | 326.46º | 0.98% | 0.51% | - |
| XYZ | 10.28 | 5.19 | 6.76 | - |
| YUV | 48.07 | 142.08 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 2 | 73 | 0 | 0.98 | 0.43 | 0.49 | 326.46 | 0.97 | 0.26 |
| Hex | 81 | 2 | 49 | 0 | 62 | 2B | 31 | 146 | 61 | 1A |
| Octal | 201 | 2 | 111 | 0 | 142 | 53 | 61 | 506 | 141 | 32 |
| Binary | 10000001 | 10 | 1001001 | 0 | 1100010 | 101011 | 110001 | 101000110 | 1100001 | 11010 |
Color Harmonies of #810249
Complementary color
Monochromatic Colors of #810249
Black with #810249
Text Example
Text Example
White with #810249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810249; }
p { color: rgb(129,2,73); }
H1.HeaderClassName
{
color: #810249;
}
.AnyTagClassName
{
color: #810249;
}
</style>
background-color css
<style>
a { background-color: #810249; }
a { background-color: rgb(129,2,73); }
div.DivClassName
{
background-color: #810249;
}
.BgClassName
{
background-color: #810249;
}
</style>
border-color css
<style>
span { border-color: #810249; }
span { border-color: rgb(129,2,73); }
td.TdClassName
{
border-color: #810249;
}
.TagClassName
{
border-color: #810249;
}
</style>