Shades of Tyrian Purple #85014A
Tints of Tyrian Purple #85014A
RGB
CMYK
RGB Variations
Color information
#85014A (or 0x85014A) is known color: Tyrian Purple. HEX triplet: 85, 01 and 4A. RGB value is (133,1,74). Sum of RGB (Red+Green+Blue) = 133+1+74=208 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.94% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 74 (29.30% from 255 or 35.58% from 208); Max value from RGB is 133 - color contains mainly: red. Hex color #85014A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85014A is #7AFEB5. Grayscale: #303030. Windows color (decimal): -8060598 or 4850053. OLE color: 4850053.
HSL color Cylindrical-coordinate representation of color #85014A: hue angle of 326.82º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #85014A is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 1 | 74 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.48 |
| HSL | 326.82º | 0.99% | 0.26% | - |
| HSV(B) | 326.82º | 0.99% | 0.52% | - |
| XYZ | 10.92 | 5.5 | 6.97 | - |
| YUV | 48.79 | 142.23 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 74 | 0 | 0.99 | 0.44 | 0.48 | 326.82 | 0.99 | 0.26 |
| Hex | 85 | 1 | 4A | 0 | 63 | 2C | 30 | 147 | 63 | 1A |
| Octal | 205 | 1 | 112 | 0 | 143 | 54 | 60 | 507 | 143 | 32 |
| Binary | 10000101 | 1 | 1001010 | 0 | 1100011 | 101100 | 110000 | 101000111 | 1100011 | 11010 |
Color Harmonies of #85014A
Complementary color
Monochromatic Colors of #85014A
Black with #85014A
Text Example
Text Example
White with #85014A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85014A; }
p { color: rgb(133,1,74); }
H1.HeaderClassName
{
color: #85014A;
}
.AnyTagClassName
{
color: #85014A;
}
</style>
background-color css
<style>
a { background-color: #85014A; }
a { background-color: rgb(133,1,74); }
div.DivClassName
{
background-color: #85014A;
}
.BgClassName
{
background-color: #85014A;
}
</style>
border-color css
<style>
span { border-color: #85014A; }
span { border-color: rgb(133,1,74); }
td.TdClassName
{
border-color: #85014A;
}
.TagClassName
{
border-color: #85014A;
}
</style>