Shades of Tyrian Purple #60013C
Tints of Tyrian Purple #60013C
RGB
CMYK
RGB Variations
Color information
#60013C (or 0x60013C) is known color: Tyrian Purple. HEX triplet: 60, 01 and 3C. RGB value is (96,1,60). Sum of RGB (Red+Green+Blue) = 96+1+60=157 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.15% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 60 (23.83% from 255 or 38.22% from 157); Max value from RGB is 96 - color contains mainly: red. Hex color #60013C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60013C is #9FFEC3. Grayscale: #232323. Windows color (decimal): -10485444 or 3932512. OLE color: 3932512.
HSL color Cylindrical-coordinate representation of color #60013C: hue angle of 322.74º 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 #60013C is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 1 | 60 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.62 |
| HSL | 322.74º | 0.98% | 0.19% | - |
| HSV(B) | 322.74º | 0.99% | 0.38% | - |
| XYZ | 5.65 | 2.83 | 4.52 | - |
| YUV | 36.13 | 141.47 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 1 | 60 | 0 | 0.99 | 0.38 | 0.62 | 322.74 | 0.98 | 0.19 |
| Hex | 60 | 1 | 3C | 0 | 63 | 26 | 3E | 143 | 62 | 13 |
| Octal | 140 | 1 | 74 | 0 | 143 | 46 | 76 | 503 | 142 | 23 |
| Binary | 1100000 | 1 | 111100 | 0 | 1100011 | 100110 | 111110 | 101000011 | 1100010 | 10011 |
Color Harmonies of #60013C
Complementary color
Monochromatic Colors of #60013C
Black with #60013C
Text Example
Text Example
White with #60013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60013C; }
p { color: rgb(96,1,60); }
H1.HeaderClassName
{
color: #60013C;
}
.AnyTagClassName
{
color: #60013C;
}
</style>
background-color css
<style>
a { background-color: #60013C; }
a { background-color: rgb(96,1,60); }
div.DivClassName
{
background-color: #60013C;
}
.BgClassName
{
background-color: #60013C;
}
</style>
border-color css
<style>
span { border-color: #60013C; }
span { border-color: rgb(96,1,60); }
td.TdClassName
{
border-color: #60013C;
}
.TagClassName
{
border-color: #60013C;
}
</style>