Shades of Tyrian Purple #5D0325
Tints of Tyrian Purple #5D0325
RGB
CMYK
RGB Variations
Color information
#5D0325 (or 0x5D0325) is known color: Tyrian Purple. HEX triplet: 5D, 03 and 25. RGB value is (93,3,37). Sum of RGB (Red+Green+Blue) = 93+3+37=133 (17% of max value = 765). Red value is 93 (36.72% from 255 or 69.92% from 133); Green value is 3 (1.56% from 255 or 2.26% from 133); Blue value is 37 (14.84% from 255 or 27.82% from 133); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D0325 is #A2FCDA. Grayscale: #212121. Windows color (decimal): -10681563 or 2425693. OLE color: 2425693.
HSL color Cylindrical-coordinate representation of color #5D0325: hue angle of 337.33º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5D0325 is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 3 | 37 | - |
| CMYK | 0 | 0.97 | 0.60 | 0.64 |
| HSL | 337.33º | 0.94% | 0.19% | - |
| HSV(B) | 337.33º | 0.97% | 0.36% | - |
| XYZ | 4.88 | 2.53 | 1.98 | - |
| YUV | 33.79 | 129.82 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 3 | 37 | 0 | 0.97 | 0.60 | 0.64 | 337.33 | 0.94 | 0.19 |
| Hex | 5D | 3 | 25 | 0 | 61 | 3C | 40 | 151 | 5E | 13 |
| Octal | 135 | 3 | 45 | 0 | 141 | 74 | 100 | 521 | 136 | 23 |
| Binary | 1011101 | 11 | 100101 | 0 | 1100001 | 111100 | 1000000 | 101010001 | 1011110 | 10011 |
Color Harmonies of #5D0325
Complementary color
Monochromatic Colors of #5D0325
Black with #5D0325
Text Example
Text Example
White with #5D0325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0325; }
p { color: rgb(93,3,37); }
H1.HeaderClassName
{
color: #5D0325;
}
.AnyTagClassName
{
color: #5D0325;
}
</style>
background-color css
<style>
a { background-color: #5D0325; }
a { background-color: rgb(93,3,37); }
div.DivClassName
{
background-color: #5D0325;
}
.BgClassName
{
background-color: #5D0325;
}
</style>
border-color css
<style>
span { border-color: #5D0325; }
span { border-color: rgb(93,3,37); }
td.TdClassName
{
border-color: #5D0325;
}
.TagClassName
{
border-color: #5D0325;
}
</style>