Shades of Tyrian Purple #560232
Tints of Tyrian Purple #560232
RGB
CMYK
RGB Variations
Color information
#560232 (or 0x560232) is known color: Tyrian Purple. HEX triplet: 56, 02 and 32. RGB value is (86,2,50). Sum of RGB (Red+Green+Blue) = 86+2+50=138 (18% of max value = 765). Red value is 86 (33.98% from 255 or 62.32% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 50 (19.92% from 255 or 36.23% from 138); Max value from RGB is 86 - color contains mainly: red. Hex color #560232 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560232 is #A9FDCD. Grayscale: #202020. Windows color (decimal): -11140558 or 3277398. OLE color: 3277398.
HSL color Cylindrical-coordinate representation of color #560232: hue angle of 325.71º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #560232 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 2 | 50 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.66 |
| HSL | 325.71º | 0.95% | 0.17% | - |
| HSV(B) | 325.71º | 0.98% | 0.34% | - |
| XYZ | 4.44 | 2.25 | 3.22 | - |
| YUV | 32.59 | 137.83 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 2 | 50 | 0 | 0.98 | 0.42 | 0.66 | 325.71 | 0.95 | 0.17 |
| Hex | 56 | 2 | 32 | 0 | 62 | 2A | 42 | 146 | 5F | 11 |
| Octal | 126 | 2 | 62 | 0 | 142 | 52 | 102 | 506 | 137 | 21 |
| Binary | 1010110 | 10 | 110010 | 0 | 1100010 | 101010 | 1000010 | 101000110 | 1011111 | 10001 |
Color Harmonies of #560232
Complementary color
Monochromatic Colors of #560232
Black with #560232
Text Example
Text Example
White with #560232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560232; }
p { color: rgb(86,2,50); }
H1.HeaderClassName
{
color: #560232;
}
.AnyTagClassName
{
color: #560232;
}
</style>
background-color css
<style>
a { background-color: #560232; }
a { background-color: rgb(86,2,50); }
div.DivClassName
{
background-color: #560232;
}
.BgClassName
{
background-color: #560232;
}
</style>
border-color css
<style>
span { border-color: #560232; }
span { border-color: rgb(86,2,50); }
td.TdClassName
{
border-color: #560232;
}
.TagClassName
{
border-color: #560232;
}
</style>