Shades of Tyrian Purple #55034A
Tints of Tyrian Purple #55034A
RGB
CMYK
RGB Variations
Color information
#55034A (or 0x55034A) is known color: Tyrian Purple. HEX triplet: 55, 03 and 4A. RGB value is (85,3,74). Sum of RGB (Red+Green+Blue) = 85+3+74=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 74 (29.30% from 255 or 45.68% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #55034A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55034A is #AAFCB5. Grayscale: #232323. Windows color (decimal): -11205814 or 4850517. OLE color: 4850517.
HSL color Cylindrical-coordinate representation of color #55034A: hue angle of 308.05º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #55034A is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 3 | 74 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.67 |
| HSL | 308.05º | 0.93% | 0.17% | - |
| HSV(B) | 308.05º | 0.96% | 0.33% | - |
| XYZ | 5.01 | 2.49 | 6.7 | - |
| YUV | 35.61 | 149.67 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 3 | 74 | 0 | 0.96 | 0.13 | 0.67 | 308.05 | 0.93 | 0.17 |
| Hex | 55 | 3 | 4A | 0 | 60 | D | 43 | 134 | 5D | 11 |
| Octal | 125 | 3 | 112 | 0 | 140 | 15 | 103 | 464 | 135 | 21 |
| Binary | 1010101 | 11 | 1001010 | 0 | 1100000 | 1101 | 1000011 | 100110100 | 1011101 | 10001 |
Color Harmonies of #55034A
Complementary color
Monochromatic Colors of #55034A
Black with #55034A
Text Example
Text Example
White with #55034A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55034A; }
p { color: rgb(85,3,74); }
H1.HeaderClassName
{
color: #55034A;
}
.AnyTagClassName
{
color: #55034A;
}
</style>
background-color css
<style>
a { background-color: #55034A; }
a { background-color: rgb(85,3,74); }
div.DivClassName
{
background-color: #55034A;
}
.BgClassName
{
background-color: #55034A;
}
</style>
border-color css
<style>
span { border-color: #55034A; }
span { border-color: rgb(85,3,74); }
td.TdClassName
{
border-color: #55034A;
}
.TagClassName
{
border-color: #55034A;
}
</style>