Shades of Tyrian Purple #56032A
Tints of Tyrian Purple #56032A
RGB
CMYK
RGB Variations
Color information
#56032A (or 0x56032A) is known color: Tyrian Purple. HEX triplet: 56, 03 and 2A. RGB value is (86,3,42). Sum of RGB (Red+Green+Blue) = 86+3+42=131 (17% of max value = 765). Red value is 86 (33.98% from 255 or 65.65% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 42 (16.80% from 255 or 32.06% from 131); Max value from RGB is 86 - color contains mainly: red. Hex color #56032A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56032A is #A9FCD5. Grayscale: #202020. Windows color (decimal): -11140310 or 2753366. OLE color: 2753366.
HSL color Cylindrical-coordinate representation of color #56032A: hue angle of 331.81º 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 #56032A is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 3 | 42 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.66 |
| HSL | 331.81º | 0.93% | 0.17% | - |
| HSV(B) | 331.81º | 0.97% | 0.34% | - |
| XYZ | 4.29 | 2.21 | 2.39 | - |
| YUV | 32.26 | 133.5 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 3 | 42 | 0 | 0.97 | 0.51 | 0.66 | 331.81 | 0.93 | 0.17 |
| Hex | 56 | 3 | 2A | 0 | 61 | 33 | 42 | 14C | 5D | 11 |
| Octal | 126 | 3 | 52 | 0 | 141 | 63 | 102 | 514 | 135 | 21 |
| Binary | 1010110 | 11 | 101010 | 0 | 1100001 | 110011 | 1000010 | 101001100 | 1011101 | 10001 |
Color Harmonies of #56032A
Complementary color
Monochromatic Colors of #56032A
Black with #56032A
Text Example
Text Example
White with #56032A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56032A; }
p { color: rgb(86,3,42); }
H1.HeaderClassName
{
color: #56032A;
}
.AnyTagClassName
{
color: #56032A;
}
</style>
background-color css
<style>
a { background-color: #56032A; }
a { background-color: rgb(86,3,42); }
div.DivClassName
{
background-color: #56032A;
}
.BgClassName
{
background-color: #56032A;
}
</style>
border-color css
<style>
span { border-color: #56032A; }
span { border-color: rgb(86,3,42); }
td.TdClassName
{
border-color: #56032A;
}
.TagClassName
{
border-color: #56032A;
}
</style>