Shades of Tyrian Purple #56024B
Tints of Tyrian Purple #56024B
RGB
CMYK
RGB Variations
Color information
#56024B (or 0x56024B) is known color: Tyrian Purple. HEX triplet: 56, 02 and 4B. RGB value is (86,2,75). Sum of RGB (Red+Green+Blue) = 86+2+75=163 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.76% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 75 (29.69% from 255 or 46.01% from 163); Max value from RGB is 86 - color contains mainly: red. Hex color #56024B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56024B is #A9FDB4. Grayscale: #232323. Windows color (decimal): -11140533 or 4915798. OLE color: 4915798.
HSL color Cylindrical-coordinate representation of color #56024B: hue angle of 307.86º 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 #56024B is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 2 | 75 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.66 |
| HSL | 307.86º | 0.95% | 0.17% | - |
| HSV(B) | 307.86º | 0.98% | 0.34% | - |
| XYZ | 5.13 | 2.53 | 6.87 | - |
| YUV | 35.44 | 150.33 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 2 | 75 | 0 | 0.98 | 0.13 | 0.66 | 307.86 | 0.95 | 0.17 |
| Hex | 56 | 2 | 4B | 0 | 62 | D | 42 | 134 | 5F | 11 |
| Octal | 126 | 2 | 113 | 0 | 142 | 15 | 102 | 464 | 137 | 21 |
| Binary | 1010110 | 10 | 1001011 | 0 | 1100010 | 1101 | 1000010 | 100110100 | 1011111 | 10001 |
Color Harmonies of #56024B
Complementary color
Monochromatic Colors of #56024B
Black with #56024B
Text Example
Text Example
White with #56024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56024B; }
p { color: rgb(86,2,75); }
H1.HeaderClassName
{
color: #56024B;
}
.AnyTagClassName
{
color: #56024B;
}
</style>
background-color css
<style>
a { background-color: #56024B; }
a { background-color: rgb(86,2,75); }
div.DivClassName
{
background-color: #56024B;
}
.BgClassName
{
background-color: #56024B;
}
</style>
border-color css
<style>
span { border-color: #56024B; }
span { border-color: rgb(86,2,75); }
td.TdClassName
{
border-color: #56024B;
}
.TagClassName
{
border-color: #56024B;
}
</style>