Shades of Tyrian Purple #5C0728
Tints of Tyrian Purple #5C0728
RGB
CMYK
RGB Variations
Color information
#5C0728 (or 0x5C0728) is known color: Tyrian Purple. HEX triplet: 5C, 07 and 28. RGB value is (92,7,40). Sum of RGB (Red+Green+Blue) = 92+7+40=139 (18% of max value = 765). Red value is 92 (36.33% from 255 or 66.19% from 139); Green value is 7 (3.12% from 255 or 5.04% from 139); Blue value is 40 (16.02% from 255 or 28.78% from 139); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0728 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0728 is #A3F8D7. Grayscale: #242424. Windows color (decimal): -10746072 or 2623324. OLE color: 2623324.
HSL color Cylindrical-coordinate representation of color #5C0728: hue angle of 336.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 #5C0728 is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 7 | 40 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.64 |
| HSL | 336.71º | 0.86% | 0.19% | - |
| HSV(B) | 336.71º | 0.92% | 0.36% | - |
| XYZ | 4.87 | 2.58 | 2.25 | - |
| YUV | 36.18 | 130.16 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 7 | 40 | 0 | 0.92 | 0.57 | 0.64 | 336.71 | 0.86 | 0.19 |
| Hex | 5C | 7 | 28 | 0 | 5C | 39 | 40 | 151 | 56 | 13 |
| Octal | 134 | 7 | 50 | 0 | 134 | 71 | 100 | 521 | 126 | 23 |
| Binary | 1011100 | 111 | 101000 | 0 | 1011100 | 111001 | 1000000 | 101010001 | 1010110 | 10011 |
Color Harmonies of #5C0728
Complementary color
Monochromatic Colors of #5C0728
Black with #5C0728
Text Example
Text Example
White with #5C0728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0728; }
p { color: rgb(92,7,40); }
H1.HeaderClassName
{
color: #5C0728;
}
.AnyTagClassName
{
color: #5C0728;
}
</style>
background-color css
<style>
a { background-color: #5C0728; }
a { background-color: rgb(92,7,40); }
div.DivClassName
{
background-color: #5C0728;
}
.BgClassName
{
background-color: #5C0728;
}
</style>
border-color css
<style>
span { border-color: #5C0728; }
span { border-color: rgb(92,7,40); }
td.TdClassName
{
border-color: #5C0728;
}
.TagClassName
{
border-color: #5C0728;
}
</style>