Shades of Tyrian Purple #5C0151
Tints of Tyrian Purple #5C0151
RGB
CMYK
RGB Variations
Color information
#5C0151 (or 0x5C0151) is known color: Tyrian Purple. HEX triplet: 5C, 01 and 51. RGB value is (92,1,81). Sum of RGB (Red+Green+Blue) = 92+1+81=174 (23% of max value = 765). Red value is 92 (36.33% from 255 or 52.87% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 81 (32.03% from 255 or 46.55% from 174); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0151 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0151 is #A3FEAE. Grayscale: #252525. Windows color (decimal): -10747567 or 5308764. OLE color: 5308764.
HSL color Cylindrical-coordinate representation of color #5C0151: hue angle of 307.25º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5C0151 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 1 | 81 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.64 |
| HSL | 307.25º | 0.98% | 0.18% | - |
| HSV(B) | 307.25º | 0.99% | 0.36% | - |
| XYZ | 5.91 | 2.89 | 8.03 | - |
| YUV | 37.33 | 152.65 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 1 | 81 | 0 | 0.99 | 0.12 | 0.64 | 307.25 | 0.98 | 0.18 |
| Hex | 5C | 1 | 51 | 0 | 63 | C | 40 | 133 | 62 | 12 |
| Octal | 134 | 1 | 121 | 0 | 143 | 14 | 100 | 463 | 142 | 22 |
| Binary | 1011100 | 1 | 1010001 | 0 | 1100011 | 1100 | 1000000 | 100110011 | 1100010 | 10010 |
Color Harmonies of #5C0151
Complementary color
Monochromatic Colors of #5C0151
Black with #5C0151
Text Example
Text Example
White with #5C0151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0151; }
p { color: rgb(92,1,81); }
H1.HeaderClassName
{
color: #5C0151;
}
.AnyTagClassName
{
color: #5C0151;
}
</style>
background-color css
<style>
a { background-color: #5C0151; }
a { background-color: rgb(92,1,81); }
div.DivClassName
{
background-color: #5C0151;
}
.BgClassName
{
background-color: #5C0151;
}
</style>
border-color css
<style>
span { border-color: #5C0151; }
span { border-color: rgb(92,1,81); }
td.TdClassName
{
border-color: #5C0151;
}
.TagClassName
{
border-color: #5C0151;
}
</style>