Shades of Tyrian Purple #60034A
Tints of Tyrian Purple #60034A
RGB
CMYK
RGB Variations
Color information
#60034A (or 0x60034A) is known color: Tyrian Purple. HEX triplet: 60, 03 and 4A. RGB value is (96,3,74). Sum of RGB (Red+Green+Blue) = 96+3+74=173 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.49% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 74 (29.30% from 255 or 42.77% from 173); Max value from RGB is 96 - color contains mainly: red. Hex color #60034A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60034A is #9FFCB5. Grayscale: #262626. Windows color (decimal): -10484918 or 4850528. OLE color: 4850528.
HSL color Cylindrical-coordinate representation of color #60034A: hue angle of 314.19º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #60034A is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 3 | 74 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.62 |
| HSL | 314.19º | 0.94% | 0.19% | - |
| HSV(B) | 314.19º | 0.97% | 0.38% | - |
| XYZ | 6.09 | 3.05 | 6.75 | - |
| YUV | 38.9 | 147.81 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 3 | 74 | 0 | 0.97 | 0.23 | 0.62 | 314.19 | 0.94 | 0.19 |
| Hex | 60 | 3 | 4A | 0 | 61 | 17 | 3E | 13A | 5E | 13 |
| Octal | 140 | 3 | 112 | 0 | 141 | 27 | 76 | 472 | 136 | 23 |
| Binary | 1100000 | 11 | 1001010 | 0 | 1100001 | 10111 | 111110 | 100111010 | 1011110 | 10011 |
Color Harmonies of #60034A
Complementary color
Monochromatic Colors of #60034A
Black with #60034A
Text Example
Text Example
White with #60034A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60034A; }
p { color: rgb(96,3,74); }
H1.HeaderClassName
{
color: #60034A;
}
.AnyTagClassName
{
color: #60034A;
}
</style>
background-color css
<style>
a { background-color: #60034A; }
a { background-color: rgb(96,3,74); }
div.DivClassName
{
background-color: #60034A;
}
.BgClassName
{
background-color: #60034A;
}
</style>
border-color css
<style>
span { border-color: #60034A; }
span { border-color: rgb(96,3,74); }
td.TdClassName
{
border-color: #60034A;
}
.TagClassName
{
border-color: #60034A;
}
</style>