Shades of Tyrian Purple #60123B
Tints of Tyrian Purple #60123B
RGB
CMYK
RGB Variations
Color information
#60123B (or 0x60123B) is known color: Tyrian Purple. HEX triplet: 60, 12 and 3B. RGB value is (96,18,59). Sum of RGB (Red+Green+Blue) = 96+18+59=173 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.49% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 59 (23.44% from 255 or 34.10% from 173); Max value from RGB is 96 - color contains mainly: red. Hex color #60123B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60123B is #9FEDC4. Grayscale: #2D2D2D. Windows color (decimal): -10481093 or 3871328. OLE color: 3871328.
HSL color Cylindrical-coordinate representation of color #60123B: hue angle of 328.46º 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 #60123B is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 18 | 59 | - |
| CMYK | 0 | 0.81 | 0.39 | 0.62 |
| HSL | 328.46º | 0.68% | 0.22% | - |
| HSV(B) | 328.46º | 0.81% | 0.38% | - |
| XYZ | 5.83 | 3.24 | 4.45 | - |
| YUV | 46 | 135.34 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 18 | 59 | 0 | 0.81 | 0.39 | 0.62 | 328.46 | 0.68 | 0.22 |
| Hex | 60 | 12 | 3B | 0 | 51 | 27 | 3E | 148 | 44 | 16 |
| Octal | 140 | 22 | 73 | 0 | 121 | 47 | 76 | 510 | 104 | 26 |
| Binary | 1100000 | 10010 | 111011 | 0 | 1010001 | 100111 | 111110 | 101001000 | 1000100 | 10110 |
Color Harmonies of #60123B
Complementary color
Monochromatic Colors of #60123B
Black with #60123B
Text Example
Text Example
White with #60123B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60123B; }
p { color: rgb(96,18,59); }
H1.HeaderClassName
{
color: #60123B;
}
.AnyTagClassName
{
color: #60123B;
}
</style>
background-color css
<style>
a { background-color: #60123B; }
a { background-color: rgb(96,18,59); }
div.DivClassName
{
background-color: #60123B;
}
.BgClassName
{
background-color: #60123B;
}
</style>
border-color css
<style>
span { border-color: #60123B; }
span { border-color: rgb(96,18,59); }
td.TdClassName
{
border-color: #60123B;
}
.TagClassName
{
border-color: #60123B;
}
</style>