Shades of Tyrian Purple #56002C
Tints of Tyrian Purple #56002C
RGB
CMYK
RGB Variations
Color information
#56002C (or 0x56002C) is known color: Tyrian Purple. HEX triplet: 56, 00 and 2C. RGB value is (86,0,44). Sum of RGB (Red+Green+Blue) = 86+0+44=130 (17% of max value = 765). Red value is 86 (33.98% from 255 or 66.15% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 44 (17.58% from 255 or 33.85% from 130); Max value from RGB is 86 - color contains mainly: red. Hex color #56002C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56002C is #A9FFD3. Grayscale: #1E1E1E. Windows color (decimal): -11141076 or 2883670. OLE color: 2883670.
HSL color Cylindrical-coordinate representation of color #56002C: hue angle of 329.3º 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 #56002C is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 0 | 44 | - |
| CMYK | 0 | 1 | 0.49 | 0.66 |
| HSL | 329.3º | 1% | 0.17% | - |
| HSV(B) | 329.3º | 1% | 0.34% | - |
| XYZ | 4.29 | 2.16 | 2.57 | - |
| YUV | 30.73 | 135.49 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 0 | 44 | 0 | 1 | 0.49 | 0.66 | 329.3 | 1 | 0.17 |
| Hex | 56 | 0 | 2C | 0 | 64 | 31 | 42 | 149 | 64 | 11 |
| Octal | 126 | 0 | 54 | 0 | 144 | 61 | 102 | 511 | 144 | 21 |
| Binary | 1010110 | 0 | 101100 | 0 | 1100100 | 110001 | 1000010 | 101001001 | 1100100 | 10001 |
Color Harmonies of #56002C
Complementary color
Monochromatic Colors of #56002C
Black with #56002C
Text Example
Text Example
White with #56002C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56002C; }
p { color: rgb(86,0,44); }
H1.HeaderClassName
{
color: #56002C;
}
.AnyTagClassName
{
color: #56002C;
}
</style>
background-color css
<style>
a { background-color: #56002C; }
a { background-color: rgb(86,0,44); }
div.DivClassName
{
background-color: #56002C;
}
.BgClassName
{
background-color: #56002C;
}
</style>
border-color css
<style>
span { border-color: #56002C; }
span { border-color: rgb(86,0,44); }
td.TdClassName
{
border-color: #56002C;
}
.TagClassName
{
border-color: #56002C;
}
</style>