Shades of Tyrian Purple #5C104D
Tints of Tyrian Purple #5C104D
RGB
CMYK
RGB Variations
Color information
#5C104D (or 0x5C104D) is known color: Tyrian Purple. HEX triplet: 5C, 10 and 4D. RGB value is (92,16,77). Sum of RGB (Red+Green+Blue) = 92+16+77=185 (24% of max value = 765). Red value is 92 (36.33% from 255 or 49.73% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 77 (30.47% from 255 or 41.62% from 185); Max value from RGB is 92 - color contains mainly: red. Hex color #5C104D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C104D is #A3EFB2. Grayscale: #2D2D2D. Windows color (decimal): -10743731 or 5050460. OLE color: 5050460.
HSL color Cylindrical-coordinate representation of color #5C104D: hue angle of 311.84º 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 #5C104D is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 16 | 77 | - |
| CMYK | 0 | 0.83 | 0.16 | 0.64 |
| HSL | 311.84º | 0.7% | 0.21% | - |
| HSV(B) | 311.84º | 0.83% | 0.36% | - |
| XYZ | 5.94 | 3.18 | 7.32 | - |
| YUV | 45.68 | 145.68 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 16 | 77 | 0 | 0.83 | 0.16 | 0.64 | 311.84 | 0.7 | 0.21 |
| Hex | 5C | 10 | 4D | 0 | 53 | 10 | 40 | 138 | 46 | 15 |
| Octal | 134 | 20 | 115 | 0 | 123 | 20 | 100 | 470 | 106 | 25 |
| Binary | 1011100 | 10000 | 1001101 | 0 | 1010011 | 10000 | 1000000 | 100111000 | 1000110 | 10101 |
Color Harmonies of #5C104D
Complementary color
Monochromatic Colors of #5C104D
Black with #5C104D
Text Example
Text Example
White with #5C104D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C104D; }
p { color: rgb(92,16,77); }
H1.HeaderClassName
{
color: #5C104D;
}
.AnyTagClassName
{
color: #5C104D;
}
</style>
background-color css
<style>
a { background-color: #5C104D; }
a { background-color: rgb(92,16,77); }
div.DivClassName
{
background-color: #5C104D;
}
.BgClassName
{
background-color: #5C104D;
}
</style>
border-color css
<style>
span { border-color: #5C104D; }
span { border-color: rgb(92,16,77); }
td.TdClassName
{
border-color: #5C104D;
}
.TagClassName
{
border-color: #5C104D;
}
</style>