Shades of Tyrian Purple #600039
Tints of Tyrian Purple #600039
RGB
CMYK
RGB Variations
Color information
#600039 (or 0x600039) is known color: Tyrian Purple. HEX triplet: 60, 00 and 39. RGB value is (96,0,57). Sum of RGB (Red+Green+Blue) = 96+0+57=153 (20% of max value = 765). Red value is 96 (37.89% from 255 or 62.75% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 57 (22.66% from 255 or 37.25% from 153); Max value from RGB is 96 - color contains mainly: red. Hex color #600039 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600039 is #9FFFC6. Grayscale: #232323. Windows color (decimal): -10485703 or 3735648. OLE color: 3735648.
HSL color Cylindrical-coordinate representation of color #600039: hue angle of 324.38º 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 #600039 is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 0 | 57 | - |
| CMYK | 0 | 1 | 0.41 | 0.62 |
| HSL | 324.38º | 1% | 0.19% | - |
| HSV(B) | 324.38º | 1% | 0.38% | - |
| XYZ | 5.56 | 2.78 | 4.11 | - |
| YUV | 35.2 | 140.3 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 0 | 57 | 0 | 1 | 0.41 | 0.62 | 324.38 | 1 | 0.19 |
| Hex | 60 | 0 | 39 | 0 | 64 | 29 | 3E | 144 | 64 | 13 |
| Octal | 140 | 0 | 71 | 0 | 144 | 51 | 76 | 504 | 144 | 23 |
| Binary | 1100000 | 0 | 111001 | 0 | 1100100 | 101001 | 111110 | 101000100 | 1100100 | 10011 |
Color Harmonies of #600039
Complementary color
Monochromatic Colors of #600039
Black with #600039
Text Example
Text Example
White with #600039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600039; }
p { color: rgb(96,0,57); }
H1.HeaderClassName
{
color: #600039;
}
.AnyTagClassName
{
color: #600039;
}
</style>
background-color css
<style>
a { background-color: #600039; }
a { background-color: rgb(96,0,57); }
div.DivClassName
{
background-color: #600039;
}
.BgClassName
{
background-color: #600039;
}
</style>
border-color css
<style>
span { border-color: #600039; }
span { border-color: rgb(96,0,57); }
td.TdClassName
{
border-color: #600039;
}
.TagClassName
{
border-color: #600039;
}
</style>