Shades of Tyrian Purple #560A33
Tints of Tyrian Purple #560A33
RGB
CMYK
RGB Variations
Color information
#560A33 (or 0x560A33) is known color: Tyrian Purple. HEX triplet: 56, 0A and 33. RGB value is (86,10,51). Sum of RGB (Red+Green+Blue) = 86+10+51=147 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.50% from 147); Green value is 10 (4.30% from 255 or 6.80% from 147); Blue value is 51 (20.31% from 255 or 34.69% from 147); Max value from RGB is 86 - color contains mainly: red. Hex color #560A33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560A33 is #A9F5CC. Grayscale: #252525. Windows color (decimal): -11138509 or 3344982. OLE color: 3344982.
HSL color Cylindrical-coordinate representation of color #560A33: hue angle of 327.63º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #560A33 is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 10 | 51 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.66 |
| HSL | 327.63º | 0.79% | 0.19% | - |
| HSV(B) | 327.63º | 0.88% | 0.34% | - |
| XYZ | 4.54 | 2.43 | 3.36 | - |
| YUV | 37.4 | 135.68 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 10 | 51 | 0 | 0.88 | 0.41 | 0.66 | 327.63 | 0.79 | 0.19 |
| Hex | 56 | A | 33 | 0 | 58 | 29 | 42 | 148 | 4F | 13 |
| Octal | 126 | 12 | 63 | 0 | 130 | 51 | 102 | 510 | 117 | 23 |
| Binary | 1010110 | 1010 | 110011 | 0 | 1011000 | 101001 | 1000010 | 101001000 | 1001111 | 10011 |
Color Harmonies of #560A33
Complementary color
Monochromatic Colors of #560A33
Black with #560A33
Text Example
Text Example
White with #560A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560A33; }
p { color: rgb(86,10,51); }
H1.HeaderClassName
{
color: #560A33;
}
.AnyTagClassName
{
color: #560A33;
}
</style>
background-color css
<style>
a { background-color: #560A33; }
a { background-color: rgb(86,10,51); }
div.DivClassName
{
background-color: #560A33;
}
.BgClassName
{
background-color: #560A33;
}
</style>
border-color css
<style>
span { border-color: #560A33; }
span { border-color: rgb(86,10,51); }
td.TdClassName
{
border-color: #560A33;
}
.TagClassName
{
border-color: #560A33;
}
</style>