Shades of Tyrian Purple #55052A
Tints of Tyrian Purple #55052A
RGB
CMYK
RGB Variations
Color information
#55052A (or 0x55052A) is known color: Tyrian Purple. HEX triplet: 55, 05 and 2A. RGB value is (85,5,42). Sum of RGB (Red+Green+Blue) = 85+5+42=132 (17% of max value = 765). Red value is 85 (33.59% from 255 or 64.39% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 42 (16.80% from 255 or 31.82% from 132); Max value from RGB is 85 - color contains mainly: red. Hex color #55052A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55052A is #AAFAD5. Grayscale: #212121. Windows color (decimal): -11205334 or 2753877. OLE color: 2753877.
HSL color Cylindrical-coordinate representation of color #55052A: hue angle of 332.25º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #55052A is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 5 | 42 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.67 |
| HSL | 332.25º | 0.89% | 0.18% | - |
| HSV(B) | 332.25º | 0.94% | 0.33% | - |
| XYZ | 4.22 | 2.21 | 2.39 | - |
| YUV | 33.14 | 133 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 5 | 42 | 0 | 0.94 | 0.51 | 0.67 | 332.25 | 0.89 | 0.18 |
| Hex | 55 | 5 | 2A | 0 | 5E | 33 | 43 | 14C | 59 | 12 |
| Octal | 125 | 5 | 52 | 0 | 136 | 63 | 103 | 514 | 131 | 22 |
| Binary | 1010101 | 101 | 101010 | 0 | 1011110 | 110011 | 1000011 | 101001100 | 1011001 | 10010 |
Color Harmonies of #55052A
Complementary color
Monochromatic Colors of #55052A
Black with #55052A
Text Example
Text Example
White with #55052A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55052A; }
p { color: rgb(85,5,42); }
H1.HeaderClassName
{
color: #55052A;
}
.AnyTagClassName
{
color: #55052A;
}
</style>
background-color css
<style>
a { background-color: #55052A; }
a { background-color: rgb(85,5,42); }
div.DivClassName
{
background-color: #55052A;
}
.BgClassName
{
background-color: #55052A;
}
</style>
border-color css
<style>
span { border-color: #55052A; }
span { border-color: rgb(85,5,42); }
td.TdClassName
{
border-color: #55052A;
}
.TagClassName
{
border-color: #55052A;
}
</style>