Shades of Tyrian Purple #60074F
Tints of Tyrian Purple #60074F
RGB
CMYK
RGB Variations
Color information
#60074F (or 0x60074F) is known color: Tyrian Purple. HEX triplet: 60, 07 and 4F. RGB value is (96,7,79). Sum of RGB (Red+Green+Blue) = 96+7+79=182 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.75% from 182); Green value is 7 (3.12% from 255 or 3.85% from 182); Blue value is 79 (31.25% from 255 or 43.41% from 182); Max value from RGB is 96 - color contains mainly: red. Hex color #60074F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60074F is #9FF8B0. Grayscale: #292929. Windows color (decimal): -10483889 or 5179232. OLE color: 5179232.
HSL color Cylindrical-coordinate representation of color #60074F: hue angle of 311.46º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #60074F is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 7 | 79 | - |
| CMYK | 0 | 0.93 | 0.18 | 0.62 |
| HSL | 311.46º | 0.86% | 0.2% | - |
| HSV(B) | 311.46º | 0.93% | 0.38% | - |
| XYZ | 6.31 | 3.2 | 7.68 | - |
| YUV | 41.82 | 148.99 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 7 | 79 | 0 | 0.93 | 0.18 | 0.62 | 311.46 | 0.86 | 0.2 |
| Hex | 60 | 7 | 4F | 0 | 5D | 12 | 3E | 137 | 56 | 14 |
| Octal | 140 | 7 | 117 | 0 | 135 | 22 | 76 | 467 | 126 | 24 |
| Binary | 1100000 | 111 | 1001111 | 0 | 1011101 | 10010 | 111110 | 100110111 | 1010110 | 10100 |
Color Harmonies of #60074F
Complementary color
Monochromatic Colors of #60074F
Black with #60074F
Text Example
Text Example
White with #60074F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60074F; }
p { color: rgb(96,7,79); }
H1.HeaderClassName
{
color: #60074F;
}
.AnyTagClassName
{
color: #60074F;
}
</style>
background-color css
<style>
a { background-color: #60074F; }
a { background-color: rgb(96,7,79); }
div.DivClassName
{
background-color: #60074F;
}
.BgClassName
{
background-color: #60074F;
}
</style>
border-color css
<style>
span { border-color: #60074F; }
span { border-color: rgb(96,7,79); }
td.TdClassName
{
border-color: #60074F;
}
.TagClassName
{
border-color: #60074F;
}
</style>