Shades of Tyrian Purple #56094C
Tints of Tyrian Purple #56094C
RGB
CMYK
RGB Variations
Color information
#56094C (or 0x56094C) is known color: Tyrian Purple. HEX triplet: 56, 09 and 4C. RGB value is (86,9,76). Sum of RGB (Red+Green+Blue) = 86+9+76=171 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.29% from 171); Green value is 9 (3.91% from 255 or 5.26% from 171); Blue value is 76 (30.08% from 255 or 44.44% from 171); Max value from RGB is 86 - color contains mainly: red. Hex color #56094C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56094C is #A9F6B3. Grayscale: #272727. Windows color (decimal): -11138740 or 4983126. OLE color: 4983126.
HSL color Cylindrical-coordinate representation of color #56094C: hue angle of 307.79º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #56094C is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 9 | 76 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.66 |
| HSL | 307.79º | 0.81% | 0.19% | - |
| HSV(B) | 307.79º | 0.9% | 0.34% | - |
| XYZ | 5.24 | 2.7 | 7.08 | - |
| YUV | 39.66 | 148.51 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 9 | 76 | 0 | 0.90 | 0.12 | 0.66 | 307.79 | 0.81 | 0.19 |
| Hex | 56 | 9 | 4C | 0 | 5A | C | 42 | 134 | 51 | 13 |
| Octal | 126 | 11 | 114 | 0 | 132 | 14 | 102 | 464 | 121 | 23 |
| Binary | 1010110 | 1001 | 1001100 | 0 | 1011010 | 1100 | 1000010 | 100110100 | 1010001 | 10011 |
Color Harmonies of #56094C
Complementary color
Monochromatic Colors of #56094C
Black with #56094C
Text Example
Text Example
White with #56094C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56094C; }
p { color: rgb(86,9,76); }
H1.HeaderClassName
{
color: #56094C;
}
.AnyTagClassName
{
color: #56094C;
}
</style>
background-color css
<style>
a { background-color: #56094C; }
a { background-color: rgb(86,9,76); }
div.DivClassName
{
background-color: #56094C;
}
.BgClassName
{
background-color: #56094C;
}
</style>
border-color css
<style>
span { border-color: #56094C; }
span { border-color: rgb(86,9,76); }
td.TdClassName
{
border-color: #56094C;
}
.TagClassName
{
border-color: #56094C;
}
</style>