Shades of Tyrian Purple #60013F
Tints of Tyrian Purple #60013F
RGB
CMYK
RGB Variations
Color information
#60013F (or 0x60013F) is known color: Tyrian Purple. HEX triplet: 60, 01 and 3F. RGB value is (96,1,63). Sum of RGB (Red+Green+Blue) = 96+1+63=160 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 63 (25% from 255 or 39.38% from 160); Max value from RGB is 96 - color contains mainly: red. Hex color #60013F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60013F is #9FFEC0. Grayscale: #242424. Windows color (decimal): -10485441 or 4129120. OLE color: 4129120.
HSL color Cylindrical-coordinate representation of color #60013F: hue angle of 320.84º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #60013F is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 1 | 63 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.62 |
| HSL | 320.84º | 0.98% | 0.19% | - |
| HSV(B) | 320.84º | 0.99% | 0.38% | - |
| XYZ | 5.73 | 2.87 | 4.95 | - |
| YUV | 36.47 | 142.97 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 1 | 63 | 0 | 0.99 | 0.34 | 0.62 | 320.84 | 0.98 | 0.19 |
| Hex | 60 | 1 | 3F | 0 | 63 | 22 | 3E | 141 | 62 | 13 |
| Octal | 140 | 1 | 77 | 0 | 143 | 42 | 76 | 501 | 142 | 23 |
| Binary | 1100000 | 1 | 111111 | 0 | 1100011 | 100010 | 111110 | 101000001 | 1100010 | 10011 |
Color Harmonies of #60013F
Complementary color
Monochromatic Colors of #60013F
Black with #60013F
Text Example
Text Example
White with #60013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60013F; }
p { color: rgb(96,1,63); }
H1.HeaderClassName
{
color: #60013F;
}
.AnyTagClassName
{
color: #60013F;
}
</style>
background-color css
<style>
a { background-color: #60013F; }
a { background-color: rgb(96,1,63); }
div.DivClassName
{
background-color: #60013F;
}
.BgClassName
{
background-color: #60013F;
}
</style>
border-color css
<style>
span { border-color: #60013F; }
span { border-color: rgb(96,1,63); }
td.TdClassName
{
border-color: #60013F;
}
.TagClassName
{
border-color: #60013F;
}
</style>