Shades of Tyrian Purple #5D0B31
Tints of Tyrian Purple #5D0B31
RGB
CMYK
RGB Variations
Color information
#5D0B31 (or 0x5D0B31) is known color: Tyrian Purple. HEX triplet: 5D, 0B and 31. RGB value is (93,11,49). Sum of RGB (Red+Green+Blue) = 93+11+49=153 (20% of max value = 765). Red value is 93 (36.72% from 255 or 60.78% from 153); Green value is 11 (4.69% from 255 or 7.19% from 153); Blue value is 49 (19.53% from 255 or 32.03% from 153); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0B31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D0B31 is #A2F4CE. Grayscale: #272727. Windows color (decimal): -10679503 or 3214173. OLE color: 3214173.
HSL color Cylindrical-coordinate representation of color #5D0B31: hue angle of 332.2º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5D0B31 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 11 | 49 | - |
| CMYK | 0 | 0.88 | 0.47 | 0.64 |
| HSL | 332.2º | 0.79% | 0.2% | - |
| HSV(B) | 332.2º | 0.88% | 0.36% | - |
| XYZ | 5.19 | 2.79 | 3.17 | - |
| YUV | 39.85 | 133.17 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 11 | 49 | 0 | 0.88 | 0.47 | 0.64 | 332.2 | 0.79 | 0.2 |
| Hex | 5D | B | 31 | 0 | 58 | 2F | 40 | 14C | 4F | 14 |
| Octal | 135 | 13 | 61 | 0 | 130 | 57 | 100 | 514 | 117 | 24 |
| Binary | 1011101 | 1011 | 110001 | 0 | 1011000 | 101111 | 1000000 | 101001100 | 1001111 | 10100 |
Color Harmonies of #5D0B31
Complementary color
Monochromatic Colors of #5D0B31
Black with #5D0B31
Text Example
Text Example
White with #5D0B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0B31; }
p { color: rgb(93,11,49); }
H1.HeaderClassName
{
color: #5D0B31;
}
.AnyTagClassName
{
color: #5D0B31;
}
</style>
background-color css
<style>
a { background-color: #5D0B31; }
a { background-color: rgb(93,11,49); }
div.DivClassName
{
background-color: #5D0B31;
}
.BgClassName
{
background-color: #5D0B31;
}
</style>
border-color css
<style>
span { border-color: #5D0B31; }
span { border-color: rgb(93,11,49); }
td.TdClassName
{
border-color: #5D0B31;
}
.TagClassName
{
border-color: #5D0B31;
}
</style>