Shades of Tyrian Purple #85084A
Tints of Tyrian Purple #85084A
RGB
CMYK
RGB Variations
Color information
#85084A (or 0x85084A) is known color: Tyrian Purple. HEX triplet: 85, 08 and 4A. RGB value is (133,8,74). Sum of RGB (Red+Green+Blue) = 133+8+74=215 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.86% from 215); Green value is 8 (3.52% from 255 or 3.72% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 133 - color contains mainly: red. Hex color #85084A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85084A is #7AF7B5. Grayscale: #343434. Windows color (decimal): -8058806 or 4851845. OLE color: 4851845.
HSL color Cylindrical-coordinate representation of color #85084A: hue angle of 328.32º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #85084A is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 8 | 74 | - |
| CMYK | 0 | 0.94 | 0.44 | 0.48 |
| HSL | 328.32º | 0.89% | 0.28% | - |
| HSV(B) | 328.32º | 0.94% | 0.52% | - |
| XYZ | 11 | 5.65 | 6.99 | - |
| YUV | 52.9 | 139.91 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 8 | 74 | 0 | 0.94 | 0.44 | 0.48 | 328.32 | 0.89 | 0.28 |
| Hex | 85 | 8 | 4A | 0 | 5E | 2C | 30 | 148 | 59 | 1C |
| Octal | 205 | 10 | 112 | 0 | 136 | 54 | 60 | 510 | 131 | 34 |
| Binary | 10000101 | 1000 | 1001010 | 0 | 1011110 | 101100 | 110000 | 101001000 | 1011001 | 11100 |
Color Harmonies of #85084A
Complementary color
Monochromatic Colors of #85084A
Black with #85084A
Text Example
Text Example
White with #85084A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85084A; }
p { color: rgb(133,8,74); }
H1.HeaderClassName
{
color: #85084A;
}
.AnyTagClassName
{
color: #85084A;
}
</style>
background-color css
<style>
a { background-color: #85084A; }
a { background-color: rgb(133,8,74); }
div.DivClassName
{
background-color: #85084A;
}
.BgClassName
{
background-color: #85084A;
}
</style>
border-color css
<style>
span { border-color: #85084A; }
span { border-color: rgb(133,8,74); }
td.TdClassName
{
border-color: #85084A;
}
.TagClassName
{
border-color: #85084A;
}
</style>