Shades of Tyrian Purple #5D083D
Tints of Tyrian Purple #5D083D
RGB
CMYK
RGB Variations
Color information
#5D083D (or 0x5D083D) is known color: Tyrian Purple. HEX triplet: 5D, 08 and 3D. RGB value is (93,8,61). Sum of RGB (Red+Green+Blue) = 93+8+61=162 (21% of max value = 765). Red value is 93 (36.72% from 255 or 57.41% from 162); Green value is 8 (3.52% from 255 or 4.94% from 162); Blue value is 61 (24.22% from 255 or 37.65% from 162); Max value from RGB is 93 - color contains mainly: red. Hex color #5D083D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D083D is #A2F7C2. Grayscale: #272727. Windows color (decimal): -10680259 or 3999837. OLE color: 3999837.
HSL color Cylindrical-coordinate representation of color #5D083D: hue angle of 322.59º 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 #5D083D is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 8 | 61 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.64 |
| HSL | 322.59º | 0.84% | 0.2% | - |
| HSV(B) | 322.59º | 0.91% | 0.36% | - |
| XYZ | 5.44 | 2.84 | 4.68 | - |
| YUV | 39.46 | 140.16 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 8 | 61 | 0 | 0.91 | 0.34 | 0.64 | 322.59 | 0.84 | 0.2 |
| Hex | 5D | 8 | 3D | 0 | 5B | 22 | 40 | 143 | 54 | 14 |
| Octal | 135 | 10 | 75 | 0 | 133 | 42 | 100 | 503 | 124 | 24 |
| Binary | 1011101 | 1000 | 111101 | 0 | 1011011 | 100010 | 1000000 | 101000011 | 1010100 | 10100 |
Color Harmonies of #5D083D
Complementary color
Monochromatic Colors of #5D083D
Black with #5D083D
Text Example
Text Example
White with #5D083D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D083D; }
p { color: rgb(93,8,61); }
H1.HeaderClassName
{
color: #5D083D;
}
.AnyTagClassName
{
color: #5D083D;
}
</style>
background-color css
<style>
a { background-color: #5D083D; }
a { background-color: rgb(93,8,61); }
div.DivClassName
{
background-color: #5D083D;
}
.BgClassName
{
background-color: #5D083D;
}
</style>
border-color css
<style>
span { border-color: #5D083D; }
span { border-color: rgb(93,8,61); }
td.TdClassName
{
border-color: #5D083D;
}
.TagClassName
{
border-color: #5D083D;
}
</style>