Shades of Tyrian Purple #600945
Tints of Tyrian Purple #600945
RGB
CMYK
RGB Variations
Color information
#600945 (or 0x600945) is known color: Tyrian Purple. HEX triplet: 60, 09 and 45. RGB value is (96,9,69). Sum of RGB (Red+Green+Blue) = 96+9+69=174 (23% of max value = 765). Red value is 96 (37.89% from 255 or 55.17% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 69 (27.34% from 255 or 39.66% from 174); Max value from RGB is 96 - color contains mainly: red. Hex color #600945 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600945 is #9FF6BA. Grayscale: #292929. Windows color (decimal): -10483387 or 4524384. OLE color: 4524384.
HSL color Cylindrical-coordinate representation of color #600945: hue angle of 318.62º 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 #600945 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 9 | 69 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.62 |
| HSL | 318.62º | 0.83% | 0.21% | - |
| HSV(B) | 318.62º | 0.91% | 0.38% | - |
| XYZ | 6 | 3.11 | 5.91 | - |
| YUV | 41.85 | 143.32 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 9 | 69 | 0 | 0.91 | 0.28 | 0.62 | 318.62 | 0.83 | 0.21 |
| Hex | 60 | 9 | 45 | 0 | 5B | 1C | 3E | 13F | 53 | 15 |
| Octal | 140 | 11 | 105 | 0 | 133 | 34 | 76 | 477 | 123 | 25 |
| Binary | 1100000 | 1001 | 1000101 | 0 | 1011011 | 11100 | 111110 | 100111111 | 1010011 | 10101 |
Color Harmonies of #600945
Complementary color
Monochromatic Colors of #600945
Black with #600945
Text Example
Text Example
White with #600945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600945; }
p { color: rgb(96,9,69); }
H1.HeaderClassName
{
color: #600945;
}
.AnyTagClassName
{
color: #600945;
}
</style>
background-color css
<style>
a { background-color: #600945; }
a { background-color: rgb(96,9,69); }
div.DivClassName
{
background-color: #600945;
}
.BgClassName
{
background-color: #600945;
}
</style>
border-color css
<style>
span { border-color: #600945; }
span { border-color: rgb(96,9,69); }
td.TdClassName
{
border-color: #600945;
}
.TagClassName
{
border-color: #600945;
}
</style>