Shades of Tyrian Purple #56003F
Tints of Tyrian Purple #56003F
RGB
CMYK
RGB Variations
Color information
#56003F (or 0x56003F) is known color: Tyrian Purple. HEX triplet: 56, 00 and 3F. RGB value is (86,0,63). Sum of RGB (Red+Green+Blue) = 86+0+63=149 (19% of max value = 765). Red value is 86 (33.98% from 255 or 57.72% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 63 (25% from 255 or 42.28% from 149); Max value from RGB is 86 - color contains mainly: red. Hex color #56003F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56003F is #A9FFC0. Grayscale: #202020. Windows color (decimal): -11141057 or 4128854. OLE color: 4128854.
HSL color Cylindrical-coordinate representation of color #56003F: hue angle of 316.05º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #56003F is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 0 | 63 | - |
| CMYK | 0 | 1 | 0.27 | 0.66 |
| HSL | 316.05º | 1% | 0.17% | - |
| HSV(B) | 316.05º | 1% | 0.34% | - |
| XYZ | 4.73 | 2.34 | 4.9 | - |
| YUV | 32.9 | 144.99 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 0 | 63 | 0 | 1 | 0.27 | 0.66 | 316.05 | 1 | 0.17 |
| Hex | 56 | 0 | 3F | 0 | 64 | 1B | 42 | 13C | 64 | 11 |
| Octal | 126 | 0 | 77 | 0 | 144 | 33 | 102 | 474 | 144 | 21 |
| Binary | 1010110 | 0 | 111111 | 0 | 1100100 | 11011 | 1000010 | 100111100 | 1100100 | 10001 |
Color Harmonies of #56003F
Complementary color
Monochromatic Colors of #56003F
Black with #56003F
Text Example
Text Example
White with #56003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56003F; }
p { color: rgb(86,0,63); }
H1.HeaderClassName
{
color: #56003F;
}
.AnyTagClassName
{
color: #56003F;
}
</style>
background-color css
<style>
a { background-color: #56003F; }
a { background-color: rgb(86,0,63); }
div.DivClassName
{
background-color: #56003F;
}
.BgClassName
{
background-color: #56003F;
}
</style>
border-color css
<style>
span { border-color: #56003F; }
span { border-color: rgb(86,0,63); }
td.TdClassName
{
border-color: #56003F;
}
.TagClassName
{
border-color: #56003F;
}
</style>