Shades of Tyrian Purple #55083E
Tints of Tyrian Purple #55083E
RGB
CMYK
RGB Variations
Color information
#55083E (or 0x55083E) is known color: Tyrian Purple. HEX triplet: 55, 08 and 3E. RGB value is (85,8,62). Sum of RGB (Red+Green+Blue) = 85+8+62=155 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.84% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 62 (24.61% from 255 or 40% from 155); Max value from RGB is 85 - color contains mainly: red. Hex color #55083E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55083E is #AAF7C1. Grayscale: #252525. Windows color (decimal): -11204546 or 4065365. OLE color: 4065365.
HSL color Cylindrical-coordinate representation of color #55083E: hue angle of 317.92º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #55083E is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 8 | 62 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.67 |
| HSL | 317.92º | 0.83% | 0.18% | - |
| HSV(B) | 317.92º | 0.91% | 0.33% | - |
| XYZ | 4.7 | 2.45 | 4.78 | - |
| YUV | 37.18 | 142.01 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 8 | 62 | 0 | 0.91 | 0.27 | 0.67 | 317.92 | 0.83 | 0.18 |
| Hex | 55 | 8 | 3E | 0 | 5B | 1B | 43 | 13E | 53 | 12 |
| Octal | 125 | 10 | 76 | 0 | 133 | 33 | 103 | 476 | 123 | 22 |
| Binary | 1010101 | 1000 | 111110 | 0 | 1011011 | 11011 | 1000011 | 100111110 | 1010011 | 10010 |
Color Harmonies of #55083E
Complementary color
Monochromatic Colors of #55083E
Black with #55083E
Text Example
Text Example
White with #55083E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55083E; }
p { color: rgb(85,8,62); }
H1.HeaderClassName
{
color: #55083E;
}
.AnyTagClassName
{
color: #55083E;
}
</style>
background-color css
<style>
a { background-color: #55083E; }
a { background-color: rgb(85,8,62); }
div.DivClassName
{
background-color: #55083E;
}
.BgClassName
{
background-color: #55083E;
}
</style>
border-color css
<style>
span { border-color: #55083E; }
span { border-color: rgb(85,8,62); }
td.TdClassName
{
border-color: #55083E;
}
.TagClassName
{
border-color: #55083E;
}
</style>