Shades of Tyrian Purple #5D082F
Tints of Tyrian Purple #5D082F
RGB
CMYK
RGB Variations
Color information
#5D082F (or 0x5D082F) is known color: Tyrian Purple. HEX triplet: 5D, 08 and 2F. RGB value is (93,8,47). Sum of RGB (Red+Green+Blue) = 93+8+47=148 (19% of max value = 765). Red value is 93 (36.72% from 255 or 62.84% from 148); Green value is 8 (3.52% from 255 or 5.41% from 148); Blue value is 47 (18.75% from 255 or 31.76% from 148); Max value from RGB is 93 - color contains mainly: red. Hex color #5D082F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D082F is #A2F7D0. Grayscale: #252525. Windows color (decimal): -10680273 or 3082333. OLE color: 3082333.
HSL color Cylindrical-coordinate representation of color #5D082F: hue angle of 332.47º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5D082F is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 8 | 47 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.64 |
| HSL | 332.47º | 0.84% | 0.2% | - |
| HSV(B) | 332.47º | 0.91% | 0.36% | - |
| XYZ | 5.11 | 2.71 | 2.94 | - |
| YUV | 37.86 | 133.16 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 8 | 47 | 0 | 0.91 | 0.49 | 0.64 | 332.47 | 0.84 | 0.2 |
| Hex | 5D | 8 | 2F | 0 | 5B | 31 | 40 | 14C | 54 | 14 |
| Octal | 135 | 10 | 57 | 0 | 133 | 61 | 100 | 514 | 124 | 24 |
| Binary | 1011101 | 1000 | 101111 | 0 | 1011011 | 110001 | 1000000 | 101001100 | 1010100 | 10100 |
Color Harmonies of #5D082F
Complementary color
Monochromatic Colors of #5D082F
Black with #5D082F
Text Example
Text Example
White with #5D082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D082F; }
p { color: rgb(93,8,47); }
H1.HeaderClassName
{
color: #5D082F;
}
.AnyTagClassName
{
color: #5D082F;
}
</style>
background-color css
<style>
a { background-color: #5D082F; }
a { background-color: rgb(93,8,47); }
div.DivClassName
{
background-color: #5D082F;
}
.BgClassName
{
background-color: #5D082F;
}
</style>
border-color css
<style>
span { border-color: #5D082F; }
span { border-color: rgb(93,8,47); }
td.TdClassName
{
border-color: #5D082F;
}
.TagClassName
{
border-color: #5D082F;
}
</style>