Shades of Tyrian Purple #600F47
Tints of Tyrian Purple #600F47
RGB
CMYK
RGB Variations
Color information
#600F47 (or 0x600F47) is known color: Tyrian Purple. HEX triplet: 60, 0F and 47. RGB value is (96,15,71). Sum of RGB (Red+Green+Blue) = 96+15+71=182 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.75% from 182); Green value is 15 (6.25% from 255 or 8.24% from 182); Blue value is 71 (28.12% from 255 or 39.01% from 182); Max value from RGB is 96 - color contains mainly: red. Hex color #600F47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600F47 is #9FF0B8. Grayscale: #2D2D2D. Windows color (decimal): -10481849 or 4656992. OLE color: 4656992.
HSL color Cylindrical-coordinate representation of color #600F47: hue angle of 318.52º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #600F47 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 15 | 71 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.62 |
| HSL | 318.52º | 0.73% | 0.22% | - |
| HSV(B) | 318.52º | 0.84% | 0.38% | - |
| XYZ | 6.13 | 3.28 | 6.27 | - |
| YUV | 45.6 | 142.34 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 15 | 71 | 0 | 0.84 | 0.26 | 0.62 | 318.52 | 0.73 | 0.22 |
| Hex | 60 | F | 47 | 0 | 54 | 1A | 3E | 13F | 49 | 16 |
| Octal | 140 | 17 | 107 | 0 | 124 | 32 | 76 | 477 | 111 | 26 |
| Binary | 1100000 | 1111 | 1000111 | 0 | 1010100 | 11010 | 111110 | 100111111 | 1001001 | 10110 |
Color Harmonies of #600F47
Complementary color
Monochromatic Colors of #600F47
Black with #600F47
Text Example
Text Example
White with #600F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600F47; }
p { color: rgb(96,15,71); }
H1.HeaderClassName
{
color: #600F47;
}
.AnyTagClassName
{
color: #600F47;
}
</style>
background-color css
<style>
a { background-color: #600F47; }
a { background-color: rgb(96,15,71); }
div.DivClassName
{
background-color: #600F47;
}
.BgClassName
{
background-color: #600F47;
}
</style>
border-color css
<style>
span { border-color: #600F47; }
span { border-color: rgb(96,15,71); }
td.TdClassName
{
border-color: #600F47;
}
.TagClassName
{
border-color: #600F47;
}
</style>