Shades of Tyrian Purple #56123B
Tints of Tyrian Purple #56123B
RGB
CMYK
RGB Variations
Color information
#56123B (or 0x56123B) is known color: Tyrian Purple. HEX triplet: 56, 12 and 3B. RGB value is (86,18,59). Sum of RGB (Red+Green+Blue) = 86+18+59=163 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.76% from 163); Green value is 18 (7.42% from 255 or 11.04% from 163); Blue value is 59 (23.44% from 255 or 36.20% from 163); Max value from RGB is 86 - color contains mainly: red. Hex color #56123B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56123B is #A9EDC4. Grayscale: #2A2A2A. Windows color (decimal): -11136453 or 3871318. OLE color: 3871318.
HSL color Cylindrical-coordinate representation of color #56123B: hue angle of 323.82º 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 #56123B is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 18 | 59 | - |
| CMYK | 0 | 0.79 | 0.31 | 0.66 |
| HSL | 323.82º | 0.65% | 0.2% | - |
| HSV(B) | 323.82º | 0.79% | 0.34% | - |
| XYZ | 4.84 | 2.73 | 4.41 | - |
| YUV | 43.01 | 137.03 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 18 | 59 | 0 | 0.79 | 0.31 | 0.66 | 323.82 | 0.65 | 0.2 |
| Hex | 56 | 12 | 3B | 0 | 4F | 1F | 42 | 144 | 41 | 14 |
| Octal | 126 | 22 | 73 | 0 | 117 | 37 | 102 | 504 | 101 | 24 |
| Binary | 1010110 | 10010 | 111011 | 0 | 1001111 | 11111 | 1000010 | 101000100 | 1000001 | 10100 |
Color Harmonies of #56123B
Complementary color
Monochromatic Colors of #56123B
Black with #56123B
Text Example
Text Example
White with #56123B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56123B; }
p { color: rgb(86,18,59); }
H1.HeaderClassName
{
color: #56123B;
}
.AnyTagClassName
{
color: #56123B;
}
</style>
background-color css
<style>
a { background-color: #56123B; }
a { background-color: rgb(86,18,59); }
div.DivClassName
{
background-color: #56123B;
}
.BgClassName
{
background-color: #56123B;
}
</style>
border-color css
<style>
span { border-color: #56123B; }
span { border-color: rgb(86,18,59); }
td.TdClassName
{
border-color: #56123B;
}
.TagClassName
{
border-color: #56123B;
}
</style>