Shades of Tyrian Purple #5C0C3F
Tints of Tyrian Purple #5C0C3F
RGB
CMYK
RGB Variations
Color information
#5C0C3F (or 0x5C0C3F) is known color: Tyrian Purple. HEX triplet: 5C, 0C and 3F. RGB value is (92,12,63). Sum of RGB (Red+Green+Blue) = 92+12+63=167 (22% of max value = 765). Red value is 92 (36.33% from 255 or 55.09% from 167); Green value is 12 (5.08% from 255 or 7.19% from 167); Blue value is 63 (25% from 255 or 37.72% from 167); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0C3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0C3F is #A3F3C0. Grayscale: #292929. Windows color (decimal): -10744769 or 4131932. OLE color: 4131932.
HSL color Cylindrical-coordinate representation of color #5C0C3F: hue angle of 321.75º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5C0C3F is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 12 | 63 | - |
| CMYK | 0 | 0.87 | 0.32 | 0.64 |
| HSL | 321.75º | 0.77% | 0.2% | - |
| HSV(B) | 321.75º | 0.87% | 0.36% | - |
| XYZ | 5.44 | 2.9 | 4.97 | - |
| YUV | 41.73 | 140 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 12 | 63 | 0 | 0.87 | 0.32 | 0.64 | 321.75 | 0.77 | 0.2 |
| Hex | 5C | C | 3F | 0 | 57 | 20 | 40 | 142 | 4D | 14 |
| Octal | 134 | 14 | 77 | 0 | 127 | 40 | 100 | 502 | 115 | 24 |
| Binary | 1011100 | 1100 | 111111 | 0 | 1010111 | 100000 | 1000000 | 101000010 | 1001101 | 10100 |
Color Harmonies of #5C0C3F
Complementary color
Monochromatic Colors of #5C0C3F
Black with #5C0C3F
Text Example
Text Example
White with #5C0C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0C3F; }
p { color: rgb(92,12,63); }
H1.HeaderClassName
{
color: #5C0C3F;
}
.AnyTagClassName
{
color: #5C0C3F;
}
</style>
background-color css
<style>
a { background-color: #5C0C3F; }
a { background-color: rgb(92,12,63); }
div.DivClassName
{
background-color: #5C0C3F;
}
.BgClassName
{
background-color: #5C0C3F;
}
</style>
border-color css
<style>
span { border-color: #5C0C3F; }
span { border-color: rgb(92,12,63); }
td.TdClassName
{
border-color: #5C0C3F;
}
.TagClassName
{
border-color: #5C0C3F;
}
</style>