Shades of Tyrian Purple #810246
Tints of Tyrian Purple #810246
RGB
CMYK
RGB Variations
Color information
#810246 (or 0x810246) is known color: Tyrian Purple. HEX triplet: 81, 02 and 46. RGB value is (129,2,70). Sum of RGB (Red+Green+Blue) = 129+2+70=201 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.18% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 70 (27.73% from 255 or 34.83% from 201); Max value from RGB is 129 - color contains mainly: red. Hex color #810246 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810246 is #7EFDB9. Grayscale: #2F2F2F. Windows color (decimal): -8322490 or 4588161. OLE color: 4588161.
HSL color Cylindrical-coordinate representation of color #810246: hue angle of 327.87º 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 #810246 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 2 | 70 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.49 |
| HSL | 327.87º | 0.97% | 0.26% | - |
| HSV(B) | 327.87º | 0.98% | 0.51% | - |
| XYZ | 10.18 | 5.15 | 6.25 | - |
| YUV | 47.73 | 140.58 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 2 | 70 | 0 | 0.98 | 0.46 | 0.49 | 327.87 | 0.97 | 0.26 |
| Hex | 81 | 2 | 46 | 0 | 62 | 2E | 31 | 148 | 61 | 1A |
| Octal | 201 | 2 | 106 | 0 | 142 | 56 | 61 | 510 | 141 | 32 |
| Binary | 10000001 | 10 | 1000110 | 0 | 1100010 | 101110 | 110001 | 101001000 | 1100001 | 11010 |
Color Harmonies of #810246
Complementary color
Monochromatic Colors of #810246
Black with #810246
Text Example
Text Example
White with #810246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810246; }
p { color: rgb(129,2,70); }
H1.HeaderClassName
{
color: #810246;
}
.AnyTagClassName
{
color: #810246;
}
</style>
background-color css
<style>
a { background-color: #810246; }
a { background-color: rgb(129,2,70); }
div.DivClassName
{
background-color: #810246;
}
.BgClassName
{
background-color: #810246;
}
</style>
border-color css
<style>
span { border-color: #810246; }
span { border-color: rgb(129,2,70); }
td.TdClassName
{
border-color: #810246;
}
.TagClassName
{
border-color: #810246;
}
</style>