Shades of Tyrian Purple #600137
Tints of Tyrian Purple #600137
RGB
CMYK
RGB Variations
Color information
#600137 (or 0x600137) is known color: Tyrian Purple. HEX triplet: 60, 01 and 37. RGB value is (96,1,55). Sum of RGB (Red+Green+Blue) = 96+1+55=152 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.16% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 55 (21.88% from 255 or 36.18% from 152); Max value from RGB is 96 - color contains mainly: red. Hex color #600137 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600137 is #9FFEC8. Grayscale: #232323. Windows color (decimal): -10485449 or 3604832. OLE color: 3604832.
HSL color Cylindrical-coordinate representation of color #600137: hue angle of 325.89º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #600137 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 1 | 55 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.62 |
| HSL | 325.89º | 0.98% | 0.19% | - |
| HSV(B) | 325.89º | 0.99% | 0.38% | - |
| XYZ | 5.52 | 2.78 | 3.86 | - |
| YUV | 35.56 | 138.97 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 1 | 55 | 0 | 0.99 | 0.43 | 0.62 | 325.89 | 0.98 | 0.19 |
| Hex | 60 | 1 | 37 | 0 | 63 | 2B | 3E | 146 | 62 | 13 |
| Octal | 140 | 1 | 67 | 0 | 143 | 53 | 76 | 506 | 142 | 23 |
| Binary | 1100000 | 1 | 110111 | 0 | 1100011 | 101011 | 111110 | 101000110 | 1100010 | 10011 |
Color Harmonies of #600137
Complementary color
Monochromatic Colors of #600137
Black with #600137
Text Example
Text Example
White with #600137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600137; }
p { color: rgb(96,1,55); }
H1.HeaderClassName
{
color: #600137;
}
.AnyTagClassName
{
color: #600137;
}
</style>
background-color css
<style>
a { background-color: #600137; }
a { background-color: rgb(96,1,55); }
div.DivClassName
{
background-color: #600137;
}
.BgClassName
{
background-color: #600137;
}
</style>
border-color css
<style>
span { border-color: #600137; }
span { border-color: rgb(96,1,55); }
td.TdClassName
{
border-color: #600137;
}
.TagClassName
{
border-color: #600137;
}
</style>