Shades of Tyrian Purple #60123D
Tints of Tyrian Purple #60123D
RGB
CMYK
RGB Variations
Color information
#60123D (or 0x60123D) is known color: Tyrian Purple. HEX triplet: 60, 12 and 3D. RGB value is (96,18,61). Sum of RGB (Red+Green+Blue) = 96+18+61=175 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.86% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 96 - color contains mainly: red. Hex color #60123D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60123D is #9FEDC2. Grayscale: #2E2E2E. Windows color (decimal): -10481091 or 4002400. OLE color: 4002400.
HSL color Cylindrical-coordinate representation of color #60123D: hue angle of 326.92º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #60123D is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 18 | 61 | - |
| CMYK | 0 | 0.81 | 0.36 | 0.62 |
| HSL | 326.92º | 0.68% | 0.22% | - |
| HSV(B) | 326.92º | 0.81% | 0.38% | - |
| XYZ | 5.88 | 3.26 | 4.73 | - |
| YUV | 46.22 | 136.34 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 18 | 61 | 0 | 0.81 | 0.36 | 0.62 | 326.92 | 0.68 | 0.22 |
| Hex | 60 | 12 | 3D | 0 | 51 | 24 | 3E | 147 | 44 | 16 |
| Octal | 140 | 22 | 75 | 0 | 121 | 44 | 76 | 507 | 104 | 26 |
| Binary | 1100000 | 10010 | 111101 | 0 | 1010001 | 100100 | 111110 | 101000111 | 1000100 | 10110 |
Color Harmonies of #60123D
Complementary color
Monochromatic Colors of #60123D
Black with #60123D
Text Example
Text Example
White with #60123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60123D; }
p { color: rgb(96,18,61); }
H1.HeaderClassName
{
color: #60123D;
}
.AnyTagClassName
{
color: #60123D;
}
</style>
background-color css
<style>
a { background-color: #60123D; }
a { background-color: rgb(96,18,61); }
div.DivClassName
{
background-color: #60123D;
}
.BgClassName
{
background-color: #60123D;
}
</style>
border-color css
<style>
span { border-color: #60123D; }
span { border-color: rgb(96,18,61); }
td.TdClassName
{
border-color: #60123D;
}
.TagClassName
{
border-color: #60123D;
}
</style>