Shades of Tyrian Purple #600946
Tints of Tyrian Purple #600946
RGB
CMYK
RGB Variations
Color information
#600946 (or 0x600946) is known color: Tyrian Purple. HEX triplet: 60, 09 and 46. RGB value is (96,9,70). Sum of RGB (Red+Green+Blue) = 96+9+70=175 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.86% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 70 (27.73% from 255 or 40% from 175); Max value from RGB is 96 - color contains mainly: red. Hex color #600946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600946 is #9FF6B9. Grayscale: #292929. Windows color (decimal): -10483386 or 4589920. OLE color: 4589920.
HSL color Cylindrical-coordinate representation of color #600946: hue angle of 317.93º 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 #600946 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 9 | 70 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.62 |
| HSL | 317.93º | 0.83% | 0.21% | - |
| HSV(B) | 317.93º | 0.91% | 0.38% | - |
| XYZ | 6.03 | 3.12 | 6.08 | - |
| YUV | 41.97 | 143.82 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 9 | 70 | 0 | 0.91 | 0.27 | 0.62 | 317.93 | 0.83 | 0.21 |
| Hex | 60 | 9 | 46 | 0 | 5B | 1B | 3E | 13E | 53 | 15 |
| Octal | 140 | 11 | 106 | 0 | 133 | 33 | 76 | 476 | 123 | 25 |
| Binary | 1100000 | 1001 | 1000110 | 0 | 1011011 | 11011 | 111110 | 100111110 | 1010011 | 10101 |
Color Harmonies of #600946
Complementary color
Monochromatic Colors of #600946
Black with #600946
Text Example
Text Example
White with #600946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600946; }
p { color: rgb(96,9,70); }
H1.HeaderClassName
{
color: #600946;
}
.AnyTagClassName
{
color: #600946;
}
</style>
background-color css
<style>
a { background-color: #600946; }
a { background-color: rgb(96,9,70); }
div.DivClassName
{
background-color: #600946;
}
.BgClassName
{
background-color: #600946;
}
</style>
border-color css
<style>
span { border-color: #600946; }
span { border-color: rgb(96,9,70); }
td.TdClassName
{
border-color: #600946;
}
.TagClassName
{
border-color: #600946;
}
</style>