Shades of Tyrian Purple #85013D
Tints of Tyrian Purple #85013D
RGB
CMYK
RGB Variations
Color information
#85013D (or 0x85013D) is known color: Tyrian Purple. HEX triplet: 85, 01 and 3D. RGB value is (133,1,61). Sum of RGB (Red+Green+Blue) = 133+1+61=195 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.21% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 61 (24.22% from 255 or 31.28% from 195); Max value from RGB is 133 - color contains mainly: red. Hex color #85013D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85013D is #7AFEC2. Grayscale: #2F2F2F. Windows color (decimal): -8060611 or 3998085. OLE color: 3998085.
HSL color Cylindrical-coordinate representation of color #85013D: hue angle of 332.73º 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 #85013D is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 1 | 61 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.48 |
| HSL | 332.73º | 0.99% | 0.26% | - |
| HSV(B) | 332.73º | 0.99% | 0.52% | - |
| XYZ | 10.53 | 5.35 | 4.89 | - |
| YUV | 47.31 | 135.73 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 61 | 0 | 0.99 | 0.54 | 0.48 | 332.73 | 0.99 | 0.26 |
| Hex | 85 | 1 | 3D | 0 | 63 | 36 | 30 | 14D | 63 | 1A |
| Octal | 205 | 1 | 75 | 0 | 143 | 66 | 60 | 515 | 143 | 32 |
| Binary | 10000101 | 1 | 111101 | 0 | 1100011 | 110110 | 110000 | 101001101 | 1100011 | 11010 |
Color Harmonies of #85013D
Complementary color
Monochromatic Colors of #85013D
Black with #85013D
Text Example
Text Example
White with #85013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85013D; }
p { color: rgb(133,1,61); }
H1.HeaderClassName
{
color: #85013D;
}
.AnyTagClassName
{
color: #85013D;
}
</style>
background-color css
<style>
a { background-color: #85013D; }
a { background-color: rgb(133,1,61); }
div.DivClassName
{
background-color: #85013D;
}
.BgClassName
{
background-color: #85013D;
}
</style>
border-color css
<style>
span { border-color: #85013D; }
span { border-color: rgb(133,1,61); }
td.TdClassName
{
border-color: #85013D;
}
.TagClassName
{
border-color: #85013D;
}
</style>