Shades of Tyrian Purple #60003D
Tints of Tyrian Purple #60003D
RGB
CMYK
RGB Variations
Color information
#60003D (or 0x60003D) is known color: Tyrian Purple. HEX triplet: 60, 00 and 3D. RGB value is (96,0,61). Sum of RGB (Red+Green+Blue) = 96+0+61=157 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.15% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 61 (24.22% from 255 or 38.85% from 157); Max value from RGB is 96 - color contains mainly: red. Hex color #60003D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60003D is #9FFFC2. Grayscale: #232323. Windows color (decimal): -10485699 or 3997792. OLE color: 3997792.
HSL color Cylindrical-coordinate representation of color #60003D: hue angle of 321.88º 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 #60003D is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 0 | 61 | - |
| CMYK | 0 | 1 | 0.36 | 0.62 |
| HSL | 321.88º | 1% | 0.19% | - |
| HSV(B) | 321.88º | 1% | 0.38% | - |
| XYZ | 5.67 | 2.82 | 4.66 | - |
| YUV | 35.66 | 142.3 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 0 | 61 | 0 | 1 | 0.36 | 0.62 | 321.88 | 1 | 0.19 |
| Hex | 60 | 0 | 3D | 0 | 64 | 24 | 3E | 142 | 64 | 13 |
| Octal | 140 | 0 | 75 | 0 | 144 | 44 | 76 | 502 | 144 | 23 |
| Binary | 1100000 | 0 | 111101 | 0 | 1100100 | 100100 | 111110 | 101000010 | 1100100 | 10011 |
Color Harmonies of #60003D
Complementary color
Monochromatic Colors of #60003D
Black with #60003D
Text Example
Text Example
White with #60003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60003D; }
p { color: rgb(96,0,61); }
H1.HeaderClassName
{
color: #60003D;
}
.AnyTagClassName
{
color: #60003D;
}
</style>
background-color css
<style>
a { background-color: #60003D; }
a { background-color: rgb(96,0,61); }
div.DivClassName
{
background-color: #60003D;
}
.BgClassName
{
background-color: #60003D;
}
</style>
border-color css
<style>
span { border-color: #60003D; }
span { border-color: rgb(96,0,61); }
td.TdClassName
{
border-color: #60003D;
}
.TagClassName
{
border-color: #60003D;
}
</style>