Shades of Tyrian Purple #600050
Tints of Tyrian Purple #600050
RGB
CMYK
RGB Variations
Color information
#600050 (or 0x600050) is known color: Tyrian Purple. HEX triplet: 60, 00 and 50. RGB value is (96,0,80). Sum of RGB (Red+Green+Blue) = 96+0+80=176 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.55% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 80 (31.64% from 255 or 45.45% from 176); Max value from RGB is 96 - color contains mainly: red. Hex color #600050 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600050 is #9FFFAF. Grayscale: #252525. Windows color (decimal): -10485680 or 5242976. OLE color: 5242976.
HSL color Cylindrical-coordinate representation of color #600050: hue angle of 310º 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 #600050 is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 0 | 80 | - |
| CMYK | 0 | 1 | 0.17 | 0.62 |
| HSL | 310º | 1% | 0.19% | - |
| HSV(B) | 310º | 1% | 0.38% | - |
| XYZ | 6.27 | 3.07 | 7.85 | - |
| YUV | 37.82 | 151.8 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 0 | 80 | 0 | 1 | 0.17 | 0.62 | 310 | 1 | 0.19 |
| Hex | 60 | 0 | 50 | 0 | 64 | 11 | 3E | 136 | 64 | 13 |
| Octal | 140 | 0 | 120 | 0 | 144 | 21 | 76 | 466 | 144 | 23 |
| Binary | 1100000 | 0 | 1010000 | 0 | 1100100 | 10001 | 111110 | 100110110 | 1100100 | 10011 |
Color Harmonies of #600050
Complementary color
Monochromatic Colors of #600050
Black with #600050
Text Example
Text Example
White with #600050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600050; }
p { color: rgb(96,0,80); }
H1.HeaderClassName
{
color: #600050;
}
.AnyTagClassName
{
color: #600050;
}
</style>
background-color css
<style>
a { background-color: #600050; }
a { background-color: rgb(96,0,80); }
div.DivClassName
{
background-color: #600050;
}
.BgClassName
{
background-color: #600050;
}
</style>
border-color css
<style>
span { border-color: #600050; }
span { border-color: rgb(96,0,80); }
td.TdClassName
{
border-color: #600050;
}
.TagClassName
{
border-color: #600050;
}
</style>