Shades of Tyrian Purple #5C1249
Tints of Tyrian Purple #5C1249
RGB
CMYK
RGB Variations
Color information
#5C1249 (or 0x5C1249) is known color: Tyrian Purple. HEX triplet: 5C, 12 and 49. RGB value is (92,18,73). Sum of RGB (Red+Green+Blue) = 92+18+73=183 (24% of max value = 765). Red value is 92 (36.33% from 255 or 50.27% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 73 (28.91% from 255 or 39.89% from 183); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1249 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C1249 is #A3EDB6. Grayscale: #2E2E2E. Windows color (decimal): -10743223 or 4788828. OLE color: 4788828.
HSL color Cylindrical-coordinate representation of color #5C1249: hue angle of 315.41º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5C1249 is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 18 | 73 | - |
| CMYK | 0 | 0.80 | 0.21 | 0.64 |
| HSL | 315.41º | 0.67% | 0.22% | - |
| HSV(B) | 315.41º | 0.8% | 0.36% | - |
| XYZ | 5.83 | 3.19 | 6.61 | - |
| YUV | 46.4 | 143.02 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 18 | 73 | 0 | 0.80 | 0.21 | 0.64 | 315.41 | 0.67 | 0.22 |
| Hex | 5C | 12 | 49 | 0 | 50 | 15 | 40 | 13B | 43 | 16 |
| Octal | 134 | 22 | 111 | 0 | 120 | 25 | 100 | 473 | 103 | 26 |
| Binary | 1011100 | 10010 | 1001001 | 0 | 1010000 | 10101 | 1000000 | 100111011 | 1000011 | 10110 |
Color Harmonies of #5C1249
Complementary color
Monochromatic Colors of #5C1249
Black with #5C1249
Text Example
Text Example
White with #5C1249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1249; }
p { color: rgb(92,18,73); }
H1.HeaderClassName
{
color: #5C1249;
}
.AnyTagClassName
{
color: #5C1249;
}
</style>
background-color css
<style>
a { background-color: #5C1249; }
a { background-color: rgb(92,18,73); }
div.DivClassName
{
background-color: #5C1249;
}
.BgClassName
{
background-color: #5C1249;
}
</style>
border-color css
<style>
span { border-color: #5C1249; }
span { border-color: rgb(92,18,73); }
td.TdClassName
{
border-color: #5C1249;
}
.TagClassName
{
border-color: #5C1249;
}
</style>