Shades of Tyrian Purple #55034B
Tints of Tyrian Purple #55034B
RGB
CMYK
RGB Variations
Color information
#55034B (or 0x55034B) is known color: Tyrian Purple. HEX triplet: 55, 03 and 4B. RGB value is (85,3,75). Sum of RGB (Red+Green+Blue) = 85+3+75=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 75 (29.69% from 255 or 46.01% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #55034B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55034B is #AAFCB4. Grayscale: #232323. Windows color (decimal): -11205813 or 4916053. OLE color: 4916053.
HSL color Cylindrical-coordinate representation of color #55034B: hue angle of 307.32º 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 #55034B is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 3 | 75 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.67 |
| HSL | 307.32º | 0.93% | 0.17% | - |
| HSV(B) | 307.32º | 0.96% | 0.33% | - |
| XYZ | 5.05 | 2.5 | 6.87 | - |
| YUV | 35.73 | 150.17 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 3 | 75 | 0 | 0.96 | 0.12 | 0.67 | 307.32 | 0.93 | 0.17 |
| Hex | 55 | 3 | 4B | 0 | 60 | C | 43 | 133 | 5D | 11 |
| Octal | 125 | 3 | 113 | 0 | 140 | 14 | 103 | 463 | 135 | 21 |
| Binary | 1010101 | 11 | 1001011 | 0 | 1100000 | 1100 | 1000011 | 100110011 | 1011101 | 10001 |
Color Harmonies of #55034B
Complementary color
Monochromatic Colors of #55034B
Black with #55034B
Text Example
Text Example
White with #55034B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55034B; }
p { color: rgb(85,3,75); }
H1.HeaderClassName
{
color: #55034B;
}
.AnyTagClassName
{
color: #55034B;
}
</style>
background-color css
<style>
a { background-color: #55034B; }
a { background-color: rgb(85,3,75); }
div.DivClassName
{
background-color: #55034B;
}
.BgClassName
{
background-color: #55034B;
}
</style>
border-color css
<style>
span { border-color: #55034B; }
span { border-color: rgb(85,3,75); }
td.TdClassName
{
border-color: #55034B;
}
.TagClassName
{
border-color: #55034B;
}
</style>