Shades of Tyrian Purple #56133B
Tints of Tyrian Purple #56133B
RGB
CMYK
RGB Variations
Color information
#56133B (or 0x56133B) is known color: Tyrian Purple. HEX triplet: 56, 13 and 3B. RGB value is (86,19,59). Sum of RGB (Red+Green+Blue) = 86+19+59=164 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.44% from 164); Green value is 19 (7.81% from 255 or 11.59% from 164); Blue value is 59 (23.44% from 255 or 35.98% from 164); Max value from RGB is 86 - color contains mainly: red. Hex color #56133B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56133B is #A9ECC4. Grayscale: #2B2B2B. Windows color (decimal): -11136197 or 3871574. OLE color: 3871574.
HSL color Cylindrical-coordinate representation of color #56133B: hue angle of 324.18º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #56133B is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 19 | 59 | - |
| CMYK | 0 | 0.78 | 0.31 | 0.66 |
| HSL | 324.18º | 0.64% | 0.21% | - |
| HSV(B) | 324.18º | 0.78% | 0.34% | - |
| XYZ | 4.86 | 2.76 | 4.41 | - |
| YUV | 43.59 | 136.7 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 19 | 59 | 0 | 0.78 | 0.31 | 0.66 | 324.18 | 0.64 | 0.21 |
| Hex | 56 | 13 | 3B | 0 | 4E | 1F | 42 | 144 | 40 | 15 |
| Octal | 126 | 23 | 73 | 0 | 116 | 37 | 102 | 504 | 100 | 25 |
| Binary | 1010110 | 10011 | 111011 | 0 | 1001110 | 11111 | 1000010 | 101000100 | 1000000 | 10101 |
Color Harmonies of #56133B
Complementary color
Monochromatic Colors of #56133B
Black with #56133B
Text Example
Text Example
White with #56133B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56133B; }
p { color: rgb(86,19,59); }
H1.HeaderClassName
{
color: #56133B;
}
.AnyTagClassName
{
color: #56133B;
}
</style>
background-color css
<style>
a { background-color: #56133B; }
a { background-color: rgb(86,19,59); }
div.DivClassName
{
background-color: #56133B;
}
.BgClassName
{
background-color: #56133B;
}
</style>
border-color css
<style>
span { border-color: #56133B; }
span { border-color: rgb(86,19,59); }
td.TdClassName
{
border-color: #56133B;
}
.TagClassName
{
border-color: #56133B;
}
</style>