Shades of Tyrian Purple #5D134A
Tints of Tyrian Purple #5D134A
RGB
CMYK
RGB Variations
Color information
#5D134A (or 0x5D134A) is known color: Tyrian Purple. HEX triplet: 5D, 13 and 4A. RGB value is (93,19,74). Sum of RGB (Red+Green+Blue) = 93+19+74=186 (24% of max value = 765). Red value is 93 (36.72% from 255 or 50% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 74 (29.30% from 255 or 39.78% from 186); Max value from RGB is 93 - color contains mainly: red. Hex color #5D134A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D134A is #A2ECB5. Grayscale: #2F2F2F. Windows color (decimal): -10677430 or 4854621. OLE color: 4854621.
HSL color Cylindrical-coordinate representation of color #5D134A: hue angle of 315.41º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5D134A is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 19 | 74 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.64 |
| HSL | 315.41º | 0.66% | 0.22% | - |
| HSV(B) | 315.41º | 0.8% | 0.36% | - |
| XYZ | 5.98 | 3.29 | 6.8 | - |
| YUV | 47.4 | 143.02 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 19 | 74 | 0 | 0.80 | 0.20 | 0.64 | 315.41 | 0.66 | 0.22 |
| Hex | 5D | 13 | 4A | 0 | 50 | 14 | 40 | 13B | 42 | 16 |
| Octal | 135 | 23 | 112 | 0 | 120 | 24 | 100 | 473 | 102 | 26 |
| Binary | 1011101 | 10011 | 1001010 | 0 | 1010000 | 10100 | 1000000 | 100111011 | 1000010 | 10110 |
Color Harmonies of #5D134A
Complementary color
Monochromatic Colors of #5D134A
Black with #5D134A
Text Example
Text Example
White with #5D134A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D134A; }
p { color: rgb(93,19,74); }
H1.HeaderClassName
{
color: #5D134A;
}
.AnyTagClassName
{
color: #5D134A;
}
</style>
background-color css
<style>
a { background-color: #5D134A; }
a { background-color: rgb(93,19,74); }
div.DivClassName
{
background-color: #5D134A;
}
.BgClassName
{
background-color: #5D134A;
}
</style>
border-color css
<style>
span { border-color: #5D134A; }
span { border-color: rgb(93,19,74); }
td.TdClassName
{
border-color: #5D134A;
}
.TagClassName
{
border-color: #5D134A;
}
</style>