Shades of Tyrian Purple #85014B
Tints of Tyrian Purple #85014B
RGB
CMYK
RGB Variations
Color information
#85014B (or 0x85014B) is known color: Tyrian Purple. HEX triplet: 85, 01 and 4B. RGB value is (133,1,75). Sum of RGB (Red+Green+Blue) = 133+1+75=209 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.64% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 75 (29.69% from 255 or 35.89% from 209); Max value from RGB is 133 - color contains mainly: red. Hex color #85014B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85014B is #7AFEB4. Grayscale: #303030. Windows color (decimal): -8060597 or 4915589. OLE color: 4915589.
HSL color Cylindrical-coordinate representation of color #85014B: hue angle of 326.36º 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 #85014B is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 1 | 75 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.48 |
| HSL | 326.36º | 0.99% | 0.26% | - |
| HSV(B) | 326.36º | 0.99% | 0.52% | - |
| XYZ | 10.95 | 5.52 | 7.14 | - |
| YUV | 48.9 | 142.73 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 75 | 0 | 0.99 | 0.44 | 0.48 | 326.36 | 0.99 | 0.26 |
| Hex | 85 | 1 | 4B | 0 | 63 | 2C | 30 | 146 | 63 | 1A |
| Octal | 205 | 1 | 113 | 0 | 143 | 54 | 60 | 506 | 143 | 32 |
| Binary | 10000101 | 1 | 1001011 | 0 | 1100011 | 101100 | 110000 | 101000110 | 1100011 | 11010 |
Color Harmonies of #85014B
Complementary color
Monochromatic Colors of #85014B
Black with #85014B
Text Example
Text Example
White with #85014B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85014B; }
p { color: rgb(133,1,75); }
H1.HeaderClassName
{
color: #85014B;
}
.AnyTagClassName
{
color: #85014B;
}
</style>
background-color css
<style>
a { background-color: #85014B; }
a { background-color: rgb(133,1,75); }
div.DivClassName
{
background-color: #85014B;
}
.BgClassName
{
background-color: #85014B;
}
</style>
border-color css
<style>
span { border-color: #85014B; }
span { border-color: rgb(133,1,75); }
td.TdClassName
{
border-color: #85014B;
}
.TagClassName
{
border-color: #85014B;
}
</style>