Shades of Tyrian Purple #5C094A
Tints of Tyrian Purple #5C094A
RGB
CMYK
RGB Variations
Color information
#5C094A (or 0x5C094A) is known color: Tyrian Purple. HEX triplet: 5C, 09 and 4A. RGB value is (92,9,74). Sum of RGB (Red+Green+Blue) = 92+9+74=175 (23% of max value = 765). Red value is 92 (36.33% from 255 or 52.57% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 74 (29.30% from 255 or 42.29% from 175); Max value from RGB is 92 - color contains mainly: red. Hex color #5C094A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C094A is #A3F6B5. Grayscale: #292929. Windows color (decimal): -10745526 or 4852060. OLE color: 4852060.
HSL color Cylindrical-coordinate representation of color #5C094A: hue angle of 313.01º 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 #5C094A is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 9 | 74 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.64 |
| HSL | 313.01º | 0.82% | 0.2% | - |
| HSV(B) | 313.01º | 0.9% | 0.36% | - |
| XYZ | 5.75 | 2.97 | 6.75 | - |
| YUV | 41.23 | 146.5 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 9 | 74 | 0 | 0.90 | 0.20 | 0.64 | 313.01 | 0.82 | 0.2 |
| Hex | 5C | 9 | 4A | 0 | 5A | 14 | 40 | 139 | 52 | 14 |
| Octal | 134 | 11 | 112 | 0 | 132 | 24 | 100 | 471 | 122 | 24 |
| Binary | 1011100 | 1001 | 1001010 | 0 | 1011010 | 10100 | 1000000 | 100111001 | 1010010 | 10100 |
Color Harmonies of #5C094A
Complementary color
Monochromatic Colors of #5C094A
Black with #5C094A
Text Example
Text Example
White with #5C094A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C094A; }
p { color: rgb(92,9,74); }
H1.HeaderClassName
{
color: #5C094A;
}
.AnyTagClassName
{
color: #5C094A;
}
</style>
background-color css
<style>
a { background-color: #5C094A; }
a { background-color: rgb(92,9,74); }
div.DivClassName
{
background-color: #5C094A;
}
.BgClassName
{
background-color: #5C094A;
}
</style>
border-color css
<style>
span { border-color: #5C094A; }
span { border-color: rgb(92,9,74); }
td.TdClassName
{
border-color: #5C094A;
}
.TagClassName
{
border-color: #5C094A;
}
</style>