Shades of Tyrian Purple #660946
Tints of Tyrian Purple #660946
RGB
CMYK
RGB Variations
Color information
#660946 (or 0x660946) is known color: Tyrian Purple. HEX triplet: 66, 09 and 46. RGB value is (102,9,70). Sum of RGB (Red+Green+Blue) = 102+9+70=181 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.35% from 181); Green value is 9 (3.91% from 255 or 4.97% from 181); Blue value is 70 (27.73% from 255 or 38.67% from 181); Max value from RGB is 102 - color contains mainly: red. Hex color #660946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660946 is #99F6B9. Grayscale: #2B2B2B. Windows color (decimal): -10090170 or 4589926. OLE color: 4589926.
HSL color Cylindrical-coordinate representation of color #660946: hue angle of 320.65º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #660946 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 9 | 70 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.6 |
| HSL | 320.65º | 0.84% | 0.22% | - |
| HSV(B) | 320.65º | 0.91% | 0.4% | - |
| XYZ | 6.68 | 3.46 | 6.11 | - |
| YUV | 43.76 | 142.81 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 9 | 70 | 0 | 0.91 | 0.31 | 0.6 | 320.65 | 0.84 | 0.22 |
| Hex | 66 | 9 | 46 | 0 | 5B | 1F | 3C | 141 | 54 | 16 |
| Octal | 146 | 11 | 106 | 0 | 133 | 37 | 74 | 501 | 124 | 26 |
| Binary | 1100110 | 1001 | 1000110 | 0 | 1011011 | 11111 | 111100 | 101000001 | 1010100 | 10110 |
Color Harmonies of #660946
Complementary color
Monochromatic Colors of #660946
Black with #660946
Text Example
Text Example
White with #660946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660946; }
p { color: rgb(102,9,70); }
H1.HeaderClassName
{
color: #660946;
}
.AnyTagClassName
{
color: #660946;
}
</style>
background-color css
<style>
a { background-color: #660946; }
a { background-color: rgb(102,9,70); }
div.DivClassName
{
background-color: #660946;
}
.BgClassName
{
background-color: #660946;
}
</style>
border-color css
<style>
span { border-color: #660946; }
span { border-color: rgb(102,9,70); }
td.TdClassName
{
border-color: #660946;
}
.TagClassName
{
border-color: #660946;
}
</style>