Shades of Tyrian Purple #85023D
Tints of Tyrian Purple #85023D
RGB
CMYK
RGB Variations
Color information
#85023D (or 0x85023D) is known color: Tyrian Purple. HEX triplet: 85, 02 and 3D. RGB value is (133,2,61). Sum of RGB (Red+Green+Blue) = 133+2+61=196 (25% of max value = 765). Red value is 133 (52.34% from 255 or 67.86% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 61 (24.22% from 255 or 31.12% from 196); Max value from RGB is 133 - color contains mainly: red. Hex color #85023D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85023D is #7AFDC2. Grayscale: #2F2F2F. Windows color (decimal): -8060355 or 3998341. OLE color: 3998341.
HSL color Cylindrical-coordinate representation of color #85023D: hue angle of 332.98º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #85023D is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 2 | 61 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.48 |
| HSL | 332.98º | 0.97% | 0.26% | - |
| HSV(B) | 332.98º | 0.98% | 0.52% | - |
| XYZ | 10.54 | 5.37 | 4.9 | - |
| YUV | 47.9 | 135.4 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 2 | 61 | 0 | 0.98 | 0.54 | 0.48 | 332.98 | 0.97 | 0.26 |
| Hex | 85 | 2 | 3D | 0 | 62 | 36 | 30 | 14D | 61 | 1A |
| Octal | 205 | 2 | 75 | 0 | 142 | 66 | 60 | 515 | 141 | 32 |
| Binary | 10000101 | 10 | 111101 | 0 | 1100010 | 110110 | 110000 | 101001101 | 1100001 | 11010 |
Color Harmonies of #85023D
Complementary color
Monochromatic Colors of #85023D
Black with #85023D
Text Example
Text Example
White with #85023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85023D; }
p { color: rgb(133,2,61); }
H1.HeaderClassName
{
color: #85023D;
}
.AnyTagClassName
{
color: #85023D;
}
</style>
background-color css
<style>
a { background-color: #85023D; }
a { background-color: rgb(133,2,61); }
div.DivClassName
{
background-color: #85023D;
}
.BgClassName
{
background-color: #85023D;
}
</style>
border-color css
<style>
span { border-color: #85023D; }
span { border-color: rgb(133,2,61); }
td.TdClassName
{
border-color: #85023D;
}
.TagClassName
{
border-color: #85023D;
}
</style>