Shades of Tyrian Purple #56012F
Tints of Tyrian Purple #56012F
RGB
CMYK
RGB Variations
Color information
#56012F (or 0x56012F) is known color: Tyrian Purple. HEX triplet: 56, 01 and 2F. RGB value is (86,1,47). Sum of RGB (Red+Green+Blue) = 86+1+47=134 (17% of max value = 765). Red value is 86 (33.98% from 255 or 64.18% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 47 (18.75% from 255 or 35.07% from 134); Max value from RGB is 86 - color contains mainly: red. Hex color #56012F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56012F is #A9FED0. Grayscale: #1F1F1F. Windows color (decimal): -11140817 or 3080534. OLE color: 3080534.
HSL color Cylindrical-coordinate representation of color #56012F: hue angle of 327.53º 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 #56012F is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 1 | 47 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.66 |
| HSL | 327.53º | 0.98% | 0.17% | - |
| HSV(B) | 327.53º | 0.99% | 0.34% | - |
| XYZ | 4.36 | 2.21 | 2.89 | - |
| YUV | 31.66 | 136.66 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 1 | 47 | 0 | 0.99 | 0.45 | 0.66 | 327.53 | 0.98 | 0.17 |
| Hex | 56 | 1 | 2F | 0 | 63 | 2D | 42 | 148 | 62 | 11 |
| Octal | 126 | 1 | 57 | 0 | 143 | 55 | 102 | 510 | 142 | 21 |
| Binary | 1010110 | 1 | 101111 | 0 | 1100011 | 101101 | 1000010 | 101001000 | 1100010 | 10001 |
Color Harmonies of #56012F
Complementary color
Monochromatic Colors of #56012F
Black with #56012F
Text Example
Text Example
White with #56012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56012F; }
p { color: rgb(86,1,47); }
H1.HeaderClassName
{
color: #56012F;
}
.AnyTagClassName
{
color: #56012F;
}
</style>
background-color css
<style>
a { background-color: #56012F; }
a { background-color: rgb(86,1,47); }
div.DivClassName
{
background-color: #56012F;
}
.BgClassName
{
background-color: #56012F;
}
</style>
border-color css
<style>
span { border-color: #56012F; }
span { border-color: rgb(86,1,47); }
td.TdClassName
{
border-color: #56012F;
}
.TagClassName
{
border-color: #56012F;
}
</style>