Shades of Tyrian Purple #810248
Tints of Tyrian Purple #810248
RGB
CMYK
RGB Variations
Color information
#810248 (or 0x810248) is known color: Tyrian Purple. HEX triplet: 81, 02 and 48. RGB value is (129,2,72). Sum of RGB (Red+Green+Blue) = 129+2+72=203 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.55% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 72 (28.52% from 255 or 35.47% from 203); Max value from RGB is 129 - color contains mainly: red. Hex color #810248 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810248 is #7EFDB7. Grayscale: #2F2F2F. Windows color (decimal): -8322488 or 4719233. OLE color: 4719233.
HSL color Cylindrical-coordinate representation of color #810248: hue angle of 326.93º 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 #810248 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 2 | 72 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.49 |
| HSL | 326.93º | 0.97% | 0.26% | - |
| HSV(B) | 326.93º | 0.98% | 0.51% | - |
| XYZ | 10.24 | 5.18 | 6.59 | - |
| YUV | 47.95 | 141.58 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 2 | 72 | 0 | 0.98 | 0.44 | 0.49 | 326.93 | 0.97 | 0.26 |
| Hex | 81 | 2 | 48 | 0 | 62 | 2C | 31 | 147 | 61 | 1A |
| Octal | 201 | 2 | 110 | 0 | 142 | 54 | 61 | 507 | 141 | 32 |
| Binary | 10000001 | 10 | 1001000 | 0 | 1100010 | 101100 | 110001 | 101000111 | 1100001 | 11010 |
Color Harmonies of #810248
Complementary color
Monochromatic Colors of #810248
Black with #810248
Text Example
Text Example
White with #810248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810248; }
p { color: rgb(129,2,72); }
H1.HeaderClassName
{
color: #810248;
}
.AnyTagClassName
{
color: #810248;
}
</style>
background-color css
<style>
a { background-color: #810248; }
a { background-color: rgb(129,2,72); }
div.DivClassName
{
background-color: #810248;
}
.BgClassName
{
background-color: #810248;
}
</style>
border-color css
<style>
span { border-color: #810248; }
span { border-color: rgb(129,2,72); }
td.TdClassName
{
border-color: #810248;
}
.TagClassName
{
border-color: #810248;
}
</style>