Shades of Tyrian Purple #5C104E
Tints of Tyrian Purple #5C104E
RGB
CMYK
RGB Variations
Color information
#5C104E (or 0x5C104E) is known color: Tyrian Purple. HEX triplet: 5C, 10 and 4E. RGB value is (92,16,78). Sum of RGB (Red+Green+Blue) = 92+16+78=186 (24% of max value = 765). Red value is 92 (36.33% from 255 or 49.46% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 78 (30.86% from 255 or 41.94% from 186); Max value from RGB is 92 - color contains mainly: red. Hex color #5C104E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C104E is #A3EFB1. Grayscale: #2D2D2D. Windows color (decimal): -10743730 or 5115996. OLE color: 5115996.
HSL color Cylindrical-coordinate representation of color #5C104E: hue angle of 311.05º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5C104E is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 16 | 78 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.64 |
| HSL | 311.05º | 0.7% | 0.21% | - |
| HSV(B) | 311.05º | 0.83% | 0.36% | - |
| XYZ | 5.97 | 3.2 | 7.51 | - |
| YUV | 45.79 | 146.18 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 16 | 78 | 0 | 0.83 | 0.15 | 0.64 | 311.05 | 0.7 | 0.21 |
| Hex | 5C | 10 | 4E | 0 | 53 | F | 40 | 137 | 46 | 15 |
| Octal | 134 | 20 | 116 | 0 | 123 | 17 | 100 | 467 | 106 | 25 |
| Binary | 1011100 | 10000 | 1001110 | 0 | 1010011 | 1111 | 1000000 | 100110111 | 1000110 | 10101 |
Color Harmonies of #5C104E
Complementary color
Monochromatic Colors of #5C104E
Black with #5C104E
Text Example
Text Example
White with #5C104E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C104E; }
p { color: rgb(92,16,78); }
H1.HeaderClassName
{
color: #5C104E;
}
.AnyTagClassName
{
color: #5C104E;
}
</style>
background-color css
<style>
a { background-color: #5C104E; }
a { background-color: rgb(92,16,78); }
div.DivClassName
{
background-color: #5C104E;
}
.BgClassName
{
background-color: #5C104E;
}
</style>
border-color css
<style>
span { border-color: #5C104E; }
span { border-color: rgb(92,16,78); }
td.TdClassName
{
border-color: #5C104E;
}
.TagClassName
{
border-color: #5C104E;
}
</style>