Shades of Tyrian Purple #56082E
Tints of Tyrian Purple #56082E
RGB
CMYK
RGB Variations
Color information
#56082E (or 0x56082E) is known color: Tyrian Purple. HEX triplet: 56, 08 and 2E. RGB value is (86,8,46). Sum of RGB (Red+Green+Blue) = 86+8+46=140 (18% of max value = 765). Red value is 86 (33.98% from 255 or 61.43% from 140); Green value is 8 (3.52% from 255 or 5.71% from 140); Blue value is 46 (18.36% from 255 or 32.86% from 140); Max value from RGB is 86 - color contains mainly: red. Hex color #56082E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56082E is #A9F7D1. Grayscale: #232323. Windows color (decimal): -11139026 or 3016790. OLE color: 3016790.
HSL color Cylindrical-coordinate representation of color #56082E: hue angle of 330.77º 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 #56082E is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 8 | 46 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.66 |
| HSL | 330.77º | 0.83% | 0.18% | - |
| HSV(B) | 330.77º | 0.91% | 0.34% | - |
| XYZ | 4.42 | 2.35 | 2.81 | - |
| YUV | 35.65 | 133.84 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 8 | 46 | 0 | 0.91 | 0.47 | 0.66 | 330.77 | 0.83 | 0.18 |
| Hex | 56 | 8 | 2E | 0 | 5B | 2F | 42 | 14B | 53 | 12 |
| Octal | 126 | 10 | 56 | 0 | 133 | 57 | 102 | 513 | 123 | 22 |
| Binary | 1010110 | 1000 | 101110 | 0 | 1011011 | 101111 | 1000010 | 101001011 | 1010011 | 10010 |
Color Harmonies of #56082E
Complementary color
Monochromatic Colors of #56082E
Black with #56082E
Text Example
Text Example
White with #56082E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56082E; }
p { color: rgb(86,8,46); }
H1.HeaderClassName
{
color: #56082E;
}
.AnyTagClassName
{
color: #56082E;
}
</style>
background-color css
<style>
a { background-color: #56082E; }
a { background-color: rgb(86,8,46); }
div.DivClassName
{
background-color: #56082E;
}
.BgClassName
{
background-color: #56082E;
}
</style>
border-color css
<style>
span { border-color: #56082E; }
span { border-color: rgb(86,8,46); }
td.TdClassName
{
border-color: #56082E;
}
.TagClassName
{
border-color: #56082E;
}
</style>