Shades of Tyrian Purple #85013F
Tints of Tyrian Purple #85013F
RGB
CMYK
RGB Variations
Color information
#85013F (or 0x85013F) is known color: Tyrian Purple. HEX triplet: 85, 01 and 3F. RGB value is (133,1,63). Sum of RGB (Red+Green+Blue) = 133+1+63=197 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.51% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 63 (25% from 255 or 31.98% from 197); Max value from RGB is 133 - color contains mainly: red. Hex color #85013F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85013F is #7AFEC0. Grayscale: #2F2F2F. Windows color (decimal): -8060609 or 4129157. OLE color: 4129157.
HSL color Cylindrical-coordinate representation of color #85013F: hue angle of 331.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 #85013F is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 1 | 63 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.48 |
| HSL | 331.82º | 0.99% | 0.26% | - |
| HSV(B) | 331.82º | 0.99% | 0.52% | - |
| XYZ | 10.58 | 5.37 | 5.18 | - |
| YUV | 47.54 | 136.73 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 63 | 0 | 0.99 | 0.53 | 0.48 | 331.82 | 0.99 | 0.26 |
| Hex | 85 | 1 | 3F | 0 | 63 | 35 | 30 | 14C | 63 | 1A |
| Octal | 205 | 1 | 77 | 0 | 143 | 65 | 60 | 514 | 143 | 32 |
| Binary | 10000101 | 1 | 111111 | 0 | 1100011 | 110101 | 110000 | 101001100 | 1100011 | 11010 |
Color Harmonies of #85013F
Complementary color
Monochromatic Colors of #85013F
Black with #85013F
Text Example
Text Example
White with #85013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85013F; }
p { color: rgb(133,1,63); }
H1.HeaderClassName
{
color: #85013F;
}
.AnyTagClassName
{
color: #85013F;
}
</style>
background-color css
<style>
a { background-color: #85013F; }
a { background-color: rgb(133,1,63); }
div.DivClassName
{
background-color: #85013F;
}
.BgClassName
{
background-color: #85013F;
}
</style>
border-color css
<style>
span { border-color: #85013F; }
span { border-color: rgb(133,1,63); }
td.TdClassName
{
border-color: #85013F;
}
.TagClassName
{
border-color: #85013F;
}
</style>