Shades of Tyrian Purple #561343
Tints of Tyrian Purple #561343
RGB
CMYK
RGB Variations
Color information
#561343 (or 0x561343) is known color: Tyrian Purple. HEX triplet: 56, 13 and 43. RGB value is (86,19,67). Sum of RGB (Red+Green+Blue) = 86+19+67=172 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 67 (26.56% from 255 or 38.95% from 172); Max value from RGB is 86 - color contains mainly: red. Hex color #561343 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561343 is #A9ECBC. Grayscale: #2C2C2C. Windows color (decimal): -11136189 or 4395862. OLE color: 4395862.
HSL color Cylindrical-coordinate representation of color #561343: hue angle of 317.01º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #561343 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 19 | 67 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.66 |
| HSL | 317.01º | 0.64% | 0.21% | - |
| HSV(B) | 317.01º | 0.78% | 0.34% | - |
| XYZ | 5.08 | 2.85 | 5.59 | - |
| YUV | 44.51 | 140.7 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 19 | 67 | 0 | 0.78 | 0.22 | 0.66 | 317.01 | 0.64 | 0.21 |
| Hex | 56 | 13 | 43 | 0 | 4E | 16 | 42 | 13D | 40 | 15 |
| Octal | 126 | 23 | 103 | 0 | 116 | 26 | 102 | 475 | 100 | 25 |
| Binary | 1010110 | 10011 | 1000011 | 0 | 1001110 | 10110 | 1000010 | 100111101 | 1000000 | 10101 |
Color Harmonies of #561343
Complementary color
Monochromatic Colors of #561343
Black with #561343
Text Example
Text Example
White with #561343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561343; }
p { color: rgb(86,19,67); }
H1.HeaderClassName
{
color: #561343;
}
.AnyTagClassName
{
color: #561343;
}
</style>
background-color css
<style>
a { background-color: #561343; }
a { background-color: rgb(86,19,67); }
div.DivClassName
{
background-color: #561343;
}
.BgClassName
{
background-color: #561343;
}
</style>
border-color css
<style>
span { border-color: #561343; }
span { border-color: rgb(86,19,67); }
td.TdClassName
{
border-color: #561343;
}
.TagClassName
{
border-color: #561343;
}
</style>