Shades of Tyrian Purple #60123C
Tints of Tyrian Purple #60123C
RGB
CMYK
RGB Variations
Color information
#60123C (or 0x60123C) is known color: Tyrian Purple. HEX triplet: 60, 12 and 3C. RGB value is (96,18,60). Sum of RGB (Red+Green+Blue) = 96+18+60=174 (23% of max value = 765). Red value is 96 (37.89% from 255 or 55.17% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 96 - color contains mainly: red. Hex color #60123C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60123C is #9FEDC3. Grayscale: #2E2E2E. Windows color (decimal): -10481092 or 3936864. OLE color: 3936864.
HSL color Cylindrical-coordinate representation of color #60123C: hue angle of 327.69º 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 #60123C is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 18 | 60 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.62 |
| HSL | 327.69º | 0.68% | 0.22% | - |
| HSV(B) | 327.69º | 0.81% | 0.38% | - |
| XYZ | 5.86 | 3.25 | 4.59 | - |
| YUV | 46.11 | 135.84 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 18 | 60 | 0 | 0.81 | 0.38 | 0.62 | 327.69 | 0.68 | 0.22 |
| Hex | 60 | 12 | 3C | 0 | 51 | 26 | 3E | 148 | 44 | 16 |
| Octal | 140 | 22 | 74 | 0 | 121 | 46 | 76 | 510 | 104 | 26 |
| Binary | 1100000 | 10010 | 111100 | 0 | 1010001 | 100110 | 111110 | 101001000 | 1000100 | 10110 |
Color Harmonies of #60123C
Complementary color
Monochromatic Colors of #60123C
Black with #60123C
Text Example
Text Example
White with #60123C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60123C; }
p { color: rgb(96,18,60); }
H1.HeaderClassName
{
color: #60123C;
}
.AnyTagClassName
{
color: #60123C;
}
</style>
background-color css
<style>
a { background-color: #60123C; }
a { background-color: rgb(96,18,60); }
div.DivClassName
{
background-color: #60123C;
}
.BgClassName
{
background-color: #60123C;
}
</style>
border-color css
<style>
span { border-color: #60123C; }
span { border-color: rgb(96,18,60); }
td.TdClassName
{
border-color: #60123C;
}
.TagClassName
{
border-color: #60123C;
}
</style>