Shades of Tyrian Purple #56123D
Tints of Tyrian Purple #56123D
RGB
CMYK
RGB Variations
Color information
#56123D (or 0x56123D) is known color: Tyrian Purple. HEX triplet: 56, 12 and 3D. RGB value is (86,18,61). Sum of RGB (Red+Green+Blue) = 86+18+61=165 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.12% from 165); Green value is 18 (7.42% from 255 or 10.91% from 165); Blue value is 61 (24.22% from 255 or 36.97% from 165); Max value from RGB is 86 - color contains mainly: red. Hex color #56123D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56123D is #A9EDC2. Grayscale: #2B2B2B. Windows color (decimal): -11136451 or 4002390. OLE color: 4002390.
HSL color Cylindrical-coordinate representation of color #56123D: hue angle of 322.06º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #56123D is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 18 | 61 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.66 |
| HSL | 322.06º | 0.65% | 0.2% | - |
| HSV(B) | 322.06º | 0.79% | 0.34% | - |
| XYZ | 4.9 | 2.75 | 4.69 | - |
| YUV | 43.23 | 138.03 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 18 | 61 | 0 | 0.79 | 0.29 | 0.66 | 322.06 | 0.65 | 0.2 |
| Hex | 56 | 12 | 3D | 0 | 4F | 1D | 42 | 142 | 41 | 14 |
| Octal | 126 | 22 | 75 | 0 | 117 | 35 | 102 | 502 | 101 | 24 |
| Binary | 1010110 | 10010 | 111101 | 0 | 1001111 | 11101 | 1000010 | 101000010 | 1000001 | 10100 |
Color Harmonies of #56123D
Complementary color
Monochromatic Colors of #56123D
Black with #56123D
Text Example
Text Example
White with #56123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56123D; }
p { color: rgb(86,18,61); }
H1.HeaderClassName
{
color: #56123D;
}
.AnyTagClassName
{
color: #56123D;
}
</style>
background-color css
<style>
a { background-color: #56123D; }
a { background-color: rgb(86,18,61); }
div.DivClassName
{
background-color: #56123D;
}
.BgClassName
{
background-color: #56123D;
}
</style>
border-color css
<style>
span { border-color: #56123D; }
span { border-color: rgb(86,18,61); }
td.TdClassName
{
border-color: #56123D;
}
.TagClassName
{
border-color: #56123D;
}
</style>