Shades of Tyrian Purple #5D073A
Tints of Tyrian Purple #5D073A
RGB
CMYK
RGB Variations
Color information
#5D073A (or 0x5D073A) is known color: Tyrian Purple. HEX triplet: 5D, 07 and 3A. RGB value is (93,7,58). Sum of RGB (Red+Green+Blue) = 93+7+58=158 (20% of max value = 765). Red value is 93 (36.72% from 255 or 58.86% from 158); Green value is 7 (3.12% from 255 or 4.43% from 158); Blue value is 58 (23.05% from 255 or 36.71% from 158); Max value from RGB is 93 - color contains mainly: red. Hex color #5D073A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D073A is #A2F8C5. Grayscale: #262626. Windows color (decimal): -10680518 or 3802973. OLE color: 3802973.
HSL color Cylindrical-coordinate representation of color #5D073A: hue angle of 324.42º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5D073A is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 7 | 58 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.64 |
| HSL | 324.42º | 0.86% | 0.2% | - |
| HSV(B) | 324.42º | 0.92% | 0.36% | - |
| XYZ | 5.35 | 2.78 | 4.26 | - |
| YUV | 38.53 | 138.99 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 7 | 58 | 0 | 0.92 | 0.38 | 0.64 | 324.42 | 0.86 | 0.2 |
| Hex | 5D | 7 | 3A | 0 | 5C | 26 | 40 | 144 | 56 | 14 |
| Octal | 135 | 7 | 72 | 0 | 134 | 46 | 100 | 504 | 126 | 24 |
| Binary | 1011101 | 111 | 111010 | 0 | 1011100 | 100110 | 1000000 | 101000100 | 1010110 | 10100 |
Color Harmonies of #5D073A
Complementary color
Monochromatic Colors of #5D073A
Black with #5D073A
Text Example
Text Example
White with #5D073A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D073A; }
p { color: rgb(93,7,58); }
H1.HeaderClassName
{
color: #5D073A;
}
.AnyTagClassName
{
color: #5D073A;
}
</style>
background-color css
<style>
a { background-color: #5D073A; }
a { background-color: rgb(93,7,58); }
div.DivClassName
{
background-color: #5D073A;
}
.BgClassName
{
background-color: #5D073A;
}
</style>
border-color css
<style>
span { border-color: #5D073A; }
span { border-color: rgb(93,7,58); }
td.TdClassName
{
border-color: #5D073A;
}
.TagClassName
{
border-color: #5D073A;
}
</style>