Shades of Tyrian Purple #85023F
Tints of Tyrian Purple #85023F
RGB
CMYK
RGB Variations
Color information
#85023F (or 0x85023F) is known color: Tyrian Purple. HEX triplet: 85, 02 and 3F. RGB value is (133,2,63). Sum of RGB (Red+Green+Blue) = 133+2+63=198 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.17% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 133 - color contains mainly: red. Hex color #85023F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85023F is #7AFDC0. Grayscale: #303030. Windows color (decimal): -8060353 or 4129413. OLE color: 4129413.
HSL color Cylindrical-coordinate representation of color #85023F: hue angle of 332.06º 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 #85023F is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 2 | 63 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.48 |
| HSL | 332.06º | 0.97% | 0.26% | - |
| HSV(B) | 332.06º | 0.98% | 0.52% | - |
| XYZ | 10.59 | 5.39 | 5.18 | - |
| YUV | 48.12 | 136.4 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 2 | 63 | 0 | 0.98 | 0.53 | 0.48 | 332.06 | 0.97 | 0.26 |
| Hex | 85 | 2 | 3F | 0 | 62 | 35 | 30 | 14C | 61 | 1A |
| Octal | 205 | 2 | 77 | 0 | 142 | 65 | 60 | 514 | 141 | 32 |
| Binary | 10000101 | 10 | 111111 | 0 | 1100010 | 110101 | 110000 | 101001100 | 1100001 | 11010 |
Color Harmonies of #85023F
Complementary color
Monochromatic Colors of #85023F
Black with #85023F
Text Example
Text Example
White with #85023F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85023F; }
p { color: rgb(133,2,63); }
H1.HeaderClassName
{
color: #85023F;
}
.AnyTagClassName
{
color: #85023F;
}
</style>
background-color css
<style>
a { background-color: #85023F; }
a { background-color: rgb(133,2,63); }
div.DivClassName
{
background-color: #85023F;
}
.BgClassName
{
background-color: #85023F;
}
</style>
border-color css
<style>
span { border-color: #85023F; }
span { border-color: rgb(133,2,63); }
td.TdClassName
{
border-color: #85023F;
}
.TagClassName
{
border-color: #85023F;
}
</style>