Shades of Tyrian Purple #81024A
Tints of Tyrian Purple #81024A
RGB
CMYK
RGB Variations
Color information
#81024A (or 0x81024A) is known color: Tyrian Purple. HEX triplet: 81, 02 and 4A. RGB value is (129,2,74). Sum of RGB (Red+Green+Blue) = 129+2+74=205 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.93% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 129 - color contains mainly: red. Hex color #81024A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81024A is #7EFDB5. Grayscale: #303030. Windows color (decimal): -8322486 or 4850305. OLE color: 4850305.
HSL color Cylindrical-coordinate representation of color #81024A: hue angle of 325.98º 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 #81024A is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 2 | 74 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.49 |
| HSL | 325.98º | 0.97% | 0.26% | - |
| HSV(B) | 325.98º | 0.98% | 0.51% | - |
| XYZ | 10.31 | 5.2 | 6.94 | - |
| YUV | 48.18 | 142.58 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 2 | 74 | 0 | 0.98 | 0.43 | 0.49 | 325.98 | 0.97 | 0.26 |
| Hex | 81 | 2 | 4A | 0 | 62 | 2B | 31 | 146 | 61 | 1A |
| Octal | 201 | 2 | 112 | 0 | 142 | 53 | 61 | 506 | 141 | 32 |
| Binary | 10000001 | 10 | 1001010 | 0 | 1100010 | 101011 | 110001 | 101000110 | 1100001 | 11010 |
Color Harmonies of #81024A
Complementary color
Monochromatic Colors of #81024A
Black with #81024A
Text Example
Text Example
White with #81024A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81024A; }
p { color: rgb(129,2,74); }
H1.HeaderClassName
{
color: #81024A;
}
.AnyTagClassName
{
color: #81024A;
}
</style>
background-color css
<style>
a { background-color: #81024A; }
a { background-color: rgb(129,2,74); }
div.DivClassName
{
background-color: #81024A;
}
.BgClassName
{
background-color: #81024A;
}
</style>
border-color css
<style>
span { border-color: #81024A; }
span { border-color: rgb(129,2,74); }
td.TdClassName
{
border-color: #81024A;
}
.TagClassName
{
border-color: #81024A;
}
</style>