Shades of Tyrian Purple #600337
Tints of Tyrian Purple #600337
RGB
CMYK
RGB Variations
Color information
#600337 (or 0x600337) is known color: Tyrian Purple. HEX triplet: 60, 03 and 37. RGB value is (96,3,55). Sum of RGB (Red+Green+Blue) = 96+3+55=154 (20% of max value = 765). Red value is 96 (37.89% from 255 or 62.34% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 55 (21.88% from 255 or 35.71% from 154); Max value from RGB is 96 - color contains mainly: red. Hex color #600337 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600337 is #9FFCC8. Grayscale: #242424. Windows color (decimal): -10484937 or 3605344. OLE color: 3605344.
HSL color Cylindrical-coordinate representation of color #600337: hue angle of 326.45º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #600337 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 3 | 55 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.62 |
| HSL | 326.45º | 0.94% | 0.19% | - |
| HSV(B) | 326.45º | 0.97% | 0.38% | - |
| XYZ | 5.55 | 2.83 | 3.87 | - |
| YUV | 36.74 | 138.31 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 3 | 55 | 0 | 0.97 | 0.43 | 0.62 | 326.45 | 0.94 | 0.19 |
| Hex | 60 | 3 | 37 | 0 | 61 | 2B | 3E | 146 | 5E | 13 |
| Octal | 140 | 3 | 67 | 0 | 141 | 53 | 76 | 506 | 136 | 23 |
| Binary | 1100000 | 11 | 110111 | 0 | 1100001 | 101011 | 111110 | 101000110 | 1011110 | 10011 |
Color Harmonies of #600337
Complementary color
Monochromatic Colors of #600337
Black with #600337
Text Example
Text Example
White with #600337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600337; }
p { color: rgb(96,3,55); }
H1.HeaderClassName
{
color: #600337;
}
.AnyTagClassName
{
color: #600337;
}
</style>
background-color css
<style>
a { background-color: #600337; }
a { background-color: rgb(96,3,55); }
div.DivClassName
{
background-color: #600337;
}
.BgClassName
{
background-color: #600337;
}
</style>
border-color css
<style>
span { border-color: #600337; }
span { border-color: rgb(96,3,55); }
td.TdClassName
{
border-color: #600337;
}
.TagClassName
{
border-color: #600337;
}
</style>