Shades of Tyrian Purple #85044B
Tints of Tyrian Purple #85044B
RGB
CMYK
RGB Variations
Color information
#85044B (or 0x85044B) is known color: Tyrian Purple. HEX triplet: 85, 04 and 4B. RGB value is (133,4,75). Sum of RGB (Red+Green+Blue) = 133+4+75=212 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.74% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 75 (29.69% from 255 or 35.38% from 212); Max value from RGB is 133 - color contains mainly: red. Hex color #85044B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85044B is #7AFBB4. Grayscale: #323232. Windows color (decimal): -8059829 or 4916357. OLE color: 4916357.
HSL color Cylindrical-coordinate representation of color #85044B: hue angle of 326.98º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #85044B is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 4 | 75 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.48 |
| HSL | 326.98º | 0.94% | 0.27% | - |
| HSV(B) | 326.98º | 0.97% | 0.52% | - |
| XYZ | 10.99 | 5.58 | 7.15 | - |
| YUV | 50.67 | 141.74 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 4 | 75 | 0 | 0.97 | 0.44 | 0.48 | 326.98 | 0.94 | 0.27 |
| Hex | 85 | 4 | 4B | 0 | 61 | 2C | 30 | 147 | 5E | 1B |
| Octal | 205 | 4 | 113 | 0 | 141 | 54 | 60 | 507 | 136 | 33 |
| Binary | 10000101 | 100 | 1001011 | 0 | 1100001 | 101100 | 110000 | 101000111 | 1011110 | 11011 |
Color Harmonies of #85044B
Complementary color
Monochromatic Colors of #85044B
Black with #85044B
Text Example
Text Example
White with #85044B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85044B; }
p { color: rgb(133,4,75); }
H1.HeaderClassName
{
color: #85044B;
}
.AnyTagClassName
{
color: #85044B;
}
</style>
background-color css
<style>
a { background-color: #85044B; }
a { background-color: rgb(133,4,75); }
div.DivClassName
{
background-color: #85044B;
}
.BgClassName
{
background-color: #85044B;
}
</style>
border-color css
<style>
span { border-color: #85044B; }
span { border-color: rgb(133,4,75); }
td.TdClassName
{
border-color: #85044B;
}
.TagClassName
{
border-color: #85044B;
}
</style>