Shades of Tyrian Purple #56133C
Tints of Tyrian Purple #56133C
RGB
CMYK
RGB Variations
Color information
#56133C (or 0x56133C) is known color: Tyrian Purple. HEX triplet: 56, 13 and 3C. RGB value is (86,19,60). Sum of RGB (Red+Green+Blue) = 86+19+60=165 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.12% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 60 (23.83% from 255 or 36.36% from 165); Max value from RGB is 86 - color contains mainly: red. Hex color #56133C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56133C is #A9ECC3. Grayscale: #2B2B2B. Windows color (decimal): -11136196 or 3937110. OLE color: 3937110.
HSL color Cylindrical-coordinate representation of color #56133C: hue angle of 323.28º 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 #56133C is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 19 | 60 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.66 |
| HSL | 323.28º | 0.64% | 0.21% | - |
| HSV(B) | 323.28º | 0.78% | 0.34% | - |
| XYZ | 4.89 | 2.77 | 4.55 | - |
| YUV | 43.71 | 137.2 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 19 | 60 | 0 | 0.78 | 0.30 | 0.66 | 323.28 | 0.64 | 0.21 |
| Hex | 56 | 13 | 3C | 0 | 4E | 1E | 42 | 143 | 40 | 15 |
| Octal | 126 | 23 | 74 | 0 | 116 | 36 | 102 | 503 | 100 | 25 |
| Binary | 1010110 | 10011 | 111100 | 0 | 1001110 | 11110 | 1000010 | 101000011 | 1000000 | 10101 |
Color Harmonies of #56133C
Complementary color
Monochromatic Colors of #56133C
Black with #56133C
Text Example
Text Example
White with #56133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56133C; }
p { color: rgb(86,19,60); }
H1.HeaderClassName
{
color: #56133C;
}
.AnyTagClassName
{
color: #56133C;
}
</style>
background-color css
<style>
a { background-color: #56133C; }
a { background-color: rgb(86,19,60); }
div.DivClassName
{
background-color: #56133C;
}
.BgClassName
{
background-color: #56133C;
}
</style>
border-color css
<style>
span { border-color: #56133C; }
span { border-color: rgb(86,19,60); }
td.TdClassName
{
border-color: #56133C;
}
.TagClassName
{
border-color: #56133C;
}
</style>