Shades of Tyrian Purple #5D0152
Tints of Tyrian Purple #5D0152
RGB
CMYK
RGB Variations
Color information
#5D0152 (or 0x5D0152) is known color: Tyrian Purple. HEX triplet: 5D, 01 and 52. RGB value is (93,1,82). Sum of RGB (Red+Green+Blue) = 93+1+82=176 (23% of max value = 765). Red value is 93 (36.72% from 255 or 52.84% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 82 (32.42% from 255 or 46.59% from 176); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0152 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0152 is #A2FEAD. Grayscale: #252525. Windows color (decimal): -10682030 or 5374301. OLE color: 5374301.
HSL color Cylindrical-coordinate representation of color #5D0152: hue angle of 307.17º 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 #5D0152 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 1 | 82 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.64 |
| HSL | 307.17º | 0.98% | 0.18% | - |
| HSV(B) | 307.17º | 0.99% | 0.36% | - |
| XYZ | 6.05 | 2.96 | 8.23 | - |
| YUV | 37.74 | 152.98 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 1 | 82 | 0 | 0.99 | 0.12 | 0.64 | 307.17 | 0.98 | 0.18 |
| Hex | 5D | 1 | 52 | 0 | 63 | C | 40 | 133 | 62 | 12 |
| Octal | 135 | 1 | 122 | 0 | 143 | 14 | 100 | 463 | 142 | 22 |
| Binary | 1011101 | 1 | 1010010 | 0 | 1100011 | 1100 | 1000000 | 100110011 | 1100010 | 10010 |
Color Harmonies of #5D0152
Complementary color
Monochromatic Colors of #5D0152
Black with #5D0152
Text Example
Text Example
White with #5D0152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0152; }
p { color: rgb(93,1,82); }
H1.HeaderClassName
{
color: #5D0152;
}
.AnyTagClassName
{
color: #5D0152;
}
</style>
background-color css
<style>
a { background-color: #5D0152; }
a { background-color: rgb(93,1,82); }
div.DivClassName
{
background-color: #5D0152;
}
.BgClassName
{
background-color: #5D0152;
}
</style>
border-color css
<style>
span { border-color: #5D0152; }
span { border-color: rgb(93,1,82); }
td.TdClassName
{
border-color: #5D0152;
}
.TagClassName
{
border-color: #5D0152;
}
</style>