Shades of Tyrian Purple #56044C
Tints of Tyrian Purple #56044C
RGB
CMYK
RGB Variations
Color information
#56044C (or 0x56044C) is known color: Tyrian Purple. HEX triplet: 56, 04 and 4C. RGB value is (86,4,76). Sum of RGB (Red+Green+Blue) = 86+4+76=166 (21% of max value = 765). Red value is 86 (33.98% from 255 or 51.81% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 76 (30.08% from 255 or 45.78% from 166); Max value from RGB is 86 - color contains mainly: red. Hex color #56044C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56044C is #A9FBB3. Grayscale: #242424. Windows color (decimal): -11140020 or 4981846. OLE color: 4981846.
HSL color Cylindrical-coordinate representation of color #56044C: hue angle of 307.32º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #56044C is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 4 | 76 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.66 |
| HSL | 307.32º | 0.91% | 0.18% | - |
| HSV(B) | 307.32º | 0.95% | 0.34% | - |
| XYZ | 5.19 | 2.59 | 7.06 | - |
| YUV | 36.73 | 150.17 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 4 | 76 | 0 | 0.95 | 0.12 | 0.66 | 307.32 | 0.91 | 0.18 |
| Hex | 56 | 4 | 4C | 0 | 5F | C | 42 | 133 | 5B | 12 |
| Octal | 126 | 4 | 114 | 0 | 137 | 14 | 102 | 463 | 133 | 22 |
| Binary | 1010110 | 100 | 1001100 | 0 | 1011111 | 1100 | 1000010 | 100110011 | 1011011 | 10010 |
Color Harmonies of #56044C
Complementary color
Monochromatic Colors of #56044C
Black with #56044C
Text Example
Text Example
White with #56044C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56044C; }
p { color: rgb(86,4,76); }
H1.HeaderClassName
{
color: #56044C;
}
.AnyTagClassName
{
color: #56044C;
}
</style>
background-color css
<style>
a { background-color: #56044C; }
a { background-color: rgb(86,4,76); }
div.DivClassName
{
background-color: #56044C;
}
.BgClassName
{
background-color: #56044C;
}
</style>
border-color css
<style>
span { border-color: #56044C; }
span { border-color: rgb(86,4,76); }
td.TdClassName
{
border-color: #56044C;
}
.TagClassName
{
border-color: #56044C;
}
</style>