Shades of Tyrian Purple #60003B
Tints of Tyrian Purple #60003B
RGB
CMYK
RGB Variations
Color information
#60003B (or 0x60003B) is known color: Tyrian Purple. HEX triplet: 60, 00 and 3B. RGB value is (96,0,59). Sum of RGB (Red+Green+Blue) = 96+0+59=155 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.94% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 59 (23.44% from 255 or 38.06% from 155); Max value from RGB is 96 - color contains mainly: red. Hex color #60003B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60003B is #9FFFC4. Grayscale: #232323. Windows color (decimal): -10485701 or 3866720. OLE color: 3866720.
HSL color Cylindrical-coordinate representation of color #60003B: hue angle of 323.12º 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 #60003B is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.39 | 0.62 |
| HSL | 323.13º | 1% | 0.19% | - |
| HSV(B) | 323.13º | 1% | 0.38% | - |
| XYZ | 5.61 | 2.8 | 4.38 | - |
| YUV | 35.43 | 141.3 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 0 | 59 | 0 | 1 | 0.39 | 0.62 | 323.13 | 1 | 0.19 |
| Hex | 60 | 0 | 3B | 0 | 64 | 27 | 3E | 143 | 64 | 13 |
| Octal | 140 | 0 | 73 | 0 | 144 | 47 | 76 | 503 | 144 | 23 |
| Binary | 1100000 | 0 | 111011 | 0 | 1100100 | 100111 | 111110 | 101000011 | 1100100 | 10011 |
Color Harmonies of #60003B
Complementary color
Monochromatic Colors of #60003B
Black with #60003B
Text Example
Text Example
White with #60003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60003B; }
p { color: rgb(96,0,59); }
H1.HeaderClassName
{
color: #60003B;
}
.AnyTagClassName
{
color: #60003B;
}
</style>
background-color css
<style>
a { background-color: #60003B; }
a { background-color: rgb(96,0,59); }
div.DivClassName
{
background-color: #60003B;
}
.BgClassName
{
background-color: #60003B;
}
</style>
border-color css
<style>
span { border-color: #60003B; }
span { border-color: rgb(96,0,59); }
td.TdClassName
{
border-color: #60003B;
}
.TagClassName
{
border-color: #60003B;
}
</style>