Shades of Tyrian Purple #5D0552
Tints of Tyrian Purple #5D0552
RGB
CMYK
RGB Variations
Color information
#5D0552 (or 0x5D0552) is known color: Tyrian Purple. HEX triplet: 5D, 05 and 52. RGB value is (93,5,82). Sum of RGB (Red+Green+Blue) = 93+5+82=180 (23% of max value = 765). Red value is 93 (36.72% from 255 or 51.67% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 82 (32.42% from 255 or 45.56% from 180); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0552 is #A2FAAD. Grayscale: #272727. Windows color (decimal): -10681006 or 5375325. OLE color: 5375325.
HSL color Cylindrical-coordinate representation of color #5D0552: hue angle of 307.5º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5D0552 is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 5 | 82 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.64 |
| HSL | 307.5º | 0.9% | 0.19% | - |
| HSV(B) | 307.5º | 0.95% | 0.36% | - |
| XYZ | 6.09 | 3.04 | 8.25 | - |
| YUV | 40.09 | 151.65 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 5 | 82 | 0 | 0.95 | 0.12 | 0.64 | 307.5 | 0.9 | 0.19 |
| Hex | 5D | 5 | 52 | 0 | 5F | C | 40 | 134 | 5A | 13 |
| Octal | 135 | 5 | 122 | 0 | 137 | 14 | 100 | 464 | 132 | 23 |
| Binary | 1011101 | 101 | 1010010 | 0 | 1011111 | 1100 | 1000000 | 100110100 | 1011010 | 10011 |
Color Harmonies of #5D0552
Complementary color
Monochromatic Colors of #5D0552
Black with #5D0552
Text Example
Text Example
White with #5D0552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0552; }
p { color: rgb(93,5,82); }
H1.HeaderClassName
{
color: #5D0552;
}
.AnyTagClassName
{
color: #5D0552;
}
</style>
background-color css
<style>
a { background-color: #5D0552; }
a { background-color: rgb(93,5,82); }
div.DivClassName
{
background-color: #5D0552;
}
.BgClassName
{
background-color: #5D0552;
}
</style>
border-color css
<style>
span { border-color: #5D0552; }
span { border-color: rgb(93,5,82); }
td.TdClassName
{
border-color: #5D0552;
}
.TagClassName
{
border-color: #5D0552;
}
</style>