Shades of Tyrian Purple #60014E
Tints of Tyrian Purple #60014E
RGB
CMYK
RGB Variations
Color information
#60014E (or 0x60014E) is known color: Tyrian Purple. HEX triplet: 60, 01 and 4E. RGB value is (96,1,78). Sum of RGB (Red+Green+Blue) = 96+1+78=175 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.86% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 78 (30.86% from 255 or 44.57% from 175); Max value from RGB is 96 - color contains mainly: red. Hex color #60014E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60014E is #9FFEB1. Grayscale: #252525. Windows color (decimal): -10485426 or 5112160. OLE color: 5112160.
HSL color Cylindrical-coordinate representation of color #60014E: hue angle of 311.37º 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 #60014E is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 1 | 78 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.62 |
| HSL | 311.37º | 0.98% | 0.19% | - |
| HSV(B) | 311.37º | 0.99% | 0.38% | - |
| XYZ | 6.21 | 3.06 | 7.47 | - |
| YUV | 38.18 | 150.47 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 1 | 78 | 0 | 0.99 | 0.19 | 0.62 | 311.37 | 0.98 | 0.19 |
| Hex | 60 | 1 | 4E | 0 | 63 | 13 | 3E | 137 | 62 | 13 |
| Octal | 140 | 1 | 116 | 0 | 143 | 23 | 76 | 467 | 142 | 23 |
| Binary | 1100000 | 1 | 1001110 | 0 | 1100011 | 10011 | 111110 | 100110111 | 1100010 | 10011 |
Color Harmonies of #60014E
Complementary color
Monochromatic Colors of #60014E
Black with #60014E
Text Example
Text Example
White with #60014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60014E; }
p { color: rgb(96,1,78); }
H1.HeaderClassName
{
color: #60014E;
}
.AnyTagClassName
{
color: #60014E;
}
</style>
background-color css
<style>
a { background-color: #60014E; }
a { background-color: rgb(96,1,78); }
div.DivClassName
{
background-color: #60014E;
}
.BgClassName
{
background-color: #60014E;
}
</style>
border-color css
<style>
span { border-color: #60014E; }
span { border-color: rgb(96,1,78); }
td.TdClassName
{
border-color: #60014E;
}
.TagClassName
{
border-color: #60014E;
}
</style>