Shades of Tyrian Purple #600040
Tints of Tyrian Purple #600040
RGB
CMYK
RGB Variations
Color information
#600040 (or 0x600040) is known color: Tyrian Purple. HEX triplet: 60, 00 and 40. RGB value is (96,0,64). Sum of RGB (Red+Green+Blue) = 96+0+64=160 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 64 (25.39% from 255 or 40% from 160); Max value from RGB is 96 - color contains mainly: red. Hex color #600040 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600040 is #9FFFBF. Grayscale: #232323. Windows color (decimal): -10485696 or 4194400. OLE color: 4194400.
HSL color Cylindrical-coordinate representation of color #600040: hue angle of 320º 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 #600040 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 0 | 64 | - |
| CMYK | 0 | 1 | 0.33 | 0.62 |
| HSL | 320º | 1% | 0.19% | - |
| HSV(B) | 320º | 1% | 0.38% | - |
| XYZ | 5.75 | 2.86 | 5.1 | - |
| YUV | 36 | 143.8 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 0 | 64 | 0 | 1 | 0.33 | 0.62 | 320 | 1 | 0.19 |
| Hex | 60 | 0 | 40 | 0 | 64 | 21 | 3E | 140 | 64 | 13 |
| Octal | 140 | 0 | 100 | 0 | 144 | 41 | 76 | 500 | 144 | 23 |
| Binary | 1100000 | 0 | 1000000 | 0 | 1100100 | 100001 | 111110 | 101000000 | 1100100 | 10011 |
Color Harmonies of #600040
Complementary color
Monochromatic Colors of #600040
Black with #600040
Text Example
Text Example
White with #600040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600040; }
p { color: rgb(96,0,64); }
H1.HeaderClassName
{
color: #600040;
}
.AnyTagClassName
{
color: #600040;
}
</style>
background-color css
<style>
a { background-color: #600040; }
a { background-color: rgb(96,0,64); }
div.DivClassName
{
background-color: #600040;
}
.BgClassName
{
background-color: #600040;
}
</style>
border-color css
<style>
span { border-color: #600040; }
span { border-color: rgb(96,0,64); }
td.TdClassName
{
border-color: #600040;
}
.TagClassName
{
border-color: #600040;
}
</style>