Shades of Tyrian Purple #5C0949
Tints of Tyrian Purple #5C0949
RGB
CMYK
RGB Variations
Color information
#5C0949 (or 0x5C0949) is known color: Tyrian Purple. HEX triplet: 5C, 09 and 49. RGB value is (92,9,73). Sum of RGB (Red+Green+Blue) = 92+9+73=174 (23% of max value = 765). Red value is 92 (36.33% from 255 or 52.87% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 73 (28.91% from 255 or 41.95% from 174); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0949 is #A3F6B6. Grayscale: #282828. Windows color (decimal): -10745527 or 4786524. OLE color: 4786524.
HSL color Cylindrical-coordinate representation of color #5C0949: hue angle of 313.73º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5C0949 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 9 | 73 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.64 |
| HSL | 313.73º | 0.82% | 0.2% | - |
| HSV(B) | 313.73º | 0.9% | 0.36% | - |
| XYZ | 5.71 | 2.95 | 6.57 | - |
| YUV | 41.11 | 146 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 9 | 73 | 0 | 0.90 | 0.21 | 0.64 | 313.73 | 0.82 | 0.2 |
| Hex | 5C | 9 | 49 | 0 | 5A | 15 | 40 | 13A | 52 | 14 |
| Octal | 134 | 11 | 111 | 0 | 132 | 25 | 100 | 472 | 122 | 24 |
| Binary | 1011100 | 1001 | 1001001 | 0 | 1011010 | 10101 | 1000000 | 100111010 | 1010010 | 10100 |
Color Harmonies of #5C0949
Complementary color
Monochromatic Colors of #5C0949
Black with #5C0949
Text Example
Text Example
White with #5C0949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0949; }
p { color: rgb(92,9,73); }
H1.HeaderClassName
{
color: #5C0949;
}
.AnyTagClassName
{
color: #5C0949;
}
</style>
background-color css
<style>
a { background-color: #5C0949; }
a { background-color: rgb(92,9,73); }
div.DivClassName
{
background-color: #5C0949;
}
.BgClassName
{
background-color: #5C0949;
}
</style>
border-color css
<style>
span { border-color: #5C0949; }
span { border-color: rgb(92,9,73); }
td.TdClassName
{
border-color: #5C0949;
}
.TagClassName
{
border-color: #5C0949;
}
</style>