Shades of Tyrian Purple #5C0249
Tints of Tyrian Purple #5C0249
RGB
CMYK
RGB Variations
Color information
#5C0249 (or 0x5C0249) is known color: Tyrian Purple. HEX triplet: 5C, 02 and 49. RGB value is (92,2,73). Sum of RGB (Red+Green+Blue) = 92+2+73=167 (22% of max value = 765). Red value is 92 (36.33% from 255 or 55.09% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 73 (28.91% from 255 or 43.71% from 167); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0249 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0249 is #A3FDB6. Grayscale: #242424. Windows color (decimal): -10747319 or 4784732. OLE color: 4784732.
HSL color Cylindrical-coordinate representation of color #5C0249: hue angle of 312.67º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5C0249 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 2 | 73 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.64 |
| HSL | 312.67º | 0.96% | 0.18% | - |
| HSV(B) | 312.67º | 0.98% | 0.36% | - |
| XYZ | 5.64 | 2.8 | 6.55 | - |
| YUV | 37 | 148.32 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 2 | 73 | 0 | 0.98 | 0.21 | 0.64 | 312.67 | 0.96 | 0.18 |
| Hex | 5C | 2 | 49 | 0 | 62 | 15 | 40 | 139 | 60 | 12 |
| Octal | 134 | 2 | 111 | 0 | 142 | 25 | 100 | 471 | 140 | 22 |
| Binary | 1011100 | 10 | 1001001 | 0 | 1100010 | 10101 | 1000000 | 100111001 | 1100000 | 10010 |
Color Harmonies of #5C0249
Complementary color
Monochromatic Colors of #5C0249
Black with #5C0249
Text Example
Text Example
White with #5C0249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0249; }
p { color: rgb(92,2,73); }
H1.HeaderClassName
{
color: #5C0249;
}
.AnyTagClassName
{
color: #5C0249;
}
</style>
background-color css
<style>
a { background-color: #5C0249; }
a { background-color: rgb(92,2,73); }
div.DivClassName
{
background-color: #5C0249;
}
.BgClassName
{
background-color: #5C0249;
}
</style>
border-color css
<style>
span { border-color: #5C0249; }
span { border-color: rgb(92,2,73); }
td.TdClassName
{
border-color: #5C0249;
}
.TagClassName
{
border-color: #5C0249;
}
</style>