Shades of Tyrian Purple #5D0429
Tints of Tyrian Purple #5D0429
RGB
CMYK
RGB Variations
Color information
#5D0429 (or 0x5D0429) is known color: Tyrian Purple. HEX triplet: 5D, 04 and 29. RGB value is (93,4,41). Sum of RGB (Red+Green+Blue) = 93+4+41=138 (18% of max value = 765). Red value is 93 (36.72% from 255 or 67.39% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 41 (16.41% from 255 or 29.71% from 138); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D0429 is #A2FBD6. Grayscale: #222222. Windows color (decimal): -10681303 or 2688093. OLE color: 2688093.
HSL color Cylindrical-coordinate representation of color #5D0429: hue angle of 335.06º 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 #5D0429 is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 4 | 41 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.64 |
| HSL | 335.06º | 0.92% | 0.19% | - |
| HSV(B) | 335.06º | 0.96% | 0.36% | - |
| XYZ | 4.96 | 2.57 | 2.33 | - |
| YUV | 34.83 | 131.49 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 4 | 41 | 0 | 0.96 | 0.56 | 0.64 | 335.06 | 0.92 | 0.19 |
| Hex | 5D | 4 | 29 | 0 | 60 | 38 | 40 | 14F | 5C | 13 |
| Octal | 135 | 4 | 51 | 0 | 140 | 70 | 100 | 517 | 134 | 23 |
| Binary | 1011101 | 100 | 101001 | 0 | 1100000 | 111000 | 1000000 | 101001111 | 1011100 | 10011 |
Color Harmonies of #5D0429
Complementary color
Monochromatic Colors of #5D0429
Black with #5D0429
Text Example
Text Example
White with #5D0429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0429; }
p { color: rgb(93,4,41); }
H1.HeaderClassName
{
color: #5D0429;
}
.AnyTagClassName
{
color: #5D0429;
}
</style>
background-color css
<style>
a { background-color: #5D0429; }
a { background-color: rgb(93,4,41); }
div.DivClassName
{
background-color: #5D0429;
}
.BgClassName
{
background-color: #5D0429;
}
</style>
border-color css
<style>
span { border-color: #5D0429; }
span { border-color: rgb(93,4,41); }
td.TdClassName
{
border-color: #5D0429;
}
.TagClassName
{
border-color: #5D0429;
}
</style>