Shades of Tyrian Purple #56044A
Tints of Tyrian Purple #56044A
RGB
CMYK
RGB Variations
Color information
#56044A (or 0x56044A) is known color: Tyrian Purple. HEX triplet: 56, 04 and 4A. RGB value is (86,4,74). Sum of RGB (Red+Green+Blue) = 86+4+74=164 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.44% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 74 (29.30% from 255 or 45.12% from 164); Max value from RGB is 86 - color contains mainly: red. Hex color #56044A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56044A is #A9FBB5. Grayscale: #242424. Windows color (decimal): -11140022 or 4850774. OLE color: 4850774.
HSL color Cylindrical-coordinate representation of color #56044A: hue angle of 308.78º 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 #56044A is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 4 | 74 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.66 |
| HSL | 308.78º | 0.91% | 0.18% | - |
| HSV(B) | 308.78º | 0.95% | 0.34% | - |
| XYZ | 5.12 | 2.56 | 6.7 | - |
| YUV | 36.5 | 149.17 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 4 | 74 | 0 | 0.95 | 0.14 | 0.66 | 308.78 | 0.91 | 0.18 |
| Hex | 56 | 4 | 4A | 0 | 5F | E | 42 | 135 | 5B | 12 |
| Octal | 126 | 4 | 112 | 0 | 137 | 16 | 102 | 465 | 133 | 22 |
| Binary | 1010110 | 100 | 1001010 | 0 | 1011111 | 1110 | 1000010 | 100110101 | 1011011 | 10010 |
Color Harmonies of #56044A
Complementary color
Monochromatic Colors of #56044A
Black with #56044A
Text Example
Text Example
White with #56044A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56044A; }
p { color: rgb(86,4,74); }
H1.HeaderClassName
{
color: #56044A;
}
.AnyTagClassName
{
color: #56044A;
}
</style>
background-color css
<style>
a { background-color: #56044A; }
a { background-color: rgb(86,4,74); }
div.DivClassName
{
background-color: #56044A;
}
.BgClassName
{
background-color: #56044A;
}
</style>
border-color css
<style>
span { border-color: #56044A; }
span { border-color: rgb(86,4,74); }
td.TdClassName
{
border-color: #56044A;
}
.TagClassName
{
border-color: #56044A;
}
</style>