Shades of Tyrian Purple #550A4B
Tints of Tyrian Purple #550A4B
RGB
CMYK
RGB Variations
Color information
#550A4B (or 0x550A4B) is known color: Tyrian Purple. HEX triplet: 55, 0A and 4B. RGB value is (85,10,75). Sum of RGB (Red+Green+Blue) = 85+10+75=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 10 (4.30% from 255 or 5.88% from 170); Blue value is 75 (29.69% from 255 or 44.12% from 170); Max value from RGB is 85 - color contains mainly: red. Hex color #550A4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550A4B is #AAF5B4. Grayscale: #272727. Windows color (decimal): -11204021 or 4917845. OLE color: 4917845.
HSL color Cylindrical-coordinate representation of color #550A4B: hue angle of 308º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #550A4B is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 10 | 75 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.67 |
| HSL | 308º | 0.79% | 0.19% | - |
| HSV(B) | 308º | 0.88% | 0.33% | - |
| XYZ | 5.12 | 2.66 | 6.9 | - |
| YUV | 39.84 | 147.85 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 10 | 75 | 0 | 0.88 | 0.12 | 0.67 | 308 | 0.79 | 0.19 |
| Hex | 55 | A | 4B | 0 | 58 | C | 43 | 134 | 4F | 13 |
| Octal | 125 | 12 | 113 | 0 | 130 | 14 | 103 | 464 | 117 | 23 |
| Binary | 1010101 | 1010 | 1001011 | 0 | 1011000 | 1100 | 1000011 | 100110100 | 1001111 | 10011 |
Color Harmonies of #550A4B
Complementary color
Monochromatic Colors of #550A4B
Black with #550A4B
Text Example
Text Example
White with #550A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550A4B; }
p { color: rgb(85,10,75); }
H1.HeaderClassName
{
color: #550A4B;
}
.AnyTagClassName
{
color: #550A4B;
}
</style>
background-color css
<style>
a { background-color: #550A4B; }
a { background-color: rgb(85,10,75); }
div.DivClassName
{
background-color: #550A4B;
}
.BgClassName
{
background-color: #550A4B;
}
</style>
border-color css
<style>
span { border-color: #550A4B; }
span { border-color: rgb(85,10,75); }
td.TdClassName
{
border-color: #550A4B;
}
.TagClassName
{
border-color: #550A4B;
}
</style>