Shades of Tyrian Purple #60013E
Tints of Tyrian Purple #60013E
RGB
CMYK
RGB Variations
Color information
#60013E (or 0x60013E) is known color: Tyrian Purple. HEX triplet: 60, 01 and 3E. RGB value is (96,1,62). Sum of RGB (Red+Green+Blue) = 96+1+62=159 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60.38% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 62 (24.61% from 255 or 38.99% from 159); Max value from RGB is 96 - color contains mainly: red. Hex color #60013E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60013E is #9FFEC1. Grayscale: #242424. Windows color (decimal): -10485442 or 4063584. OLE color: 4063584.
HSL color Cylindrical-coordinate representation of color #60013E: hue angle of 321.47º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #60013E is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 1 | 62 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.62 |
| HSL | 321.47º | 0.98% | 0.19% | - |
| HSV(B) | 321.47º | 0.99% | 0.38% | - |
| XYZ | 5.7 | 2.86 | 4.81 | - |
| YUV | 36.36 | 142.47 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 1 | 62 | 0 | 0.99 | 0.35 | 0.62 | 321.47 | 0.98 | 0.19 |
| Hex | 60 | 1 | 3E | 0 | 63 | 23 | 3E | 141 | 62 | 13 |
| Octal | 140 | 1 | 76 | 0 | 143 | 43 | 76 | 501 | 142 | 23 |
| Binary | 1100000 | 1 | 111110 | 0 | 1100011 | 100011 | 111110 | 101000001 | 1100010 | 10011 |
Color Harmonies of #60013E
Complementary color
Monochromatic Colors of #60013E
Black with #60013E
Text Example
Text Example
White with #60013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60013E; }
p { color: rgb(96,1,62); }
H1.HeaderClassName
{
color: #60013E;
}
.AnyTagClassName
{
color: #60013E;
}
</style>
background-color css
<style>
a { background-color: #60013E; }
a { background-color: rgb(96,1,62); }
div.DivClassName
{
background-color: #60013E;
}
.BgClassName
{
background-color: #60013E;
}
</style>
border-color css
<style>
span { border-color: #60013E; }
span { border-color: rgb(96,1,62); }
td.TdClassName
{
border-color: #60013E;
}
.TagClassName
{
border-color: #60013E;
}
</style>