Shades of Tyrian Purple #5C0934
Tints of Tyrian Purple #5C0934
RGB
CMYK
RGB Variations
Color information
#5C0934 (or 0x5C0934) is known color: Tyrian Purple. HEX triplet: 5C, 09 and 34. RGB value is (92,9,52). Sum of RGB (Red+Green+Blue) = 92+9+52=153 (20% of max value = 765). Red value is 92 (36.33% from 255 or 60.13% from 153); Green value is 9 (3.91% from 255 or 5.88% from 153); Blue value is 52 (20.70% from 255 or 33.99% from 153); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0934 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0934 is #A3F6CB. Grayscale: #262626. Windows color (decimal): -10745548 or 3410268. OLE color: 3410268.
HSL color Cylindrical-coordinate representation of color #5C0934: hue angle of 328.92º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5C0934 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 9 | 52 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.64 |
| HSL | 328.92º | 0.82% | 0.2% | - |
| HSV(B) | 328.92º | 0.9% | 0.36% | - |
| XYZ | 5.13 | 2.72 | 3.5 | - |
| YUV | 38.72 | 135.5 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 9 | 52 | 0 | 0.90 | 0.43 | 0.64 | 328.92 | 0.82 | 0.2 |
| Hex | 5C | 9 | 34 | 0 | 5A | 2B | 40 | 149 | 52 | 14 |
| Octal | 134 | 11 | 64 | 0 | 132 | 53 | 100 | 511 | 122 | 24 |
| Binary | 1011100 | 1001 | 110100 | 0 | 1011010 | 101011 | 1000000 | 101001001 | 1010010 | 10100 |
Color Harmonies of #5C0934
Complementary color
Monochromatic Colors of #5C0934
Black with #5C0934
Text Example
Text Example
White with #5C0934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0934; }
p { color: rgb(92,9,52); }
H1.HeaderClassName
{
color: #5C0934;
}
.AnyTagClassName
{
color: #5C0934;
}
</style>
background-color css
<style>
a { background-color: #5C0934; }
a { background-color: rgb(92,9,52); }
div.DivClassName
{
background-color: #5C0934;
}
.BgClassName
{
background-color: #5C0934;
}
</style>
border-color css
<style>
span { border-color: #5C0934; }
span { border-color: rgb(92,9,52); }
td.TdClassName
{
border-color: #5C0934;
}
.TagClassName
{
border-color: #5C0934;
}
</style>