Shades of Tyrian Purple #5C0947
Tints of Tyrian Purple #5C0947
RGB
CMYK
RGB Variations
Color information
#5C0947 (or 0x5C0947) is known color: Tyrian Purple. HEX triplet: 5C, 09 and 47. RGB value is (92,9,71). Sum of RGB (Red+Green+Blue) = 92+9+71=172 (22% of max value = 765). Red value is 92 (36.33% from 255 or 53.49% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 71 (28.12% from 255 or 41.28% from 172); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0947 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0947 is #A3F6B8. Grayscale: #282828. Windows color (decimal): -10745529 or 4655452. OLE color: 4655452.
HSL color Cylindrical-coordinate representation of color #5C0947: hue angle of 315.18º 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 #5C0947 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 9 | 71 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.64 |
| HSL | 315.18º | 0.82% | 0.2% | - |
| HSV(B) | 315.18º | 0.9% | 0.36% | - |
| XYZ | 5.65 | 2.93 | 6.23 | - |
| YUV | 40.89 | 145 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 9 | 71 | 0 | 0.90 | 0.23 | 0.64 | 315.18 | 0.82 | 0.2 |
| Hex | 5C | 9 | 47 | 0 | 5A | 17 | 40 | 13B | 52 | 14 |
| Octal | 134 | 11 | 107 | 0 | 132 | 27 | 100 | 473 | 122 | 24 |
| Binary | 1011100 | 1001 | 1000111 | 0 | 1011010 | 10111 | 1000000 | 100111011 | 1010010 | 10100 |
Color Harmonies of #5C0947
Complementary color
Monochromatic Colors of #5C0947
Black with #5C0947
Text Example
Text Example
White with #5C0947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0947; }
p { color: rgb(92,9,71); }
H1.HeaderClassName
{
color: #5C0947;
}
.AnyTagClassName
{
color: #5C0947;
}
</style>
background-color css
<style>
a { background-color: #5C0947; }
a { background-color: rgb(92,9,71); }
div.DivClassName
{
background-color: #5C0947;
}
.BgClassName
{
background-color: #5C0947;
}
</style>
border-color css
<style>
span { border-color: #5C0947; }
span { border-color: rgb(92,9,71); }
td.TdClassName
{
border-color: #5C0947;
}
.TagClassName
{
border-color: #5C0947;
}
</style>