Shades of Tyrian Purple #600E3E
Tints of Tyrian Purple #600E3E
RGB
CMYK
RGB Variations
Color information
#600E3E (or 0x600E3E) is known color: Tyrian Purple. HEX triplet: 60, 0E and 3E. RGB value is (96,14,62). Sum of RGB (Red+Green+Blue) = 96+14+62=172 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.81% from 172); Green value is 14 (5.86% from 255 or 8.14% from 172); Blue value is 62 (24.61% from 255 or 36.05% from 172); Max value from RGB is 96 - color contains mainly: red. Hex color #600E3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600E3E is #9FF1C1. Grayscale: #2B2B2B. Windows color (decimal): -10482114 or 4066912. OLE color: 4066912.
HSL color Cylindrical-coordinate representation of color #600E3E: hue angle of 324.88º 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 #600E3E is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 14 | 62 | - |
| CMYK | 0 | 0.85 | 0.35 | 0.62 |
| HSL | 324.88º | 0.75% | 0.22% | - |
| HSV(B) | 324.88º | 0.85% | 0.38% | - |
| XYZ | 5.85 | 3.15 | 4.86 | - |
| YUV | 43.99 | 138.17 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 14 | 62 | 0 | 0.85 | 0.35 | 0.62 | 324.88 | 0.75 | 0.22 |
| Hex | 60 | E | 3E | 0 | 55 | 23 | 3E | 145 | 4B | 16 |
| Octal | 140 | 16 | 76 | 0 | 125 | 43 | 76 | 505 | 113 | 26 |
| Binary | 1100000 | 1110 | 111110 | 0 | 1010101 | 100011 | 111110 | 101000101 | 1001011 | 10110 |
Color Harmonies of #600E3E
Complementary color
Monochromatic Colors of #600E3E
Black with #600E3E
Text Example
Text Example
White with #600E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600E3E; }
p { color: rgb(96,14,62); }
H1.HeaderClassName
{
color: #600E3E;
}
.AnyTagClassName
{
color: #600E3E;
}
</style>
background-color css
<style>
a { background-color: #600E3E; }
a { background-color: rgb(96,14,62); }
div.DivClassName
{
background-color: #600E3E;
}
.BgClassName
{
background-color: #600E3E;
}
</style>
border-color css
<style>
span { border-color: #600E3E; }
span { border-color: rgb(96,14,62); }
td.TdClassName
{
border-color: #600E3E;
}
.TagClassName
{
border-color: #600E3E;
}
</style>