Shades of Tyrian Purple #55012E
Tints of Tyrian Purple #55012E
RGB
CMYK
RGB Variations
Color information
#55012E (or 0x55012E) is known color: Tyrian Purple. HEX triplet: 55, 01 and 2E. RGB value is (85,1,46). Sum of RGB (Red+Green+Blue) = 85+1+46=132 (17% of max value = 765). Red value is 85 (33.59% from 255 or 64.39% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 46 (18.36% from 255 or 34.85% from 132); Max value from RGB is 85 - color contains mainly: red. Hex color #55012E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55012E is #AAFED1. Grayscale: #1F1F1F. Windows color (decimal): -11206354 or 3014997. OLE color: 3014997.
HSL color Cylindrical-coordinate representation of color #55012E: hue angle of 327.86º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #55012E is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 1 | 46 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.67 |
| HSL | 327.86º | 0.98% | 0.17% | - |
| HSV(B) | 327.86º | 0.99% | 0.33% | - |
| XYZ | 4.25 | 2.15 | 2.78 | - |
| YUV | 31.25 | 136.33 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 1 | 46 | 0 | 0.99 | 0.46 | 0.67 | 327.86 | 0.98 | 0.17 |
| Hex | 55 | 1 | 2E | 0 | 63 | 2E | 43 | 148 | 62 | 11 |
| Octal | 125 | 1 | 56 | 0 | 143 | 56 | 103 | 510 | 142 | 21 |
| Binary | 1010101 | 1 | 101110 | 0 | 1100011 | 101110 | 1000011 | 101001000 | 1100010 | 10001 |
Color Harmonies of #55012E
Complementary color
Monochromatic Colors of #55012E
Black with #55012E
Text Example
Text Example
White with #55012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55012E; }
p { color: rgb(85,1,46); }
H1.HeaderClassName
{
color: #55012E;
}
.AnyTagClassName
{
color: #55012E;
}
</style>
background-color css
<style>
a { background-color: #55012E; }
a { background-color: rgb(85,1,46); }
div.DivClassName
{
background-color: #55012E;
}
.BgClassName
{
background-color: #55012E;
}
</style>
border-color css
<style>
span { border-color: #55012E; }
span { border-color: rgb(85,1,46); }
td.TdClassName
{
border-color: #55012E;
}
.TagClassName
{
border-color: #55012E;
}
</style>