Shades of Tyrian Purple #5C0A4A
Tints of Tyrian Purple #5C0A4A
RGB
CMYK
RGB Variations
Color information
#5C0A4A (or 0x5C0A4A) is known color: Tyrian Purple. HEX triplet: 5C, 0A and 4A. RGB value is (92,10,74). Sum of RGB (Red+Green+Blue) = 92+10+74=176 (23% of max value = 765). Red value is 92 (36.33% from 255 or 52.27% from 176); Green value is 10 (4.30% from 255 or 5.68% from 176); Blue value is 74 (29.30% from 255 or 42.05% from 176); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0A4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0A4A is #A3F5B5. Grayscale: #292929. Windows color (decimal): -10745270 or 4852316. OLE color: 4852316.
HSL color Cylindrical-coordinate representation of color #5C0A4A: hue angle of 313.17º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5C0A4A is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 10 | 74 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.64 |
| HSL | 313.17º | 0.8% | 0.2% | - |
| HSV(B) | 313.17º | 0.89% | 0.36% | - |
| XYZ | 5.76 | 2.99 | 6.75 | - |
| YUV | 41.81 | 146.17 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 10 | 74 | 0 | 0.89 | 0.20 | 0.64 | 313.17 | 0.8 | 0.2 |
| Hex | 5C | A | 4A | 0 | 59 | 14 | 40 | 139 | 50 | 14 |
| Octal | 134 | 12 | 112 | 0 | 131 | 24 | 100 | 471 | 120 | 24 |
| Binary | 1011100 | 1010 | 1001010 | 0 | 1011001 | 10100 | 1000000 | 100111001 | 1010000 | 10100 |
Color Harmonies of #5C0A4A
Complementary color
Monochromatic Colors of #5C0A4A
Black with #5C0A4A
Text Example
Text Example
White with #5C0A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0A4A; }
p { color: rgb(92,10,74); }
H1.HeaderClassName
{
color: #5C0A4A;
}
.AnyTagClassName
{
color: #5C0A4A;
}
</style>
background-color css
<style>
a { background-color: #5C0A4A; }
a { background-color: rgb(92,10,74); }
div.DivClassName
{
background-color: #5C0A4A;
}
.BgClassName
{
background-color: #5C0A4A;
}
</style>
border-color css
<style>
span { border-color: #5C0A4A; }
span { border-color: rgb(92,10,74); }
td.TdClassName
{
border-color: #5C0A4A;
}
.TagClassName
{
border-color: #5C0A4A;
}
</style>