Shades of Tyrian Purple #810245
Tints of Tyrian Purple #810245
RGB
CMYK
RGB Variations
Color information
#810245 (or 0x810245) is known color: Tyrian Purple. HEX triplet: 81, 02 and 45. RGB value is (129,2,69). Sum of RGB (Red+Green+Blue) = 129+2+69=200 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.5% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 69 (27.34% from 255 or 34.5% from 200); Max value from RGB is 129 - color contains mainly: red. Hex color #810245 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810245 is #7EFDBA. Grayscale: #2F2F2F. Windows color (decimal): -8322491 or 4522625. OLE color: 4522625.
HSL color Cylindrical-coordinate representation of color #810245: hue angle of 328.35º 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 #810245 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 2 | 69 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.49 |
| HSL | 328.35º | 0.97% | 0.26% | - |
| HSV(B) | 328.35º | 0.98% | 0.51% | - |
| XYZ | 10.15 | 5.14 | 6.09 | - |
| YUV | 47.61 | 140.08 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 2 | 69 | 0 | 0.98 | 0.47 | 0.49 | 328.35 | 0.97 | 0.26 |
| Hex | 81 | 2 | 45 | 0 | 62 | 2F | 31 | 148 | 61 | 1A |
| Octal | 201 | 2 | 105 | 0 | 142 | 57 | 61 | 510 | 141 | 32 |
| Binary | 10000001 | 10 | 1000101 | 0 | 1100010 | 101111 | 110001 | 101001000 | 1100001 | 11010 |
Color Harmonies of #810245
Complementary color
Monochromatic Colors of #810245
Black with #810245
Text Example
Text Example
White with #810245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810245; }
p { color: rgb(129,2,69); }
H1.HeaderClassName
{
color: #810245;
}
.AnyTagClassName
{
color: #810245;
}
</style>
background-color css
<style>
a { background-color: #810245; }
a { background-color: rgb(129,2,69); }
div.DivClassName
{
background-color: #810245;
}
.BgClassName
{
background-color: #810245;
}
</style>
border-color css
<style>
span { border-color: #810245; }
span { border-color: rgb(129,2,69); }
td.TdClassName
{
border-color: #810245;
}
.TagClassName
{
border-color: #810245;
}
</style>