Shades of Tyrian Purple #660846
Tints of Tyrian Purple #660846
RGB
CMYK
RGB Variations
Color information
#660846 (or 0x660846) is known color: Tyrian Purple. HEX triplet: 66, 08 and 46. RGB value is (102,8,70). Sum of RGB (Red+Green+Blue) = 102+8+70=180 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.67% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 70 (27.73% from 255 or 38.89% from 180); Max value from RGB is 102 - color contains mainly: red. Hex color #660846 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660846 is #99F7B9. Grayscale: #2B2B2B. Windows color (decimal): -10090426 or 4589670. OLE color: 4589670.
HSL color Cylindrical-coordinate representation of color #660846: hue angle of 320.43º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #660846 is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 8 | 70 | - |
| CMYK | 0 | 0.92 | 0.31 | 0.6 |
| HSL | 320.43º | 0.85% | 0.22% | - |
| HSV(B) | 320.43º | 0.92% | 0.4% | - |
| XYZ | 6.67 | 3.44 | 6.11 | - |
| YUV | 43.17 | 143.14 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 8 | 70 | 0 | 0.92 | 0.31 | 0.6 | 320.43 | 0.85 | 0.22 |
| Hex | 66 | 8 | 46 | 0 | 5C | 1F | 3C | 140 | 55 | 16 |
| Octal | 146 | 10 | 106 | 0 | 134 | 37 | 74 | 500 | 125 | 26 |
| Binary | 1100110 | 1000 | 1000110 | 0 | 1011100 | 11111 | 111100 | 101000000 | 1010101 | 10110 |
Color Harmonies of #660846
Complementary color
Monochromatic Colors of #660846
Black with #660846
Text Example
Text Example
White with #660846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660846; }
p { color: rgb(102,8,70); }
H1.HeaderClassName
{
color: #660846;
}
.AnyTagClassName
{
color: #660846;
}
</style>
background-color css
<style>
a { background-color: #660846; }
a { background-color: rgb(102,8,70); }
div.DivClassName
{
background-color: #660846;
}
.BgClassName
{
background-color: #660846;
}
</style>
border-color css
<style>
span { border-color: #660846; }
span { border-color: rgb(102,8,70); }
td.TdClassName
{
border-color: #660846;
}
.TagClassName
{
border-color: #660846;
}
</style>