Shades of Tyrian Purple #600C39
Tints of Tyrian Purple #600C39
RGB
CMYK
RGB Variations
Color information
#600C39 (or 0x600C39) is known color: Tyrian Purple. HEX triplet: 60, 0C and 39. RGB value is (96,12,57). Sum of RGB (Red+Green+Blue) = 96+12+57=165 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.18% from 165); Green value is 12 (5.08% from 255 or 7.27% from 165); Blue value is 57 (22.66% from 255 or 34.55% from 165); Max value from RGB is 96 - color contains mainly: red. Hex color #600C39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600C39 is #9FF3C6. Grayscale: #2A2A2A. Windows color (decimal): -10482631 or 3738720. OLE color: 3738720.
HSL color Cylindrical-coordinate representation of color #600C39: hue angle of 327.86º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #600C39 is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 12 | 57 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.62 |
| HSL | 327.86º | 0.78% | 0.21% | - |
| HSV(B) | 327.86º | 0.88% | 0.38% | - |
| XYZ | 5.69 | 3.05 | 4.16 | - |
| YUV | 42.25 | 136.33 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 12 | 57 | 0 | 0.88 | 0.41 | 0.62 | 327.86 | 0.78 | 0.21 |
| Hex | 60 | C | 39 | 0 | 58 | 29 | 3E | 148 | 4E | 15 |
| Octal | 140 | 14 | 71 | 0 | 130 | 51 | 76 | 510 | 116 | 25 |
| Binary | 1100000 | 1100 | 111001 | 0 | 1011000 | 101001 | 111110 | 101001000 | 1001110 | 10101 |
Color Harmonies of #600C39
Complementary color
Monochromatic Colors of #600C39
Black with #600C39
Text Example
Text Example
White with #600C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600C39; }
p { color: rgb(96,12,57); }
H1.HeaderClassName
{
color: #600C39;
}
.AnyTagClassName
{
color: #600C39;
}
</style>
background-color css
<style>
a { background-color: #600C39; }
a { background-color: rgb(96,12,57); }
div.DivClassName
{
background-color: #600C39;
}
.BgClassName
{
background-color: #600C39;
}
</style>
border-color css
<style>
span { border-color: #600C39; }
span { border-color: rgb(96,12,57); }
td.TdClassName
{
border-color: #600C39;
}
.TagClassName
{
border-color: #600C39;
}
</style>