Shades of Tyrian Purple #5C074A
Tints of Tyrian Purple #5C074A
RGB
CMYK
RGB Variations
Color information
#5C074A (or 0x5C074A) is known color: Tyrian Purple. HEX triplet: 5C, 07 and 4A. RGB value is (92,7,74). Sum of RGB (Red+Green+Blue) = 92+7+74=173 (22% of max value = 765). Red value is 92 (36.33% from 255 or 53.18% from 173); Green value is 7 (3.12% from 255 or 4.05% from 173); Blue value is 74 (29.30% from 255 or 42.77% from 173); Max value from RGB is 92 - color contains mainly: red. Hex color #5C074A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C074A is #A3F8B5. Grayscale: #272727. Windows color (decimal): -10746038 or 4851548. OLE color: 4851548.
HSL color Cylindrical-coordinate representation of color #5C074A: hue angle of 312.71º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5C074A is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 7 | 74 | - |
| CMYK | 0 | 0.92 | 0.20 | 0.64 |
| HSL | 312.71º | 0.86% | 0.19% | - |
| HSV(B) | 312.71º | 0.92% | 0.36% | - |
| XYZ | 5.73 | 2.92 | 6.74 | - |
| YUV | 40.05 | 147.16 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 7 | 74 | 0 | 0.92 | 0.20 | 0.64 | 312.71 | 0.86 | 0.19 |
| Hex | 5C | 7 | 4A | 0 | 5C | 14 | 40 | 139 | 56 | 13 |
| Octal | 134 | 7 | 112 | 0 | 134 | 24 | 100 | 471 | 126 | 23 |
| Binary | 1011100 | 111 | 1001010 | 0 | 1011100 | 10100 | 1000000 | 100111001 | 1010110 | 10011 |
Color Harmonies of #5C074A
Complementary color
Monochromatic Colors of #5C074A
Black with #5C074A
Text Example
Text Example
White with #5C074A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C074A; }
p { color: rgb(92,7,74); }
H1.HeaderClassName
{
color: #5C074A;
}
.AnyTagClassName
{
color: #5C074A;
}
</style>
background-color css
<style>
a { background-color: #5C074A; }
a { background-color: rgb(92,7,74); }
div.DivClassName
{
background-color: #5C074A;
}
.BgClassName
{
background-color: #5C074A;
}
</style>
border-color css
<style>
span { border-color: #5C074A; }
span { border-color: rgb(92,7,74); }
td.TdClassName
{
border-color: #5C074A;
}
.TagClassName
{
border-color: #5C074A;
}
</style>