Shades of Tyrian Purple #5D012A
Tints of Tyrian Purple #5D012A
RGB
CMYK
RGB Variations
Color information
#5D012A (or 0x5D012A) is known color: Tyrian Purple. HEX triplet: 5D, 01 and 2A. RGB value is (93,1,42). Sum of RGB (Red+Green+Blue) = 93+1+42=136 (18% of max value = 765). Red value is 93 (36.72% from 255 or 68.38% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 42 (16.80% from 255 or 30.88% from 136); Max value from RGB is 93 - color contains mainly: red. Hex color #5D012A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D012A is #A2FED5. Grayscale: #212121. Windows color (decimal): -10682070 or 2752861. OLE color: 2752861.
HSL color Cylindrical-coordinate representation of color #5D012A: hue angle of 333.26º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5D012A is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 1 | 42 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.64 |
| HSL | 333.26º | 0.98% | 0.18% | - |
| HSV(B) | 333.26º | 0.99% | 0.36% | - |
| XYZ | 4.94 | 2.52 | 2.42 | - |
| YUV | 33.18 | 132.98 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 1 | 42 | 0 | 0.99 | 0.55 | 0.64 | 333.26 | 0.98 | 0.18 |
| Hex | 5D | 1 | 2A | 0 | 63 | 37 | 40 | 14D | 62 | 12 |
| Octal | 135 | 1 | 52 | 0 | 143 | 67 | 100 | 515 | 142 | 22 |
| Binary | 1011101 | 1 | 101010 | 0 | 1100011 | 110111 | 1000000 | 101001101 | 1100010 | 10010 |
Color Harmonies of #5D012A
Complementary color
Monochromatic Colors of #5D012A
Black with #5D012A
Text Example
Text Example
White with #5D012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D012A; }
p { color: rgb(93,1,42); }
H1.HeaderClassName
{
color: #5D012A;
}
.AnyTagClassName
{
color: #5D012A;
}
</style>
background-color css
<style>
a { background-color: #5D012A; }
a { background-color: rgb(93,1,42); }
div.DivClassName
{
background-color: #5D012A;
}
.BgClassName
{
background-color: #5D012A;
}
</style>
border-color css
<style>
span { border-color: #5D012A; }
span { border-color: rgb(93,1,42); }
td.TdClassName
{
border-color: #5D012A;
}
.TagClassName
{
border-color: #5D012A;
}
</style>