Shades of Tyrian Purple #60063C
Tints of Tyrian Purple #60063C
RGB
CMYK
RGB Variations
Color information
#60063C (or 0x60063C) is known color: Tyrian Purple. HEX triplet: 60, 06 and 3C. RGB value is (96,6,60). Sum of RGB (Red+Green+Blue) = 96+6+60=162 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.26% from 162); Green value is 6 (2.73% from 255 or 3.70% from 162); Blue value is 60 (23.83% from 255 or 37.04% from 162); Max value from RGB is 96 - color contains mainly: red. Hex color #60063C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60063C is #9FF9C3. Grayscale: #262626. Windows color (decimal): -10484164 or 3933792. OLE color: 3933792.
HSL color Cylindrical-coordinate representation of color #60063C: hue angle of 324º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #60063C is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 6 | 60 | - |
| CMYK | 0 | 0.94 | 0.38 | 0.62 |
| HSL | 324º | 0.88% | 0.2% | - |
| HSV(B) | 324º | 0.94% | 0.38% | - |
| XYZ | 5.7 | 2.94 | 4.54 | - |
| YUV | 39.07 | 139.82 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 6 | 60 | 0 | 0.94 | 0.38 | 0.62 | 324 | 0.88 | 0.2 |
| Hex | 60 | 6 | 3C | 0 | 5E | 26 | 3E | 144 | 58 | 14 |
| Octal | 140 | 6 | 74 | 0 | 136 | 46 | 76 | 504 | 130 | 24 |
| Binary | 1100000 | 110 | 111100 | 0 | 1011110 | 100110 | 111110 | 101000100 | 1011000 | 10100 |
Color Harmonies of #60063C
Complementary color
Monochromatic Colors of #60063C
Black with #60063C
Text Example
Text Example
White with #60063C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60063C; }
p { color: rgb(96,6,60); }
H1.HeaderClassName
{
color: #60063C;
}
.AnyTagClassName
{
color: #60063C;
}
</style>
background-color css
<style>
a { background-color: #60063C; }
a { background-color: rgb(96,6,60); }
div.DivClassName
{
background-color: #60063C;
}
.BgClassName
{
background-color: #60063C;
}
</style>
border-color css
<style>
span { border-color: #60063C; }
span { border-color: rgb(96,6,60); }
td.TdClassName
{
border-color: #60063C;
}
.TagClassName
{
border-color: #60063C;
}
</style>