Shades of Tyrian Purple #600045
Tints of Tyrian Purple #600045
RGB
CMYK
RGB Variations
Color information
#600045 (or 0x600045) is known color: Tyrian Purple. HEX triplet: 60, 00 and 45. RGB value is (96,0,69). Sum of RGB (Red+Green+Blue) = 96+0+69=165 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.18% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 69 (27.34% from 255 or 41.82% from 165); Max value from RGB is 96 - color contains mainly: red. Hex color #600045 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600045 is #9FFFBA. Grayscale: #242424. Windows color (decimal): -10485691 or 4522080. OLE color: 4522080.
HSL color Cylindrical-coordinate representation of color #600045: hue angle of 316.88º 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 #600045 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 0 | 69 | - |
| CMYK | 0 | 1 | 0.28 | 0.62 |
| HSL | 316.88º | 1% | 0.19% | - |
| HSV(B) | 316.88º | 1% | 0.38% | - |
| XYZ | 5.9 | 2.92 | 5.88 | - |
| YUV | 36.57 | 146.3 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 0 | 69 | 0 | 1 | 0.28 | 0.62 | 316.88 | 1 | 0.19 |
| Hex | 60 | 0 | 45 | 0 | 64 | 1C | 3E | 13D | 64 | 13 |
| Octal | 140 | 0 | 105 | 0 | 144 | 34 | 76 | 475 | 144 | 23 |
| Binary | 1100000 | 0 | 1000101 | 0 | 1100100 | 11100 | 111110 | 100111101 | 1100100 | 10011 |
Color Harmonies of #600045
Complementary color
Monochromatic Colors of #600045
Black with #600045
Text Example
Text Example
White with #600045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600045; }
p { color: rgb(96,0,69); }
H1.HeaderClassName
{
color: #600045;
}
.AnyTagClassName
{
color: #600045;
}
</style>
background-color css
<style>
a { background-color: #600045; }
a { background-color: rgb(96,0,69); }
div.DivClassName
{
background-color: #600045;
}
.BgClassName
{
background-color: #600045;
}
</style>
border-color css
<style>
span { border-color: #600045; }
span { border-color: rgb(96,0,69); }
td.TdClassName
{
border-color: #600045;
}
.TagClassName
{
border-color: #600045;
}
</style>