Shades of Tyrian Purple #550451
Tints of Tyrian Purple #550451
RGB
CMYK
RGB Variations
Color information
#550451 (or 0x550451) is known color: Tyrian Purple. HEX triplet: 55, 04 and 51. RGB value is (85,4,81). Sum of RGB (Red+Green+Blue) = 85+4+81=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 4 (1.95% from 255 or 2.35% from 170); Blue value is 81 (32.03% from 255 or 47.65% from 170); Max value from RGB is 85 - color contains mainly: red. Hex color #550451 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550451 is #AAFBAE. Grayscale: #242424. Windows color (decimal): -11205551 or 5309525. OLE color: 5309525.
HSL color Cylindrical-coordinate representation of color #550451: hue angle of 302.96º 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 #550451 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 4 | 81 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.67 |
| HSL | 302.96º | 0.91% | 0.17% | - |
| HSV(B) | 302.96º | 0.95% | 0.33% | - |
| XYZ | 5.27 | 2.61 | 8.01 | - |
| YUV | 37 | 152.84 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 4 | 81 | 0 | 0.95 | 0.05 | 0.67 | 302.96 | 0.91 | 0.17 |
| Hex | 55 | 4 | 51 | 0 | 5F | 5 | 43 | 12F | 5B | 11 |
| Octal | 125 | 4 | 121 | 0 | 137 | 5 | 103 | 457 | 133 | 21 |
| Binary | 1010101 | 100 | 1010001 | 0 | 1011111 | 101 | 1000011 | 100101111 | 1011011 | 10001 |
Color Harmonies of #550451
Complementary color
Monochromatic Colors of #550451
Black with #550451
Text Example
Text Example
White with #550451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550451; }
p { color: rgb(85,4,81); }
H1.HeaderClassName
{
color: #550451;
}
.AnyTagClassName
{
color: #550451;
}
</style>
background-color css
<style>
a { background-color: #550451; }
a { background-color: rgb(85,4,81); }
div.DivClassName
{
background-color: #550451;
}
.BgClassName
{
background-color: #550451;
}
</style>
border-color css
<style>
span { border-color: #550451; }
span { border-color: rgb(85,4,81); }
td.TdClassName
{
border-color: #550451;
}
.TagClassName
{
border-color: #550451;
}
</style>