Shades of Tyrian Purple #5D084F
Tints of Tyrian Purple #5D084F
RGB
CMYK
RGB Variations
Color information
#5D084F (or 0x5D084F) is known color: Tyrian Purple. HEX triplet: 5D, 08 and 4F. RGB value is (93,8,79). Sum of RGB (Red+Green+Blue) = 93+8+79=180 (23% of max value = 765). Red value is 93 (36.72% from 255 or 51.67% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 79 (31.25% from 255 or 43.89% from 180); Max value from RGB is 93 - color contains mainly: red. Hex color #5D084F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D084F is #A2F7B0. Grayscale: #292929. Windows color (decimal): -10680241 or 5179485. OLE color: 5179485.
HSL color Cylindrical-coordinate representation of color #5D084F: hue angle of 309.88º 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 #5D084F is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 8 | 79 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.64 |
| HSL | 309.88º | 0.84% | 0.2% | - |
| HSV(B) | 309.88º | 0.91% | 0.36% | - |
| XYZ | 6.01 | 3.07 | 7.67 | - |
| YUV | 41.51 | 149.16 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 8 | 79 | 0 | 0.91 | 0.15 | 0.64 | 309.88 | 0.84 | 0.2 |
| Hex | 5D | 8 | 4F | 0 | 5B | F | 40 | 136 | 54 | 14 |
| Octal | 135 | 10 | 117 | 0 | 133 | 17 | 100 | 466 | 124 | 24 |
| Binary | 1011101 | 1000 | 1001111 | 0 | 1011011 | 1111 | 1000000 | 100110110 | 1010100 | 10100 |
Color Harmonies of #5D084F
Complementary color
Monochromatic Colors of #5D084F
Black with #5D084F
Text Example
Text Example
White with #5D084F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D084F; }
p { color: rgb(93,8,79); }
H1.HeaderClassName
{
color: #5D084F;
}
.AnyTagClassName
{
color: #5D084F;
}
</style>
background-color css
<style>
a { background-color: #5D084F; }
a { background-color: rgb(93,8,79); }
div.DivClassName
{
background-color: #5D084F;
}
.BgClassName
{
background-color: #5D084F;
}
</style>
border-color css
<style>
span { border-color: #5D084F; }
span { border-color: rgb(93,8,79); }
td.TdClassName
{
border-color: #5D084F;
}
.TagClassName
{
border-color: #5D084F;
}
</style>