Shades of Tyrian Purple #600737
Tints of Tyrian Purple #600737
RGB
CMYK
RGB Variations
Color information
#600737 (or 0x600737) is known color: Tyrian Purple. HEX triplet: 60, 07 and 37. RGB value is (96,7,55). Sum of RGB (Red+Green+Blue) = 96+7+55=158 (20% of max value = 765). Red value is 96 (37.89% from 255 or 60.76% from 158); Green value is 7 (3.12% from 255 or 4.43% from 158); Blue value is 55 (21.88% from 255 or 34.81% from 158); Max value from RGB is 96 - color contains mainly: red. Hex color #600737 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600737 is #9FF8C8. Grayscale: #262626. Windows color (decimal): -10483913 or 3606368. OLE color: 3606368.
HSL color Cylindrical-coordinate representation of color #600737: hue angle of 327.64º 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 #600737 is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 7 | 55 | - |
| CMYK | 0 | 0.93 | 0.43 | 0.62 |
| HSL | 327.64º | 0.86% | 0.2% | - |
| HSV(B) | 327.64º | 0.93% | 0.38% | - |
| XYZ | 5.59 | 2.91 | 3.88 | - |
| YUV | 39.08 | 136.99 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 7 | 55 | 0 | 0.93 | 0.43 | 0.62 | 327.64 | 0.86 | 0.2 |
| Hex | 60 | 7 | 37 | 0 | 5D | 2B | 3E | 148 | 56 | 14 |
| Octal | 140 | 7 | 67 | 0 | 135 | 53 | 76 | 510 | 126 | 24 |
| Binary | 1100000 | 111 | 110111 | 0 | 1011101 | 101011 | 111110 | 101001000 | 1010110 | 10100 |
Color Harmonies of #600737
Complementary color
Monochromatic Colors of #600737
Black with #600737
Text Example
Text Example
White with #600737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600737; }
p { color: rgb(96,7,55); }
H1.HeaderClassName
{
color: #600737;
}
.AnyTagClassName
{
color: #600737;
}
</style>
background-color css
<style>
a { background-color: #600737; }
a { background-color: rgb(96,7,55); }
div.DivClassName
{
background-color: #600737;
}
.BgClassName
{
background-color: #600737;
}
</style>
border-color css
<style>
span { border-color: #600737; }
span { border-color: rgb(96,7,55); }
td.TdClassName
{
border-color: #600737;
}
.TagClassName
{
border-color: #600737;
}
</style>