Shades of Tyrian Purple #56002B
Tints of Tyrian Purple #56002B
RGB
CMYK
RGB Variations
Color information
#56002B (or 0x56002B) is known color: Tyrian Purple. HEX triplet: 56, 00 and 2B. RGB value is (86,0,43). Sum of RGB (Red+Green+Blue) = 86+0+43=129 (17% of max value = 765). Red value is 86 (33.98% from 255 or 66.67% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 43 (17.19% from 255 or 33.33% from 129); Max value from RGB is 86 - color contains mainly: red. Hex color #56002B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56002B is #A9FFD4. Grayscale: #1E1E1E. Windows color (decimal): -11141077 or 2818134. OLE color: 2818134.
HSL color Cylindrical-coordinate representation of color #56002B: hue angle of 330º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #56002B is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 0 | 43 | - |
| CMYK | 0 | 1 | 0.50 | 0.66 |
| HSL | 330º | 1% | 0.17% | - |
| HSV(B) | 330º | 1% | 0.34% | - |
| XYZ | 4.27 | 2.15 | 2.48 | - |
| YUV | 30.62 | 134.99 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 0 | 43 | 0 | 1 | 0.50 | 0.66 | 330 | 1 | 0.17 |
| Hex | 56 | 0 | 2B | 0 | 64 | 32 | 42 | 14A | 64 | 11 |
| Octal | 126 | 0 | 53 | 0 | 144 | 62 | 102 | 512 | 144 | 21 |
| Binary | 1010110 | 0 | 101011 | 0 | 1100100 | 110010 | 1000010 | 101001010 | 1100100 | 10001 |
Color Harmonies of #56002B
Complementary color
Monochromatic Colors of #56002B
Black with #56002B
Text Example
Text Example
White with #56002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56002B; }
p { color: rgb(86,0,43); }
H1.HeaderClassName
{
color: #56002B;
}
.AnyTagClassName
{
color: #56002B;
}
</style>
background-color css
<style>
a { background-color: #56002B; }
a { background-color: rgb(86,0,43); }
div.DivClassName
{
background-color: #56002B;
}
.BgClassName
{
background-color: #56002B;
}
</style>
border-color css
<style>
span { border-color: #56002B; }
span { border-color: rgb(86,0,43); }
td.TdClassName
{
border-color: #56002B;
}
.TagClassName
{
border-color: #56002B;
}
</style>