Shades of Tyrian Purple #85033D
Tints of Tyrian Purple #85033D
RGB
CMYK
RGB Variations
Color information
#85033D (or 0x85033D) is known color: Tyrian Purple. HEX triplet: 85, 03 and 3D. RGB value is (133,3,61). Sum of RGB (Red+Green+Blue) = 133+3+61=197 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.51% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 61 (24.22% from 255 or 30.96% from 197); Max value from RGB is 133 - color contains mainly: red. Hex color #85033D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85033D is #7AFCC2. Grayscale: #303030. Windows color (decimal): -8060099 or 3998597. OLE color: 3998597.
HSL color Cylindrical-coordinate representation of color #85033D: hue angle of 333.23º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #85033D is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 3 | 61 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.48 |
| HSL | 333.23º | 0.96% | 0.27% | - |
| HSV(B) | 333.23º | 0.98% | 0.52% | - |
| XYZ | 10.55 | 5.39 | 4.9 | - |
| YUV | 48.48 | 135.07 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 3 | 61 | 0 | 0.98 | 0.54 | 0.48 | 333.23 | 0.96 | 0.27 |
| Hex | 85 | 3 | 3D | 0 | 62 | 36 | 30 | 14D | 60 | 1B |
| Octal | 205 | 3 | 75 | 0 | 142 | 66 | 60 | 515 | 140 | 33 |
| Binary | 10000101 | 11 | 111101 | 0 | 1100010 | 110110 | 110000 | 101001101 | 1100000 | 11011 |
Color Harmonies of #85033D
Complementary color
Monochromatic Colors of #85033D
Black with #85033D
Text Example
Text Example
White with #85033D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85033D; }
p { color: rgb(133,3,61); }
H1.HeaderClassName
{
color: #85033D;
}
.AnyTagClassName
{
color: #85033D;
}
</style>
background-color css
<style>
a { background-color: #85033D; }
a { background-color: rgb(133,3,61); }
div.DivClassName
{
background-color: #85033D;
}
.BgClassName
{
background-color: #85033D;
}
</style>
border-color css
<style>
span { border-color: #85033D; }
span { border-color: rgb(133,3,61); }
td.TdClassName
{
border-color: #85033D;
}
.TagClassName
{
border-color: #85033D;
}
</style>