Shades of Tyrian Purple #5D0930
Tints of Tyrian Purple #5D0930
RGB
CMYK
RGB Variations
Color information
#5D0930 (or 0x5D0930) is known color: Tyrian Purple. HEX triplet: 5D, 09 and 30. RGB value is (93,9,48). Sum of RGB (Red+Green+Blue) = 93+9+48=150 (19% of max value = 765). Red value is 93 (36.72% from 255 or 62% from 150); Green value is 9 (3.91% from 255 or 6% from 150); Blue value is 48 (19.14% from 255 or 32% from 150); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0930 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D0930 is #A2F6CF. Grayscale: #262626. Windows color (decimal): -10680016 or 3148125. OLE color: 3148125.
HSL color Cylindrical-coordinate representation of color #5D0930: hue angle of 332.14º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5D0930 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 9 | 48 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.64 |
| HSL | 332.14º | 0.82% | 0.2% | - |
| HSV(B) | 332.14º | 0.9% | 0.36% | - |
| XYZ | 5.15 | 2.74 | 3.05 | - |
| YUV | 38.56 | 133.33 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 9 | 48 | 0 | 0.90 | 0.48 | 0.64 | 332.14 | 0.82 | 0.2 |
| Hex | 5D | 9 | 30 | 0 | 5A | 30 | 40 | 14C | 52 | 14 |
| Octal | 135 | 11 | 60 | 0 | 132 | 60 | 100 | 514 | 122 | 24 |
| Binary | 1011101 | 1001 | 110000 | 0 | 1011010 | 110000 | 1000000 | 101001100 | 1010010 | 10100 |
Color Harmonies of #5D0930
Complementary color
Monochromatic Colors of #5D0930
Black with #5D0930
Text Example
Text Example
White with #5D0930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0930; }
p { color: rgb(93,9,48); }
H1.HeaderClassName
{
color: #5D0930;
}
.AnyTagClassName
{
color: #5D0930;
}
</style>
background-color css
<style>
a { background-color: #5D0930; }
a { background-color: rgb(93,9,48); }
div.DivClassName
{
background-color: #5D0930;
}
.BgClassName
{
background-color: #5D0930;
}
</style>
border-color css
<style>
span { border-color: #5D0930; }
span { border-color: rgb(93,9,48); }
td.TdClassName
{
border-color: #5D0930;
}
.TagClassName
{
border-color: #5D0930;
}
</style>