Shades of Tyrian Purple #600D39
Tints of Tyrian Purple #600D39
RGB
CMYK
RGB Variations
Color information
#600D39 (or 0x600D39) is known color: Tyrian Purple. HEX triplet: 60, 0D and 39. RGB value is (96,13,57). Sum of RGB (Red+Green+Blue) = 96+13+57=166 (21% of max value = 765). Red value is 96 (37.89% from 255 or 57.83% from 166); Green value is 13 (5.47% from 255 or 7.83% from 166); Blue value is 57 (22.66% from 255 or 34.34% from 166); Max value from RGB is 96 - color contains mainly: red. Hex color #600D39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600D39 is #9FF2C6. Grayscale: #2A2A2A. Windows color (decimal): -10482375 or 3738976. OLE color: 3738976.
HSL color Cylindrical-coordinate representation of color #600D39: hue angle of 328.19º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #600D39 is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 13 | 57 | - |
| CMYK | 0 | 0.86 | 0.41 | 0.62 |
| HSL | 328.19º | 0.76% | 0.21% | - |
| HSV(B) | 328.19º | 0.86% | 0.38% | - |
| XYZ | 5.71 | 3.07 | 4.16 | - |
| YUV | 42.83 | 136 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 13 | 57 | 0 | 0.86 | 0.41 | 0.62 | 328.19 | 0.76 | 0.21 |
| Hex | 60 | D | 39 | 0 | 56 | 29 | 3E | 148 | 4C | 15 |
| Octal | 140 | 15 | 71 | 0 | 126 | 51 | 76 | 510 | 114 | 25 |
| Binary | 1100000 | 1101 | 111001 | 0 | 1010110 | 101001 | 111110 | 101001000 | 1001100 | 10101 |
Color Harmonies of #600D39
Complementary color
Monochromatic Colors of #600D39
Black with #600D39
Text Example
Text Example
White with #600D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600D39; }
p { color: rgb(96,13,57); }
H1.HeaderClassName
{
color: #600D39;
}
.AnyTagClassName
{
color: #600D39;
}
</style>
background-color css
<style>
a { background-color: #600D39; }
a { background-color: rgb(96,13,57); }
div.DivClassName
{
background-color: #600D39;
}
.BgClassName
{
background-color: #600D39;
}
</style>
border-color css
<style>
span { border-color: #600D39; }
span { border-color: rgb(96,13,57); }
td.TdClassName
{
border-color: #600D39;
}
.TagClassName
{
border-color: #600D39;
}
</style>