Shades of Tyrian Purple #55044F
Tints of Tyrian Purple #55044F
RGB
CMYK
RGB Variations
Color information
#55044F (or 0x55044F) is known color: Tyrian Purple. HEX triplet: 55, 04 and 4F. RGB value is (85,4,79). Sum of RGB (Red+Green+Blue) = 85+4+79=168 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.60% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 79 (31.25% from 255 or 47.02% from 168); Max value from RGB is 85 - color contains mainly: red. Hex color #55044F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55044F is #AAFBB0. Grayscale: #242424. Windows color (decimal): -11205553 or 5178453. OLE color: 5178453.
HSL color Cylindrical-coordinate representation of color #55044F: hue angle of 304.44º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #55044F is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 4 | 79 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.67 |
| HSL | 304.44º | 0.91% | 0.17% | - |
| HSV(B) | 304.44º | 0.95% | 0.33% | - |
| XYZ | 5.2 | 2.58 | 7.62 | - |
| YUV | 36.77 | 151.84 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 4 | 79 | 0 | 0.95 | 0.07 | 0.67 | 304.44 | 0.91 | 0.17 |
| Hex | 55 | 4 | 4F | 0 | 5F | 7 | 43 | 130 | 5B | 11 |
| Octal | 125 | 4 | 117 | 0 | 137 | 7 | 103 | 460 | 133 | 21 |
| Binary | 1010101 | 100 | 1001111 | 0 | 1011111 | 111 | 1000011 | 100110000 | 1011011 | 10001 |
Color Harmonies of #55044F
Complementary color
Monochromatic Colors of #55044F
Black with #55044F
Text Example
Text Example
White with #55044F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55044F; }
p { color: rgb(85,4,79); }
H1.HeaderClassName
{
color: #55044F;
}
.AnyTagClassName
{
color: #55044F;
}
</style>
background-color css
<style>
a { background-color: #55044F; }
a { background-color: rgb(85,4,79); }
div.DivClassName
{
background-color: #55044F;
}
.BgClassName
{
background-color: #55044F;
}
</style>
border-color css
<style>
span { border-color: #55044F; }
span { border-color: rgb(85,4,79); }
td.TdClassName
{
border-color: #55044F;
}
.TagClassName
{
border-color: #55044F;
}
</style>