Shades of Tyrian Purple #600C47
Tints of Tyrian Purple #600C47
RGB
CMYK
RGB Variations
Color information
#600C47 (or 0x600C47) is known color: Tyrian Purple. HEX triplet: 60, 0C and 47. RGB value is (96,12,71). Sum of RGB (Red+Green+Blue) = 96+12+71=179 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.63% from 179); Green value is 12 (5.08% from 255 or 6.70% from 179); Blue value is 71 (28.12% from 255 or 39.66% from 179); Max value from RGB is 96 - color contains mainly: red. Hex color #600C47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600C47 is #9FF3B8. Grayscale: #2B2B2B. Windows color (decimal): -10482617 or 4656224. OLE color: 4656224.
HSL color Cylindrical-coordinate representation of color #600C47: hue angle of 317.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 #600C47 is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 12 | 71 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.62 |
| HSL | 317.86º | 0.78% | 0.21% | - |
| HSV(B) | 317.86º | 0.88% | 0.38% | - |
| XYZ | 6.09 | 3.2 | 6.26 | - |
| YUV | 43.84 | 143.33 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 12 | 71 | 0 | 0.88 | 0.26 | 0.62 | 317.86 | 0.78 | 0.21 |
| Hex | 60 | C | 47 | 0 | 58 | 1A | 3E | 13E | 4E | 15 |
| Octal | 140 | 14 | 107 | 0 | 130 | 32 | 76 | 476 | 116 | 25 |
| Binary | 1100000 | 1100 | 1000111 | 0 | 1011000 | 11010 | 111110 | 100111110 | 1001110 | 10101 |
Color Harmonies of #600C47
Complementary color
Monochromatic Colors of #600C47
Black with #600C47
Text Example
Text Example
White with #600C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600C47; }
p { color: rgb(96,12,71); }
H1.HeaderClassName
{
color: #600C47;
}
.AnyTagClassName
{
color: #600C47;
}
</style>
background-color css
<style>
a { background-color: #600C47; }
a { background-color: rgb(96,12,71); }
div.DivClassName
{
background-color: #600C47;
}
.BgClassName
{
background-color: #600C47;
}
</style>
border-color css
<style>
span { border-color: #600C47; }
span { border-color: rgb(96,12,71); }
td.TdClassName
{
border-color: #600C47;
}
.TagClassName
{
border-color: #600C47;
}
</style>