Shades of Tyrian Purple #60093C
Tints of Tyrian Purple #60093C
RGB
CMYK
RGB Variations
Color information
#60093C (or 0x60093C) is known color: Tyrian Purple. HEX triplet: 60, 09 and 3C. RGB value is (96,9,60). Sum of RGB (Red+Green+Blue) = 96+9+60=165 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.18% from 165); Green value is 9 (3.91% from 255 or 5.45% from 165); Blue value is 60 (23.83% from 255 or 36.36% from 165); Max value from RGB is 96 - color contains mainly: red. Hex color #60093C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60093C is #9FF6C3. Grayscale: #282828. Windows color (decimal): -10483396 or 3934560. OLE color: 3934560.
HSL color Cylindrical-coordinate representation of color #60093C: hue angle of 324.83º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #60093C is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 9 | 60 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.62 |
| HSL | 324.83º | 0.83% | 0.21% | - |
| HSV(B) | 324.83º | 0.91% | 0.38% | - |
| XYZ | 5.74 | 3.01 | 4.55 | - |
| YUV | 40.83 | 138.82 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 9 | 60 | 0 | 0.91 | 0.38 | 0.62 | 324.83 | 0.83 | 0.21 |
| Hex | 60 | 9 | 3C | 0 | 5B | 26 | 3E | 145 | 53 | 15 |
| Octal | 140 | 11 | 74 | 0 | 133 | 46 | 76 | 505 | 123 | 25 |
| Binary | 1100000 | 1001 | 111100 | 0 | 1011011 | 100110 | 111110 | 101000101 | 1010011 | 10101 |
Color Harmonies of #60093C
Complementary color
Monochromatic Colors of #60093C
Black with #60093C
Text Example
Text Example
White with #60093C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60093C; }
p { color: rgb(96,9,60); }
H1.HeaderClassName
{
color: #60093C;
}
.AnyTagClassName
{
color: #60093C;
}
</style>
background-color css
<style>
a { background-color: #60093C; }
a { background-color: rgb(96,9,60); }
div.DivClassName
{
background-color: #60093C;
}
.BgClassName
{
background-color: #60093C;
}
</style>
border-color css
<style>
span { border-color: #60093C; }
span { border-color: rgb(96,9,60); }
td.TdClassName
{
border-color: #60093C;
}
.TagClassName
{
border-color: #60093C;
}
</style>