Shades of Tyrian Purple #5D022E
Tints of Tyrian Purple #5D022E
RGB
CMYK
RGB Variations
Color information
#5D022E (or 0x5D022E) is known color: Tyrian Purple. HEX triplet: 5D, 02 and 2E. RGB value is (93,2,46). Sum of RGB (Red+Green+Blue) = 93+2+46=141 (18% of max value = 765). Red value is 93 (36.72% from 255 or 65.96% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 46 (18.36% from 255 or 32.62% from 141); Max value from RGB is 93 - color contains mainly: red. Hex color #5D022E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D022E is #A2FDD1. Grayscale: #222222. Windows color (decimal): -10681810 or 3015261. OLE color: 3015261.
HSL color Cylindrical-coordinate representation of color #5D022E: hue angle of 330.99º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5D022E is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 2 | 46 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.64 |
| HSL | 330.99º | 0.96% | 0.19% | - |
| HSV(B) | 330.99º | 0.98% | 0.36% | - |
| XYZ | 5.03 | 2.57 | 2.82 | - |
| YUV | 34.23 | 134.65 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 2 | 46 | 0 | 0.98 | 0.51 | 0.64 | 330.99 | 0.96 | 0.19 |
| Hex | 5D | 2 | 2E | 0 | 62 | 33 | 40 | 14B | 60 | 13 |
| Octal | 135 | 2 | 56 | 0 | 142 | 63 | 100 | 513 | 140 | 23 |
| Binary | 1011101 | 10 | 101110 | 0 | 1100010 | 110011 | 1000000 | 101001011 | 1100000 | 10011 |
Color Harmonies of #5D022E
Complementary color
Monochromatic Colors of #5D022E
Black with #5D022E
Text Example
Text Example
White with #5D022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D022E; }
p { color: rgb(93,2,46); }
H1.HeaderClassName
{
color: #5D022E;
}
.AnyTagClassName
{
color: #5D022E;
}
</style>
background-color css
<style>
a { background-color: #5D022E; }
a { background-color: rgb(93,2,46); }
div.DivClassName
{
background-color: #5D022E;
}
.BgClassName
{
background-color: #5D022E;
}
</style>
border-color css
<style>
span { border-color: #5D022E; }
span { border-color: rgb(93,2,46); }
td.TdClassName
{
border-color: #5D022E;
}
.TagClassName
{
border-color: #5D022E;
}
</style>