Shades of Tyrian Purple #56023C
Tints of Tyrian Purple #56023C
RGB
CMYK
RGB Variations
Color information
#56023C (or 0x56023C) is known color: Tyrian Purple. HEX triplet: 56, 02 and 3C. RGB value is (86,2,60). Sum of RGB (Red+Green+Blue) = 86+2+60=148 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.11% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 60 (23.83% from 255 or 40.54% from 148); Max value from RGB is 86 - color contains mainly: red. Hex color #56023C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56023C is #A9FDC3. Grayscale: #212121. Windows color (decimal): -11140548 or 3932758. OLE color: 3932758.
HSL color Cylindrical-coordinate representation of color #56023C: hue angle of 318.57º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #56023C is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 2 | 60 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.66 |
| HSL | 318.57º | 0.95% | 0.17% | - |
| HSV(B) | 318.57º | 0.98% | 0.34% | - |
| XYZ | 4.68 | 2.35 | 4.48 | - |
| YUV | 33.73 | 142.83 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 2 | 60 | 0 | 0.98 | 0.30 | 0.66 | 318.57 | 0.95 | 0.17 |
| Hex | 56 | 2 | 3C | 0 | 62 | 1E | 42 | 13F | 5F | 11 |
| Octal | 126 | 2 | 74 | 0 | 142 | 36 | 102 | 477 | 137 | 21 |
| Binary | 1010110 | 10 | 111100 | 0 | 1100010 | 11110 | 1000010 | 100111111 | 1011111 | 10001 |
Color Harmonies of #56023C
Complementary color
Monochromatic Colors of #56023C
Black with #56023C
Text Example
Text Example
White with #56023C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56023C; }
p { color: rgb(86,2,60); }
H1.HeaderClassName
{
color: #56023C;
}
.AnyTagClassName
{
color: #56023C;
}
</style>
background-color css
<style>
a { background-color: #56023C; }
a { background-color: rgb(86,2,60); }
div.DivClassName
{
background-color: #56023C;
}
.BgClassName
{
background-color: #56023C;
}
</style>
border-color css
<style>
span { border-color: #56023C; }
span { border-color: rgb(86,2,60); }
td.TdClassName
{
border-color: #56023C;
}
.TagClassName
{
border-color: #56023C;
}
</style>