Shades of Tyrian Purple #56013D
Tints of Tyrian Purple #56013D
RGB
CMYK
RGB Variations
Color information
#56013D (or 0x56013D) is known color: Tyrian Purple. HEX triplet: 56, 01 and 3D. RGB value is (86,1,61). Sum of RGB (Red+Green+Blue) = 86+1+61=148 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.11% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 61 (24.22% from 255 or 41.22% from 148); Max value from RGB is 86 - color contains mainly: red. Hex color #56013D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56013D is #A9FEC2. Grayscale: #212121. Windows color (decimal): -11140803 or 3998038. OLE color: 3998038.
HSL color Cylindrical-coordinate representation of color #56013D: hue angle of 317.65º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #56013D is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 1 | 61 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.66 |
| HSL | 317.65º | 0.98% | 0.17% | - |
| HSV(B) | 317.65º | 0.99% | 0.34% | - |
| XYZ | 4.69 | 2.34 | 4.62 | - |
| YUV | 33.26 | 143.66 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 1 | 61 | 0 | 0.99 | 0.29 | 0.66 | 317.65 | 0.98 | 0.17 |
| Hex | 56 | 1 | 3D | 0 | 63 | 1D | 42 | 13E | 62 | 11 |
| Octal | 126 | 1 | 75 | 0 | 143 | 35 | 102 | 476 | 142 | 21 |
| Binary | 1010110 | 1 | 111101 | 0 | 1100011 | 11101 | 1000010 | 100111110 | 1100010 | 10001 |
Color Harmonies of #56013D
Complementary color
Monochromatic Colors of #56013D
Black with #56013D
Text Example
Text Example
White with #56013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56013D; }
p { color: rgb(86,1,61); }
H1.HeaderClassName
{
color: #56013D;
}
.AnyTagClassName
{
color: #56013D;
}
</style>
background-color css
<style>
a { background-color: #56013D; }
a { background-color: rgb(86,1,61); }
div.DivClassName
{
background-color: #56013D;
}
.BgClassName
{
background-color: #56013D;
}
</style>
border-color css
<style>
span { border-color: #56013D; }
span { border-color: rgb(86,1,61); }
td.TdClassName
{
border-color: #56013D;
}
.TagClassName
{
border-color: #56013D;
}
</style>