Shades of Tyrian Purple #56082C
Tints of Tyrian Purple #56082C
RGB
CMYK
RGB Variations
Color information
#56082C (or 0x56082C) is known color: Tyrian Purple. HEX triplet: 56, 08 and 2C. RGB value is (86,8,44). Sum of RGB (Red+Green+Blue) = 86+8+44=138 (18% of max value = 765). Red value is 86 (33.98% from 255 or 62.32% from 138); Green value is 8 (3.52% from 255 or 5.80% from 138); Blue value is 44 (17.58% from 255 or 31.88% from 138); Max value from RGB is 86 - color contains mainly: red. Hex color #56082C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56082C is #A9F7D3. Grayscale: #232323. Windows color (decimal): -11139028 or 2885718. OLE color: 2885718.
HSL color Cylindrical-coordinate representation of color #56082C: hue angle of 332.31º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #56082C is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 8 | 44 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.66 |
| HSL | 332.31º | 0.83% | 0.18% | - |
| HSV(B) | 332.31º | 0.91% | 0.34% | - |
| XYZ | 4.38 | 2.33 | 2.6 | - |
| YUV | 35.43 | 132.84 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 8 | 44 | 0 | 0.91 | 0.49 | 0.66 | 332.31 | 0.83 | 0.18 |
| Hex | 56 | 8 | 2C | 0 | 5B | 31 | 42 | 14C | 53 | 12 |
| Octal | 126 | 10 | 54 | 0 | 133 | 61 | 102 | 514 | 123 | 22 |
| Binary | 1010110 | 1000 | 101100 | 0 | 1011011 | 110001 | 1000010 | 101001100 | 1010011 | 10010 |
Color Harmonies of #56082C
Complementary color
Monochromatic Colors of #56082C
Black with #56082C
Text Example
Text Example
White with #56082C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56082C; }
p { color: rgb(86,8,44); }
H1.HeaderClassName
{
color: #56082C;
}
.AnyTagClassName
{
color: #56082C;
}
</style>
background-color css
<style>
a { background-color: #56082C; }
a { background-color: rgb(86,8,44); }
div.DivClassName
{
background-color: #56082C;
}
.BgClassName
{
background-color: #56082C;
}
</style>
border-color css
<style>
span { border-color: #56082C; }
span { border-color: rgb(86,8,44); }
td.TdClassName
{
border-color: #56082C;
}
.TagClassName
{
border-color: #56082C;
}
</style>