Shades of Tyrian Purple #5D083C
Tints of Tyrian Purple #5D083C
RGB
CMYK
RGB Variations
Color information
#5D083C (or 0x5D083C) is known color: Tyrian Purple. HEX triplet: 5D, 08 and 3C. RGB value is (93,8,60). Sum of RGB (Red+Green+Blue) = 93+8+60=161 (21% of max value = 765). Red value is 93 (36.72% from 255 or 57.76% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 60 (23.83% from 255 or 37.27% from 161); Max value from RGB is 93 - color contains mainly: red. Hex color #5D083C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D083C is #A2F7C3. Grayscale: #272727. Windows color (decimal): -10680260 or 3934301. OLE color: 3934301.
HSL color Cylindrical-coordinate representation of color #5D083C: hue angle of 323.29º 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 #5D083C is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 8 | 60 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.64 |
| HSL | 323.29º | 0.84% | 0.2% | - |
| HSV(B) | 323.29º | 0.91% | 0.36% | - |
| XYZ | 5.42 | 2.83 | 4.54 | - |
| YUV | 39.34 | 139.66 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 8 | 60 | 0 | 0.91 | 0.35 | 0.64 | 323.29 | 0.84 | 0.2 |
| Hex | 5D | 8 | 3C | 0 | 5B | 23 | 40 | 143 | 54 | 14 |
| Octal | 135 | 10 | 74 | 0 | 133 | 43 | 100 | 503 | 124 | 24 |
| Binary | 1011101 | 1000 | 111100 | 0 | 1011011 | 100011 | 1000000 | 101000011 | 1010100 | 10100 |
Color Harmonies of #5D083C
Complementary color
Monochromatic Colors of #5D083C
Black with #5D083C
Text Example
Text Example
White with #5D083C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D083C; }
p { color: rgb(93,8,60); }
H1.HeaderClassName
{
color: #5D083C;
}
.AnyTagClassName
{
color: #5D083C;
}
</style>
background-color css
<style>
a { background-color: #5D083C; }
a { background-color: rgb(93,8,60); }
div.DivClassName
{
background-color: #5D083C;
}
.BgClassName
{
background-color: #5D083C;
}
</style>
border-color css
<style>
span { border-color: #5D083C; }
span { border-color: rgb(93,8,60); }
td.TdClassName
{
border-color: #5D083C;
}
.TagClassName
{
border-color: #5D083C;
}
</style>