Shades of Tyrian Purple #560128
Tints of Tyrian Purple #560128
RGB
CMYK
RGB Variations
Color information
#560128 (or 0x560128) is known color: Tyrian Purple. HEX triplet: 56, 01 and 28. RGB value is (86,1,40). Sum of RGB (Red+Green+Blue) = 86+1+40=127 (16% of max value = 765). Red value is 86 (33.98% from 255 or 67.72% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 40 (16.02% from 255 or 31.50% from 127); Max value from RGB is 86 - color contains mainly: red. Hex color #560128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560128 is #A9FED7. Grayscale: #1E1E1E. Windows color (decimal): -11140824 or 2621782. OLE color: 2621782.
HSL color Cylindrical-coordinate representation of color #560128: hue angle of 332.47º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #560128 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 1 | 40 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.66 |
| HSL | 332.47º | 0.98% | 0.17% | - |
| HSV(B) | 332.47º | 0.99% | 0.34% | - |
| XYZ | 4.23 | 2.15 | 2.2 | - |
| YUV | 30.86 | 133.16 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 1 | 40 | 0 | 0.99 | 0.53 | 0.66 | 332.47 | 0.98 | 0.17 |
| Hex | 56 | 1 | 28 | 0 | 63 | 35 | 42 | 14C | 62 | 11 |
| Octal | 126 | 1 | 50 | 0 | 143 | 65 | 102 | 514 | 142 | 21 |
| Binary | 1010110 | 1 | 101000 | 0 | 1100011 | 110101 | 1000010 | 101001100 | 1100010 | 10001 |
Color Harmonies of #560128
Complementary color
Monochromatic Colors of #560128
Black with #560128
Text Example
Text Example
White with #560128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560128; }
p { color: rgb(86,1,40); }
H1.HeaderClassName
{
color: #560128;
}
.AnyTagClassName
{
color: #560128;
}
</style>
background-color css
<style>
a { background-color: #560128; }
a { background-color: rgb(86,1,40); }
div.DivClassName
{
background-color: #560128;
}
.BgClassName
{
background-color: #560128;
}
</style>
border-color css
<style>
span { border-color: #560128; }
span { border-color: rgb(86,1,40); }
td.TdClassName
{
border-color: #560128;
}
.TagClassName
{
border-color: #560128;
}
</style>