Shades of Tyrian Purple #60003C
Tints of Tyrian Purple #60003C
RGB
CMYK
RGB Variations
Color information
#60003C (or 0x60003C) is known color: Tyrian Purple. HEX triplet: 60, 00 and 3C. RGB value is (96,0,60). Sum of RGB (Red+Green+Blue) = 96+0+60=156 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.54% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 60 (23.83% from 255 or 38.46% from 156); Max value from RGB is 96 - color contains mainly: red. Hex color #60003C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60003C is #9FFFC3. Grayscale: #232323. Windows color (decimal): -10485700 or 3932256. OLE color: 3932256.
HSL color Cylindrical-coordinate representation of color #60003C: hue angle of 322.5º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #60003C is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.38 | 0.62 |
| HSL | 322.5º | 1% | 0.19% | - |
| HSV(B) | 322.5º | 1% | 0.38% | - |
| XYZ | 5.64 | 2.81 | 4.52 | - |
| YUV | 35.54 | 141.8 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 0 | 60 | 0 | 1 | 0.38 | 0.62 | 322.5 | 1 | 0.19 |
| Hex | 60 | 0 | 3C | 0 | 64 | 26 | 3E | 142 | 64 | 13 |
| Octal | 140 | 0 | 74 | 0 | 144 | 46 | 76 | 502 | 144 | 23 |
| Binary | 1100000 | 0 | 111100 | 0 | 1100100 | 100110 | 111110 | 101000010 | 1100100 | 10011 |
Color Harmonies of #60003C
Complementary color
Monochromatic Colors of #60003C
Black with #60003C
Text Example
Text Example
White with #60003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60003C; }
p { color: rgb(96,0,60); }
H1.HeaderClassName
{
color: #60003C;
}
.AnyTagClassName
{
color: #60003C;
}
</style>
background-color css
<style>
a { background-color: #60003C; }
a { background-color: rgb(96,0,60); }
div.DivClassName
{
background-color: #60003C;
}
.BgClassName
{
background-color: #60003C;
}
</style>
border-color css
<style>
span { border-color: #60003C; }
span { border-color: rgb(96,0,60); }
td.TdClassName
{
border-color: #60003C;
}
.TagClassName
{
border-color: #60003C;
}
</style>