Shades of Tyrian Purple #5D134C
Tints of Tyrian Purple #5D134C
RGB
CMYK
RGB Variations
Color information
#5D134C (or 0x5D134C) is known color: Tyrian Purple. HEX triplet: 5D, 13 and 4C. RGB value is (93,19,76). Sum of RGB (Red+Green+Blue) = 93+19+76=188 (24% of max value = 765). Red value is 93 (36.72% from 255 or 49.47% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 76 (30.08% from 255 or 40.43% from 188); Max value from RGB is 93 - color contains mainly: red. Hex color #5D134C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D134C is #A2ECB3. Grayscale: #2F2F2F. Windows color (decimal): -10677428 or 4985693. OLE color: 4985693.
HSL color Cylindrical-coordinate representation of color #5D134C: hue angle of 313.78º 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 #5D134C is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 19 | 76 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.64 |
| HSL | 313.78º | 0.66% | 0.22% | - |
| HSV(B) | 313.78º | 0.8% | 0.36% | - |
| XYZ | 6.05 | 3.31 | 7.16 | - |
| YUV | 47.62 | 144.02 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 19 | 76 | 0 | 0.80 | 0.18 | 0.64 | 313.78 | 0.66 | 0.22 |
| Hex | 5D | 13 | 4C | 0 | 50 | 12 | 40 | 13A | 42 | 16 |
| Octal | 135 | 23 | 114 | 0 | 120 | 22 | 100 | 472 | 102 | 26 |
| Binary | 1011101 | 10011 | 1001100 | 0 | 1010000 | 10010 | 1000000 | 100111010 | 1000010 | 10110 |
Color Harmonies of #5D134C
Complementary color
Monochromatic Colors of #5D134C
Black with #5D134C
Text Example
Text Example
White with #5D134C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D134C; }
p { color: rgb(93,19,76); }
H1.HeaderClassName
{
color: #5D134C;
}
.AnyTagClassName
{
color: #5D134C;
}
</style>
background-color css
<style>
a { background-color: #5D134C; }
a { background-color: rgb(93,19,76); }
div.DivClassName
{
background-color: #5D134C;
}
.BgClassName
{
background-color: #5D134C;
}
</style>
border-color css
<style>
span { border-color: #5D134C; }
span { border-color: rgb(93,19,76); }
td.TdClassName
{
border-color: #5D134C;
}
.TagClassName
{
border-color: #5D134C;
}
</style>