Shades of Tyrian Purple #56034C
Tints of Tyrian Purple #56034C
RGB
CMYK
RGB Variations
Color information
#56034C (or 0x56034C) is known color: Tyrian Purple. HEX triplet: 56, 03 and 4C. RGB value is (86,3,76). Sum of RGB (Red+Green+Blue) = 86+3+76=165 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.12% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 76 (30.08% from 255 or 46.06% from 165); Max value from RGB is 86 - color contains mainly: red. Hex color #56034C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56034C is #A9FCB3. Grayscale: #232323. Windows color (decimal): -11140276 or 4981590. OLE color: 4981590.
HSL color Cylindrical-coordinate representation of color #56034C: hue angle of 307.23º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #56034C is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 3 | 76 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.66 |
| HSL | 307.23º | 0.93% | 0.17% | - |
| HSV(B) | 307.23º | 0.97% | 0.34% | - |
| XYZ | 5.17 | 2.57 | 7.06 | - |
| YUV | 36.14 | 150.5 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 3 | 76 | 0 | 0.97 | 0.12 | 0.66 | 307.23 | 0.93 | 0.17 |
| Hex | 56 | 3 | 4C | 0 | 61 | C | 42 | 133 | 5D | 11 |
| Octal | 126 | 3 | 114 | 0 | 141 | 14 | 102 | 463 | 135 | 21 |
| Binary | 1010110 | 11 | 1001100 | 0 | 1100001 | 1100 | 1000010 | 100110011 | 1011101 | 10001 |
Color Harmonies of #56034C
Complementary color
Monochromatic Colors of #56034C
Black with #56034C
Text Example
Text Example
White with #56034C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56034C; }
p { color: rgb(86,3,76); }
H1.HeaderClassName
{
color: #56034C;
}
.AnyTagClassName
{
color: #56034C;
}
</style>
background-color css
<style>
a { background-color: #56034C; }
a { background-color: rgb(86,3,76); }
div.DivClassName
{
background-color: #56034C;
}
.BgClassName
{
background-color: #56034C;
}
</style>
border-color css
<style>
span { border-color: #56034C; }
span { border-color: rgb(86,3,76); }
td.TdClassName
{
border-color: #56034C;
}
.TagClassName
{
border-color: #56034C;
}
</style>