Shades of Tyrian Purple #5C0945
Tints of Tyrian Purple #5C0945
RGB
CMYK
RGB Variations
Color information
#5C0945 (or 0x5C0945) is known color: Tyrian Purple. HEX triplet: 5C, 09 and 45. RGB value is (92,9,69). Sum of RGB (Red+Green+Blue) = 92+9+69=170 (22% of max value = 765). Red value is 92 (36.33% from 255 or 54.12% from 170); Green value is 9 (3.91% from 255 or 5.29% from 170); Blue value is 69 (27.34% from 255 or 40.59% from 170); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0945 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0945 is #A3F6BA. Grayscale: #282828. Windows color (decimal): -10745531 or 4524380. OLE color: 4524380.
HSL color Cylindrical-coordinate representation of color #5C0945: hue angle of 316.63º 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 #5C0945 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 9 | 69 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.64 |
| HSL | 316.63º | 0.82% | 0.2% | - |
| HSV(B) | 316.63º | 0.9% | 0.36% | - |
| XYZ | 5.59 | 2.9 | 5.9 | - |
| YUV | 40.66 | 144 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 9 | 69 | 0 | 0.90 | 0.25 | 0.64 | 316.63 | 0.82 | 0.2 |
| Hex | 5C | 9 | 45 | 0 | 5A | 19 | 40 | 13D | 52 | 14 |
| Octal | 134 | 11 | 105 | 0 | 132 | 31 | 100 | 475 | 122 | 24 |
| Binary | 1011100 | 1001 | 1000101 | 0 | 1011010 | 11001 | 1000000 | 100111101 | 1010010 | 10100 |
Color Harmonies of #5C0945
Complementary color
Monochromatic Colors of #5C0945
Black with #5C0945
Text Example
Text Example
White with #5C0945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0945; }
p { color: rgb(92,9,69); }
H1.HeaderClassName
{
color: #5C0945;
}
.AnyTagClassName
{
color: #5C0945;
}
</style>
background-color css
<style>
a { background-color: #5C0945; }
a { background-color: rgb(92,9,69); }
div.DivClassName
{
background-color: #5C0945;
}
.BgClassName
{
background-color: #5C0945;
}
</style>
border-color css
<style>
span { border-color: #5C0945; }
span { border-color: rgb(92,9,69); }
td.TdClassName
{
border-color: #5C0945;
}
.TagClassName
{
border-color: #5C0945;
}
</style>