Shades of Tyrian Purple #5C103F
Tints of Tyrian Purple #5C103F
RGB
CMYK
RGB Variations
Color information
#5C103F (or 0x5C103F) is known color: Tyrian Purple. HEX triplet: 5C, 10 and 3F. RGB value is (92,16,63). Sum of RGB (Red+Green+Blue) = 92+16+63=171 (22% of max value = 765). Red value is 92 (36.33% from 255 or 53.80% from 171); Green value is 16 (6.64% from 255 or 9.36% from 171); Blue value is 63 (25% from 255 or 36.84% from 171); Max value from RGB is 92 - color contains mainly: red. Hex color #5C103F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C103F is #A3EFC0. Grayscale: #2B2B2B. Windows color (decimal): -10743745 or 4132956. OLE color: 4132956.
HSL color Cylindrical-coordinate representation of color #5C103F: hue angle of 322.89º 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 #5C103F is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 16 | 63 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.64 |
| HSL | 322.89º | 0.7% | 0.21% | - |
| HSV(B) | 322.89º | 0.83% | 0.36% | - |
| XYZ | 5.5 | 3 | 4.99 | - |
| YUV | 44.08 | 138.68 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 16 | 63 | 0 | 0.83 | 0.32 | 0.64 | 322.89 | 0.7 | 0.21 |
| Hex | 5C | 10 | 3F | 0 | 53 | 20 | 40 | 143 | 46 | 15 |
| Octal | 134 | 20 | 77 | 0 | 123 | 40 | 100 | 503 | 106 | 25 |
| Binary | 1011100 | 10000 | 111111 | 0 | 1010011 | 100000 | 1000000 | 101000011 | 1000110 | 10101 |
Color Harmonies of #5C103F
Complementary color
Monochromatic Colors of #5C103F
Black with #5C103F
Text Example
Text Example
White with #5C103F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C103F; }
p { color: rgb(92,16,63); }
H1.HeaderClassName
{
color: #5C103F;
}
.AnyTagClassName
{
color: #5C103F;
}
</style>
background-color css
<style>
a { background-color: #5C103F; }
a { background-color: rgb(92,16,63); }
div.DivClassName
{
background-color: #5C103F;
}
.BgClassName
{
background-color: #5C103F;
}
</style>
border-color css
<style>
span { border-color: #5C103F; }
span { border-color: rgb(92,16,63); }
td.TdClassName
{
border-color: #5C103F;
}
.TagClassName
{
border-color: #5C103F;
}
</style>