Shades of Tyrian Purple #55022D
Tints of Tyrian Purple #55022D
RGB
CMYK
RGB Variations
Color information
#55022D (or 0x55022D) is known color: Tyrian Purple. HEX triplet: 55, 02 and 2D. RGB value is (85,2,45). Sum of RGB (Red+Green+Blue) = 85+2+45=132 (17% of max value = 765). Red value is 85 (33.59% from 255 or 64.39% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 45 (17.97% from 255 or 34.09% from 132); Max value from RGB is 85 - color contains mainly: red. Hex color #55022D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55022D is #AAFDD2. Grayscale: #1F1F1F. Windows color (decimal): -11206099 or 2949717. OLE color: 2949717.
HSL color Cylindrical-coordinate representation of color #55022D: hue angle of 328.92º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #55022D is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 2 | 45 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.67 |
| HSL | 328.92º | 0.95% | 0.17% | - |
| HSV(B) | 328.92º | 0.98% | 0.33% | - |
| XYZ | 4.24 | 2.16 | 2.68 | - |
| YUV | 31.72 | 135.5 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 2 | 45 | 0 | 0.98 | 0.47 | 0.67 | 328.92 | 0.95 | 0.17 |
| Hex | 55 | 2 | 2D | 0 | 62 | 2F | 43 | 149 | 5F | 11 |
| Octal | 125 | 2 | 55 | 0 | 142 | 57 | 103 | 511 | 137 | 21 |
| Binary | 1010101 | 10 | 101101 | 0 | 1100010 | 101111 | 1000011 | 101001001 | 1011111 | 10001 |
Color Harmonies of #55022D
Complementary color
Monochromatic Colors of #55022D
Black with #55022D
Text Example
Text Example
White with #55022D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55022D; }
p { color: rgb(85,2,45); }
H1.HeaderClassName
{
color: #55022D;
}
.AnyTagClassName
{
color: #55022D;
}
</style>
background-color css
<style>
a { background-color: #55022D; }
a { background-color: rgb(85,2,45); }
div.DivClassName
{
background-color: #55022D;
}
.BgClassName
{
background-color: #55022D;
}
</style>
border-color css
<style>
span { border-color: #55022D; }
span { border-color: rgb(85,2,45); }
td.TdClassName
{
border-color: #55022D;
}
.TagClassName
{
border-color: #55022D;
}
</style>