Shades of Tyrian Purple #600740
Tints of Tyrian Purple #600740
RGB
CMYK
RGB Variations
Color information
#600740 (or 0x600740) is known color: Tyrian Purple. HEX triplet: 60, 07 and 40. RGB value is (96,7,64). Sum of RGB (Red+Green+Blue) = 96+7+64=167 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.49% from 167); Green value is 7 (3.12% from 255 or 4.19% from 167); Blue value is 64 (25.39% from 255 or 38.32% from 167); Max value from RGB is 96 - color contains mainly: red. Hex color #600740 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600740 is #9FF8BF. Grayscale: #272727. Windows color (decimal): -10483904 or 4196192. OLE color: 4196192.
HSL color Cylindrical-coordinate representation of color #600740: hue angle of 321.57º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #600740 is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 7 | 64 | - |
| CMYK | 0 | 0.93 | 0.33 | 0.62 |
| HSL | 321.57º | 0.86% | 0.2% | - |
| HSV(B) | 321.57º | 0.93% | 0.38% | - |
| XYZ | 5.83 | 3.01 | 5.12 | - |
| YUV | 40.11 | 141.49 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 7 | 64 | 0 | 0.93 | 0.33 | 0.62 | 321.57 | 0.86 | 0.2 |
| Hex | 60 | 7 | 40 | 0 | 5D | 21 | 3E | 142 | 56 | 14 |
| Octal | 140 | 7 | 100 | 0 | 135 | 41 | 76 | 502 | 126 | 24 |
| Binary | 1100000 | 111 | 1000000 | 0 | 1011101 | 100001 | 111110 | 101000010 | 1010110 | 10100 |
Color Harmonies of #600740
Complementary color
Monochromatic Colors of #600740
Black with #600740
Text Example
Text Example
White with #600740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600740; }
p { color: rgb(96,7,64); }
H1.HeaderClassName
{
color: #600740;
}
.AnyTagClassName
{
color: #600740;
}
</style>
background-color css
<style>
a { background-color: #600740; }
a { background-color: rgb(96,7,64); }
div.DivClassName
{
background-color: #600740;
}
.BgClassName
{
background-color: #600740;
}
</style>
border-color css
<style>
span { border-color: #600740; }
span { border-color: rgb(96,7,64); }
td.TdClassName
{
border-color: #600740;
}
.TagClassName
{
border-color: #600740;
}
</style>