Shades of Tyrian Purple #56104B
Tints of Tyrian Purple #56104B
RGB
CMYK
RGB Variations
Color information
#56104B (or 0x56104B) is known color: Tyrian Purple. HEX triplet: 56, 10 and 4B. RGB value is (86,16,75). Sum of RGB (Red+Green+Blue) = 86+16+75=177 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.59% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 75 (29.69% from 255 or 42.37% from 177); Max value from RGB is 86 - color contains mainly: red. Hex color #56104B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56104B is #A9EFB4. Grayscale: #2B2B2B. Windows color (decimal): -11136949 or 4919382. OLE color: 4919382.
HSL color Cylindrical-coordinate representation of color #56104B: hue angle of 309.43º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #56104B is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 16 | 75 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.66 |
| HSL | 309.43º | 0.69% | 0.2% | - |
| HSV(B) | 309.43º | 0.81% | 0.34% | - |
| XYZ | 5.29 | 2.86 | 6.93 | - |
| YUV | 43.66 | 145.69 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 16 | 75 | 0 | 0.81 | 0.13 | 0.66 | 309.43 | 0.69 | 0.2 |
| Hex | 56 | 10 | 4B | 0 | 51 | D | 42 | 135 | 45 | 14 |
| Octal | 126 | 20 | 113 | 0 | 121 | 15 | 102 | 465 | 105 | 24 |
| Binary | 1010110 | 10000 | 1001011 | 0 | 1010001 | 1101 | 1000010 | 100110101 | 1000101 | 10100 |
Color Harmonies of #56104B
Complementary color
Monochromatic Colors of #56104B
Black with #56104B
Text Example
Text Example
White with #56104B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56104B; }
p { color: rgb(86,16,75); }
H1.HeaderClassName
{
color: #56104B;
}
.AnyTagClassName
{
color: #56104B;
}
</style>
background-color css
<style>
a { background-color: #56104B; }
a { background-color: rgb(86,16,75); }
div.DivClassName
{
background-color: #56104B;
}
.BgClassName
{
background-color: #56104B;
}
</style>
border-color css
<style>
span { border-color: #56104B; }
span { border-color: rgb(86,16,75); }
td.TdClassName
{
border-color: #56104B;
}
.TagClassName
{
border-color: #56104B;
}
</style>