Shades of Tyrian Purple #60012E
Tints of Tyrian Purple #60012E
RGB
CMYK
RGB Variations
Color information
#60012E (or 0x60012E) is known color: Tyrian Purple. HEX triplet: 60, 01 and 2E. RGB value is (96,1,46). Sum of RGB (Red+Green+Blue) = 96+1+46=143 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.13% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 46 (18.36% from 255 or 32.17% from 143); Max value from RGB is 96 - color contains mainly: red. Hex color #60012E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60012E is #9FFED1. Grayscale: #222222. Windows color (decimal): -10485458 or 3015008. OLE color: 3015008.
HSL color Cylindrical-coordinate representation of color #60012E: hue angle of 331.58º 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 #60012E is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 1 | 46 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.62 |
| HSL | 331.58º | 0.98% | 0.19% | - |
| HSV(B) | 331.58º | 0.99% | 0.38% | - |
| XYZ | 5.33 | 2.71 | 2.83 | - |
| YUV | 34.54 | 134.47 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 1 | 46 | 0 | 0.99 | 0.52 | 0.62 | 331.58 | 0.98 | 0.19 |
| Hex | 60 | 1 | 2E | 0 | 63 | 34 | 3E | 14C | 62 | 13 |
| Octal | 140 | 1 | 56 | 0 | 143 | 64 | 76 | 514 | 142 | 23 |
| Binary | 1100000 | 1 | 101110 | 0 | 1100011 | 110100 | 111110 | 101001100 | 1100010 | 10011 |
Color Harmonies of #60012E
Complementary color
Monochromatic Colors of #60012E
Black with #60012E
Text Example
Text Example
White with #60012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60012E; }
p { color: rgb(96,1,46); }
H1.HeaderClassName
{
color: #60012E;
}
.AnyTagClassName
{
color: #60012E;
}
</style>
background-color css
<style>
a { background-color: #60012E; }
a { background-color: rgb(96,1,46); }
div.DivClassName
{
background-color: #60012E;
}
.BgClassName
{
background-color: #60012E;
}
</style>
border-color css
<style>
span { border-color: #60012E; }
span { border-color: rgb(96,1,46); }
td.TdClassName
{
border-color: #60012E;
}
.TagClassName
{
border-color: #60012E;
}
</style>