Shades of Tyrian Purple #5D0441
Tints of Tyrian Purple #5D0441
RGB
CMYK
RGB Variations
Color information
#5D0441 (or 0x5D0441) is known color: Tyrian Purple. HEX triplet: 5D, 04 and 41. RGB value is (93,4,65). Sum of RGB (Red+Green+Blue) = 93+4+65=162 (21% of max value = 765). Red value is 93 (36.72% from 255 or 57.41% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 65 (25.78% from 255 or 40.12% from 162); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0441 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D0441 is #A2FBBE. Grayscale: #252525. Windows color (decimal): -10681279 or 4260957. OLE color: 4260957.
HSL color Cylindrical-coordinate representation of color #5D0441: hue angle of 318.88º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5D0441 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 4 | 65 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.64 |
| HSL | 318.88º | 0.92% | 0.19% | - |
| HSV(B) | 318.88º | 0.96% | 0.36% | - |
| XYZ | 5.51 | 2.8 | 5.25 | - |
| YUV | 37.57 | 143.49 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 4 | 65 | 0 | 0.96 | 0.30 | 0.64 | 318.88 | 0.92 | 0.19 |
| Hex | 5D | 4 | 41 | 0 | 60 | 1E | 40 | 13F | 5C | 13 |
| Octal | 135 | 4 | 101 | 0 | 140 | 36 | 100 | 477 | 134 | 23 |
| Binary | 1011101 | 100 | 1000001 | 0 | 1100000 | 11110 | 1000000 | 100111111 | 1011100 | 10011 |
Color Harmonies of #5D0441
Complementary color
Monochromatic Colors of #5D0441
Black with #5D0441
Text Example
Text Example
White with #5D0441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0441; }
p { color: rgb(93,4,65); }
H1.HeaderClassName
{
color: #5D0441;
}
.AnyTagClassName
{
color: #5D0441;
}
</style>
background-color css
<style>
a { background-color: #5D0441; }
a { background-color: rgb(93,4,65); }
div.DivClassName
{
background-color: #5D0441;
}
.BgClassName
{
background-color: #5D0441;
}
</style>
border-color css
<style>
span { border-color: #5D0441; }
span { border-color: rgb(93,4,65); }
td.TdClassName
{
border-color: #5D0441;
}
.TagClassName
{
border-color: #5D0441;
}
</style>