Shades of Tyrian Purple #56083C
Tints of Tyrian Purple #56083C
RGB
CMYK
RGB Variations
Color information
#56083C (or 0x56083C) is known color: Tyrian Purple. HEX triplet: 56, 08 and 3C. RGB value is (86,8,60). Sum of RGB (Red+Green+Blue) = 86+8+60=154 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.84% from 154); Green value is 8 (3.52% from 255 or 5.19% from 154); Blue value is 60 (23.83% from 255 or 38.96% from 154); Max value from RGB is 86 - color contains mainly: red. Hex color #56083C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56083C is #A9F7C3. Grayscale: #252525. Windows color (decimal): -11139012 or 3934294. OLE color: 3934294.
HSL color Cylindrical-coordinate representation of color #56083C: hue angle of 320º 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 #56083C is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 8 | 60 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.66 |
| HSL | 320º | 0.83% | 0.18% | - |
| HSV(B) | 320º | 0.91% | 0.34% | - |
| XYZ | 4.74 | 2.48 | 4.5 | - |
| YUV | 37.25 | 140.84 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 8 | 60 | 0 | 0.91 | 0.30 | 0.66 | 320 | 0.83 | 0.18 |
| Hex | 56 | 8 | 3C | 0 | 5B | 1E | 42 | 140 | 53 | 12 |
| Octal | 126 | 10 | 74 | 0 | 133 | 36 | 102 | 500 | 123 | 22 |
| Binary | 1010110 | 1000 | 111100 | 0 | 1011011 | 11110 | 1000010 | 101000000 | 1010011 | 10010 |
Color Harmonies of #56083C
Complementary color
Monochromatic Colors of #56083C
Black with #56083C
Text Example
Text Example
White with #56083C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56083C; }
p { color: rgb(86,8,60); }
H1.HeaderClassName
{
color: #56083C;
}
.AnyTagClassName
{
color: #56083C;
}
</style>
background-color css
<style>
a { background-color: #56083C; }
a { background-color: rgb(86,8,60); }
div.DivClassName
{
background-color: #56083C;
}
.BgClassName
{
background-color: #56083C;
}
</style>
border-color css
<style>
span { border-color: #56083C; }
span { border-color: rgb(86,8,60); }
td.TdClassName
{
border-color: #56083C;
}
.TagClassName
{
border-color: #56083C;
}
</style>