Shades of Tyrian Purple #60064F
Tints of Tyrian Purple #60064F
RGB
CMYK
RGB Variations
Color information
#60064F (or 0x60064F) is known color: Tyrian Purple. HEX triplet: 60, 06 and 4F. RGB value is (96,6,79). Sum of RGB (Red+Green+Blue) = 96+6+79=181 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.04% from 181); Green value is 6 (2.73% from 255 or 3.31% from 181); Blue value is 79 (31.25% from 255 or 43.65% from 181); Max value from RGB is 96 - color contains mainly: red. Hex color #60064F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60064F is #9FF9B0. Grayscale: #292929. Windows color (decimal): -10484145 or 5178976. OLE color: 5178976.
HSL color Cylindrical-coordinate representation of color #60064F: hue angle of 311.33º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #60064F is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 6 | 79 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.62 |
| HSL | 311.33º | 0.88% | 0.2% | - |
| HSV(B) | 311.33º | 0.94% | 0.38% | - |
| XYZ | 6.3 | 3.18 | 7.68 | - |
| YUV | 41.23 | 149.32 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 6 | 79 | 0 | 0.94 | 0.18 | 0.62 | 311.33 | 0.88 | 0.2 |
| Hex | 60 | 6 | 4F | 0 | 5E | 12 | 3E | 137 | 58 | 14 |
| Octal | 140 | 6 | 117 | 0 | 136 | 22 | 76 | 467 | 130 | 24 |
| Binary | 1100000 | 110 | 1001111 | 0 | 1011110 | 10010 | 111110 | 100110111 | 1011000 | 10100 |
Color Harmonies of #60064F
Complementary color
Monochromatic Colors of #60064F
Black with #60064F
Text Example
Text Example
White with #60064F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60064F; }
p { color: rgb(96,6,79); }
H1.HeaderClassName
{
color: #60064F;
}
.AnyTagClassName
{
color: #60064F;
}
</style>
background-color css
<style>
a { background-color: #60064F; }
a { background-color: rgb(96,6,79); }
div.DivClassName
{
background-color: #60064F;
}
.BgClassName
{
background-color: #60064F;
}
</style>
border-color css
<style>
span { border-color: #60064F; }
span { border-color: rgb(96,6,79); }
td.TdClassName
{
border-color: #60064F;
}
.TagClassName
{
border-color: #60064F;
}
</style>