Shades of Tyrian Purple #660655
Tints of Tyrian Purple #660655
RGB
CMYK
RGB Variations
Color information
#660655 (or 0x660655) is known color: Tyrian Purple. HEX triplet: 66, 06 and 55. RGB value is (102,6,85). Sum of RGB (Red+Green+Blue) = 102+6+85=193 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.85% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 85 (33.59% from 255 or 44.04% from 193); Max value from RGB is 102 - color contains mainly: red. Hex color #660655 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660655 is #99F9AA. Grayscale: #2B2B2B. Windows color (decimal): -10090923 or 5572198. OLE color: 5572198.
HSL color Cylindrical-coordinate representation of color #660655: hue angle of 310.62º 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 #660655 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 6 | 85 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.6 |
| HSL | 310.63º | 0.89% | 0.21% | - |
| HSV(B) | 310.63º | 0.94% | 0.4% | - |
| XYZ | 7.18 | 3.61 | 8.91 | - |
| YUV | 43.71 | 151.3 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 6 | 85 | 0 | 0.94 | 0.17 | 0.6 | 310.63 | 0.89 | 0.21 |
| Hex | 66 | 6 | 55 | 0 | 5E | 11 | 3C | 137 | 59 | 15 |
| Octal | 146 | 6 | 125 | 0 | 136 | 21 | 74 | 467 | 131 | 25 |
| Binary | 1100110 | 110 | 1010101 | 0 | 1011110 | 10001 | 111100 | 100110111 | 1011001 | 10101 |
Color Harmonies of #660655
Complementary color
Monochromatic Colors of #660655
Black with #660655
Text Example
Text Example
White with #660655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660655; }
p { color: rgb(102,6,85); }
H1.HeaderClassName
{
color: #660655;
}
.AnyTagClassName
{
color: #660655;
}
</style>
background-color css
<style>
a { background-color: #660655; }
a { background-color: rgb(102,6,85); }
div.DivClassName
{
background-color: #660655;
}
.BgClassName
{
background-color: #660655;
}
</style>
border-color css
<style>
span { border-color: #660655; }
span { border-color: rgb(102,6,85); }
td.TdClassName
{
border-color: #660655;
}
.TagClassName
{
border-color: #660655;
}
</style>