Shades of Tyrian Purple #600056
Tints of Tyrian Purple #600056
RGB
CMYK
RGB Variations
Color information
#600056 (or 0x600056) is known color: Tyrian Purple. HEX triplet: 60, 00 and 56. RGB value is (96,0,86). Sum of RGB (Red+Green+Blue) = 96+0+86=182 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.75% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 86 (33.98% from 255 or 47.25% from 182); Max value from RGB is 96 - color contains mainly: red. Hex color #600056 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600056 is #9FFFA9. Grayscale: #262626. Windows color (decimal): -10485674 or 5636192. OLE color: 5636192.
HSL color Cylindrical-coordinate representation of color #600056: hue angle of 306.25º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #600056 is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 0 | 86 | - |
| CMYK | 0 | 1 | 0.10 | 0.62 |
| HSL | 306.25º | 1% | 0.19% | - |
| HSV(B) | 306.25º | 1% | 0.38% | - |
| XYZ | 6.5 | 3.16 | 9.07 | - |
| YUV | 38.51 | 154.8 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 0 | 86 | 0 | 1 | 0.10 | 0.62 | 306.25 | 1 | 0.19 |
| Hex | 60 | 0 | 56 | 0 | 64 | A | 3E | 132 | 64 | 13 |
| Octal | 140 | 0 | 126 | 0 | 144 | 12 | 76 | 462 | 144 | 23 |
| Binary | 1100000 | 0 | 1010110 | 0 | 1100100 | 1010 | 111110 | 100110010 | 1100100 | 10011 |
Color Harmonies of #600056
Complementary color
Monochromatic Colors of #600056
Black with #600056
Text Example
Text Example
White with #600056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600056; }
p { color: rgb(96,0,86); }
H1.HeaderClassName
{
color: #600056;
}
.AnyTagClassName
{
color: #600056;
}
</style>
background-color css
<style>
a { background-color: #600056; }
a { background-color: rgb(96,0,86); }
div.DivClassName
{
background-color: #600056;
}
.BgClassName
{
background-color: #600056;
}
</style>
border-color css
<style>
span { border-color: #600056; }
span { border-color: rgb(96,0,86); }
td.TdClassName
{
border-color: #600056;
}
.TagClassName
{
border-color: #600056;
}
</style>