Shades of Tyrian Purple #5C0551
Tints of Tyrian Purple #5C0551
RGB
CMYK
RGB Variations
Color information
#5C0551 (or 0x5C0551) is known color: Tyrian Purple. HEX triplet: 5C, 05 and 51. RGB value is (92,5,81). Sum of RGB (Red+Green+Blue) = 92+5+81=178 (23% of max value = 765). Red value is 92 (36.33% from 255 or 51.69% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 81 (32.03% from 255 or 45.51% from 178); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0551 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0551 is #A3FAAE. Grayscale: #272727. Windows color (decimal): -10746543 or 5309788. OLE color: 5309788.
HSL color Cylindrical-coordinate representation of color #5C0551: hue angle of 307.59º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5C0551 is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 5 | 81 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.64 |
| HSL | 307.59º | 0.9% | 0.19% | - |
| HSV(B) | 307.59º | 0.95% | 0.36% | - |
| XYZ | 5.95 | 2.98 | 8.05 | - |
| YUV | 39.68 | 151.32 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 5 | 81 | 0 | 0.95 | 0.12 | 0.64 | 307.59 | 0.9 | 0.19 |
| Hex | 5C | 5 | 51 | 0 | 5F | C | 40 | 134 | 5A | 13 |
| Octal | 134 | 5 | 121 | 0 | 137 | 14 | 100 | 464 | 132 | 23 |
| Binary | 1011100 | 101 | 1010001 | 0 | 1011111 | 1100 | 1000000 | 100110100 | 1011010 | 10011 |
Color Harmonies of #5C0551
Complementary color
Monochromatic Colors of #5C0551
Black with #5C0551
Text Example
Text Example
White with #5C0551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0551; }
p { color: rgb(92,5,81); }
H1.HeaderClassName
{
color: #5C0551;
}
.AnyTagClassName
{
color: #5C0551;
}
</style>
background-color css
<style>
a { background-color: #5C0551; }
a { background-color: rgb(92,5,81); }
div.DivClassName
{
background-color: #5C0551;
}
.BgClassName
{
background-color: #5C0551;
}
</style>
border-color css
<style>
span { border-color: #5C0551; }
span { border-color: rgb(92,5,81); }
td.TdClassName
{
border-color: #5C0551;
}
.TagClassName
{
border-color: #5C0551;
}
</style>