Shades of Tyrian Purple #55024B
Tints of Tyrian Purple #55024B
RGB
CMYK
RGB Variations
Color information
#55024B (or 0x55024B) is known color: Tyrian Purple. HEX triplet: 55, 02 and 4B. RGB value is (85,2,75). Sum of RGB (Red+Green+Blue) = 85+2+75=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 75 (29.69% from 255 or 46.30% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #55024B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55024B is #AAFDB4. Grayscale: #222222. Windows color (decimal): -11206069 or 4915797. OLE color: 4915797.
HSL color Cylindrical-coordinate representation of color #55024B: hue angle of 307.23º 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 #55024B is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 2 | 75 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.67 |
| HSL | 307.23º | 0.95% | 0.17% | - |
| HSV(B) | 307.23º | 0.98% | 0.33% | - |
| XYZ | 5.04 | 2.48 | 6.87 | - |
| YUV | 35.14 | 150.5 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 2 | 75 | 0 | 0.98 | 0.12 | 0.67 | 307.23 | 0.95 | 0.17 |
| Hex | 55 | 2 | 4B | 0 | 62 | C | 43 | 133 | 5F | 11 |
| Octal | 125 | 2 | 113 | 0 | 142 | 14 | 103 | 463 | 137 | 21 |
| Binary | 1010101 | 10 | 1001011 | 0 | 1100010 | 1100 | 1000011 | 100110011 | 1011111 | 10001 |
Color Harmonies of #55024B
Complementary color
Monochromatic Colors of #55024B
Black with #55024B
Text Example
Text Example
White with #55024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55024B; }
p { color: rgb(85,2,75); }
H1.HeaderClassName
{
color: #55024B;
}
.AnyTagClassName
{
color: #55024B;
}
</style>
background-color css
<style>
a { background-color: #55024B; }
a { background-color: rgb(85,2,75); }
div.DivClassName
{
background-color: #55024B;
}
.BgClassName
{
background-color: #55024B;
}
</style>
border-color css
<style>
span { border-color: #55024B; }
span { border-color: rgb(85,2,75); }
td.TdClassName
{
border-color: #55024B;
}
.TagClassName
{
border-color: #55024B;
}
</style>