Shades of Tyrian Purple #600E46
Tints of Tyrian Purple #600E46
RGB
CMYK
RGB Variations
Color information
#600E46 (or 0x600E46) is known color: Tyrian Purple. HEX triplet: 60, 0E and 46. RGB value is (96,14,70). Sum of RGB (Red+Green+Blue) = 96+14+70=180 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.33% from 180); Green value is 14 (5.86% from 255 or 7.78% from 180); Blue value is 70 (27.73% from 255 or 38.89% from 180); Max value from RGB is 96 - color contains mainly: red. Hex color #600E46 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600E46 is #9FF1B9. Grayscale: #2C2C2C. Windows color (decimal): -10482106 or 4591200. OLE color: 4591200.
HSL color Cylindrical-coordinate representation of color #600E46: hue angle of 319.02º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #600E46 is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 14 | 70 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.62 |
| HSL | 319.02º | 0.75% | 0.22% | - |
| HSV(B) | 319.02º | 0.85% | 0.38% | - |
| XYZ | 6.09 | 3.24 | 6.1 | - |
| YUV | 44.9 | 142.17 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 14 | 70 | 0 | 0.85 | 0.27 | 0.62 | 319.02 | 0.75 | 0.22 |
| Hex | 60 | E | 46 | 0 | 55 | 1B | 3E | 13F | 4B | 16 |
| Octal | 140 | 16 | 106 | 0 | 125 | 33 | 76 | 477 | 113 | 26 |
| Binary | 1100000 | 1110 | 1000110 | 0 | 1010101 | 11011 | 111110 | 100111111 | 1001011 | 10110 |
Color Harmonies of #600E46
Complementary color
Monochromatic Colors of #600E46
Black with #600E46
Text Example
Text Example
White with #600E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600E46; }
p { color: rgb(96,14,70); }
H1.HeaderClassName
{
color: #600E46;
}
.AnyTagClassName
{
color: #600E46;
}
</style>
background-color css
<style>
a { background-color: #600E46; }
a { background-color: rgb(96,14,70); }
div.DivClassName
{
background-color: #600E46;
}
.BgClassName
{
background-color: #600E46;
}
</style>
border-color css
<style>
span { border-color: #600E46; }
span { border-color: rgb(96,14,70); }
td.TdClassName
{
border-color: #600E46;
}
.TagClassName
{
border-color: #600E46;
}
</style>