Shades of Tyrian Purple #5C054E
Tints of Tyrian Purple #5C054E
RGB
CMYK
RGB Variations
Color information
#5C054E (or 0x5C054E) is known color: Tyrian Purple. HEX triplet: 5C, 05 and 4E. RGB value is (92,5,78). Sum of RGB (Red+Green+Blue) = 92+5+78=175 (23% of max value = 765). Red value is 92 (36.33% from 255 or 52.57% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 78 (30.86% from 255 or 44.57% from 175); Max value from RGB is 92 - color contains mainly: red. Hex color #5C054E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C054E is #A3FAB1. Grayscale: #272727. Windows color (decimal): -10746546 or 5113180. OLE color: 5113180.
HSL color Cylindrical-coordinate representation of color #5C054E: hue angle of 309.66º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5C054E is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 5 | 78 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.64 |
| HSL | 309.66º | 0.9% | 0.19% | - |
| HSV(B) | 309.66º | 0.95% | 0.36% | - |
| XYZ | 5.84 | 2.93 | 7.47 | - |
| YUV | 39.34 | 149.82 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 5 | 78 | 0 | 0.95 | 0.15 | 0.64 | 309.66 | 0.9 | 0.19 |
| Hex | 5C | 5 | 4E | 0 | 5F | F | 40 | 136 | 5A | 13 |
| Octal | 134 | 5 | 116 | 0 | 137 | 17 | 100 | 466 | 132 | 23 |
| Binary | 1011100 | 101 | 1001110 | 0 | 1011111 | 1111 | 1000000 | 100110110 | 1011010 | 10011 |
Color Harmonies of #5C054E
Complementary color
Monochromatic Colors of #5C054E
Black with #5C054E
Text Example
Text Example
White with #5C054E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C054E; }
p { color: rgb(92,5,78); }
H1.HeaderClassName
{
color: #5C054E;
}
.AnyTagClassName
{
color: #5C054E;
}
</style>
background-color css
<style>
a { background-color: #5C054E; }
a { background-color: rgb(92,5,78); }
div.DivClassName
{
background-color: #5C054E;
}
.BgClassName
{
background-color: #5C054E;
}
</style>
border-color css
<style>
span { border-color: #5C054E; }
span { border-color: rgb(92,5,78); }
td.TdClassName
{
border-color: #5C054E;
}
.TagClassName
{
border-color: #5C054E;
}
</style>