Shades of Tyrian Purple #56013C
Tints of Tyrian Purple #56013C
RGB
CMYK
RGB Variations
Color information
#56013C (or 0x56013C) is known color: Tyrian Purple. HEX triplet: 56, 01 and 3C. RGB value is (86,1,60). Sum of RGB (Red+Green+Blue) = 86+1+60=147 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.50% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 60 (23.83% from 255 or 40.82% from 147); Max value from RGB is 86 - color contains mainly: red. Hex color #56013C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56013C is #A9FEC3. Grayscale: #202020. Windows color (decimal): -11140804 or 3932502. OLE color: 3932502.
HSL color Cylindrical-coordinate representation of color #56013C: hue angle of 318.35º 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 #56013C is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 1 | 60 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.66 |
| HSL | 318.35º | 0.98% | 0.17% | - |
| HSV(B) | 318.35º | 0.99% | 0.34% | - |
| XYZ | 4.66 | 2.33 | 4.48 | - |
| YUV | 33.14 | 143.16 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 1 | 60 | 0 | 0.99 | 0.30 | 0.66 | 318.35 | 0.98 | 0.17 |
| Hex | 56 | 1 | 3C | 0 | 63 | 1E | 42 | 13E | 62 | 11 |
| Octal | 126 | 1 | 74 | 0 | 143 | 36 | 102 | 476 | 142 | 21 |
| Binary | 1010110 | 1 | 111100 | 0 | 1100011 | 11110 | 1000010 | 100111110 | 1100010 | 10001 |
Color Harmonies of #56013C
Complementary color
Monochromatic Colors of #56013C
Black with #56013C
Text Example
Text Example
White with #56013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56013C; }
p { color: rgb(86,1,60); }
H1.HeaderClassName
{
color: #56013C;
}
.AnyTagClassName
{
color: #56013C;
}
</style>
background-color css
<style>
a { background-color: #56013C; }
a { background-color: rgb(86,1,60); }
div.DivClassName
{
background-color: #56013C;
}
.BgClassName
{
background-color: #56013C;
}
</style>
border-color css
<style>
span { border-color: #56013C; }
span { border-color: rgb(86,1,60); }
td.TdClassName
{
border-color: #56013C;
}
.TagClassName
{
border-color: #56013C;
}
</style>