Shades of Tyrian Purple #5D093A
Tints of Tyrian Purple #5D093A
RGB
CMYK
RGB Variations
Color information
#5D093A (or 0x5D093A) is known color: Tyrian Purple. HEX triplet: 5D, 09 and 3A. RGB value is (93,9,58). Sum of RGB (Red+Green+Blue) = 93+9+58=160 (21% of max value = 765). Red value is 93 (36.72% from 255 or 58.12% from 160); Green value is 9 (3.91% from 255 or 5.62% from 160); Blue value is 58 (23.05% from 255 or 36.25% from 160); Max value from RGB is 93 - color contains mainly: red. Hex color #5D093A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D093A is #A2F6C5. Grayscale: #272727. Windows color (decimal): -10680006 or 3803485. OLE color: 3803485.
HSL color Cylindrical-coordinate representation of color #5D093A: hue angle of 325º 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 #5D093A is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 9 | 58 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.64 |
| HSL | 325º | 0.82% | 0.2% | - |
| HSV(B) | 325º | 0.9% | 0.36% | - |
| XYZ | 5.38 | 2.83 | 4.27 | - |
| YUV | 39.7 | 138.33 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 9 | 58 | 0 | 0.90 | 0.38 | 0.64 | 325 | 0.82 | 0.2 |
| Hex | 5D | 9 | 3A | 0 | 5A | 26 | 40 | 145 | 52 | 14 |
| Octal | 135 | 11 | 72 | 0 | 132 | 46 | 100 | 505 | 122 | 24 |
| Binary | 1011101 | 1001 | 111010 | 0 | 1011010 | 100110 | 1000000 | 101000101 | 1010010 | 10100 |
Color Harmonies of #5D093A
Complementary color
Monochromatic Colors of #5D093A
Black with #5D093A
Text Example
Text Example
White with #5D093A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D093A; }
p { color: rgb(93,9,58); }
H1.HeaderClassName
{
color: #5D093A;
}
.AnyTagClassName
{
color: #5D093A;
}
</style>
background-color css
<style>
a { background-color: #5D093A; }
a { background-color: rgb(93,9,58); }
div.DivClassName
{
background-color: #5D093A;
}
.BgClassName
{
background-color: #5D093A;
}
</style>
border-color css
<style>
span { border-color: #5D093A; }
span { border-color: rgb(93,9,58); }
td.TdClassName
{
border-color: #5D093A;
}
.TagClassName
{
border-color: #5D093A;
}
</style>