Shades of Tyrian Purple #5C0739
Tints of Tyrian Purple #5C0739
RGB
CMYK
RGB Variations
Color information
#5C0739 (or 0x5C0739) is known color: Tyrian Purple. HEX triplet: 5C, 07 and 39. RGB value is (92,7,57). Sum of RGB (Red+Green+Blue) = 92+7+57=156 (20% of max value = 765). Red value is 92 (36.33% from 255 or 58.97% from 156); Green value is 7 (3.12% from 255 or 4.49% from 156); Blue value is 57 (22.66% from 255 or 36.54% from 156); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0739 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0739 is #A3F8C6. Grayscale: #262626. Windows color (decimal): -10746055 or 3737436. OLE color: 3737436.
HSL color Cylindrical-coordinate representation of color #5C0739: hue angle of 324.71º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5C0739 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 7 | 57 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.64 |
| HSL | 324.71º | 0.86% | 0.19% | - |
| HSV(B) | 324.71º | 0.92% | 0.36% | - |
| XYZ | 5.23 | 2.72 | 4.12 | - |
| YUV | 38.12 | 138.66 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 7 | 57 | 0 | 0.92 | 0.38 | 0.64 | 324.71 | 0.86 | 0.19 |
| Hex | 5C | 7 | 39 | 0 | 5C | 26 | 40 | 145 | 56 | 13 |
| Octal | 134 | 7 | 71 | 0 | 134 | 46 | 100 | 505 | 126 | 23 |
| Binary | 1011100 | 111 | 111001 | 0 | 1011100 | 100110 | 1000000 | 101000101 | 1010110 | 10011 |
Color Harmonies of #5C0739
Complementary color
Monochromatic Colors of #5C0739
Black with #5C0739
Text Example
Text Example
White with #5C0739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0739; }
p { color: rgb(92,7,57); }
H1.HeaderClassName
{
color: #5C0739;
}
.AnyTagClassName
{
color: #5C0739;
}
</style>
background-color css
<style>
a { background-color: #5C0739; }
a { background-color: rgb(92,7,57); }
div.DivClassName
{
background-color: #5C0739;
}
.BgClassName
{
background-color: #5C0739;
}
</style>
border-color css
<style>
span { border-color: #5C0739; }
span { border-color: rgb(92,7,57); }
td.TdClassName
{
border-color: #5C0739;
}
.TagClassName
{
border-color: #5C0739;
}
</style>