Shades of Tyrian Purple #5C044F
Tints of Tyrian Purple #5C044F
RGB
CMYK
RGB Variations
Color information
#5C044F (or 0x5C044F) is known color: Tyrian Purple. HEX triplet: 5C, 04 and 4F. RGB value is (92,4,79). Sum of RGB (Red+Green+Blue) = 92+4+79=175 (23% of max value = 765). Red value is 92 (36.33% from 255 or 52.57% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 79 (31.25% from 255 or 45.14% from 175); Max value from RGB is 92 - color contains mainly: red. Hex color #5C044F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C044F is #A3FBB0. Grayscale: #262626. Windows color (decimal): -10746801 or 5178460. OLE color: 5178460.
HSL color Cylindrical-coordinate representation of color #5C044F: hue angle of 308.86º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5C044F is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 4 | 79 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.64 |
| HSL | 308.86º | 0.92% | 0.19% | - |
| HSV(B) | 308.86º | 0.96% | 0.36% | - |
| XYZ | 5.87 | 2.93 | 7.65 | - |
| YUV | 38.86 | 150.65 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 4 | 79 | 0 | 0.96 | 0.14 | 0.64 | 308.86 | 0.92 | 0.19 |
| Hex | 5C | 4 | 4F | 0 | 60 | E | 40 | 135 | 5C | 13 |
| Octal | 134 | 4 | 117 | 0 | 140 | 16 | 100 | 465 | 134 | 23 |
| Binary | 1011100 | 100 | 1001111 | 0 | 1100000 | 1110 | 1000000 | 100110101 | 1011100 | 10011 |
Color Harmonies of #5C044F
Complementary color
Monochromatic Colors of #5C044F
Black with #5C044F
Text Example
Text Example
White with #5C044F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C044F; }
p { color: rgb(92,4,79); }
H1.HeaderClassName
{
color: #5C044F;
}
.AnyTagClassName
{
color: #5C044F;
}
</style>
background-color css
<style>
a { background-color: #5C044F; }
a { background-color: rgb(92,4,79); }
div.DivClassName
{
background-color: #5C044F;
}
.BgClassName
{
background-color: #5C044F;
}
</style>
border-color css
<style>
span { border-color: #5C044F; }
span { border-color: rgb(92,4,79); }
td.TdClassName
{
border-color: #5C044F;
}
.TagClassName
{
border-color: #5C044F;
}
</style>