Shades of Tyrian Purple #660643
Tints of Tyrian Purple #660643
RGB
CMYK
RGB Variations
Color information
#660643 (or 0x660643) is known color: Tyrian Purple. HEX triplet: 66, 06 and 43. RGB value is (102,6,67). Sum of RGB (Red+Green+Blue) = 102+6+67=175 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.29% from 175); Green value is 6 (2.73% from 255 or 3.43% from 175); Blue value is 67 (26.56% from 255 or 38.29% from 175); Max value from RGB is 102 - color contains mainly: red. Hex color #660643 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660643 is #99F9BC. Grayscale: #292929. Windows color (decimal): -10090941 or 4392550. OLE color: 4392550.
HSL color Cylindrical-coordinate representation of color #660643: hue angle of 321.88º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660643 is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 6 | 67 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.6 |
| HSL | 321.88º | 0.89% | 0.21% | - |
| HSV(B) | 321.88º | 0.94% | 0.4% | - |
| XYZ | 6.56 | 3.36 | 5.61 | - |
| YUV | 41.66 | 142.3 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 6 | 67 | 0 | 0.94 | 0.34 | 0.6 | 321.88 | 0.89 | 0.21 |
| Hex | 66 | 6 | 43 | 0 | 5E | 22 | 3C | 142 | 59 | 15 |
| Octal | 146 | 6 | 103 | 0 | 136 | 42 | 74 | 502 | 131 | 25 |
| Binary | 1100110 | 110 | 1000011 | 0 | 1011110 | 100010 | 111100 | 101000010 | 1011001 | 10101 |
Color Harmonies of #660643
Complementary color
Monochromatic Colors of #660643
Black with #660643
Text Example
Text Example
White with #660643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660643; }
p { color: rgb(102,6,67); }
H1.HeaderClassName
{
color: #660643;
}
.AnyTagClassName
{
color: #660643;
}
</style>
background-color css
<style>
a { background-color: #660643; }
a { background-color: rgb(102,6,67); }
div.DivClassName
{
background-color: #660643;
}
.BgClassName
{
background-color: #660643;
}
</style>
border-color css
<style>
span { border-color: #660643; }
span { border-color: rgb(102,6,67); }
td.TdClassName
{
border-color: #660643;
}
.TagClassName
{
border-color: #660643;
}
</style>