Shades of Tyrian Purple #660637
Tints of Tyrian Purple #660637
RGB
CMYK
RGB Variations
Color information
#660637 (or 0x660637) is known color: Tyrian Purple. HEX triplet: 66, 06 and 37. RGB value is (102,6,55). Sum of RGB (Red+Green+Blue) = 102+6+55=163 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.58% from 163); Green value is 6 (2.73% from 255 or 3.68% from 163); Blue value is 55 (21.88% from 255 or 33.74% from 163); Max value from RGB is 102 - color contains mainly: red. Hex color #660637 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660637 is #99F9C8. Grayscale: #282828. Windows color (decimal): -10090953 or 3606118. OLE color: 3606118.
HSL color Cylindrical-coordinate representation of color #660637: hue angle of 329.38º 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 #660637 is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 6 | 55 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.6 |
| HSL | 329.38º | 0.89% | 0.21% | - |
| HSV(B) | 329.38º | 0.94% | 0.4% | - |
| XYZ | 6.23 | 3.23 | 3.91 | - |
| YUV | 40.29 | 136.3 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 6 | 55 | 0 | 0.94 | 0.46 | 0.6 | 329.38 | 0.89 | 0.21 |
| Hex | 66 | 6 | 37 | 0 | 5E | 2E | 3C | 149 | 59 | 15 |
| Octal | 146 | 6 | 67 | 0 | 136 | 56 | 74 | 511 | 131 | 25 |
| Binary | 1100110 | 110 | 110111 | 0 | 1011110 | 101110 | 111100 | 101001001 | 1011001 | 10101 |
Color Harmonies of #660637
Complementary color
Monochromatic Colors of #660637
Black with #660637
Text Example
Text Example
White with #660637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660637; }
p { color: rgb(102,6,55); }
H1.HeaderClassName
{
color: #660637;
}
.AnyTagClassName
{
color: #660637;
}
</style>
background-color css
<style>
a { background-color: #660637; }
a { background-color: rgb(102,6,55); }
div.DivClassName
{
background-color: #660637;
}
.BgClassName
{
background-color: #660637;
}
</style>
border-color css
<style>
span { border-color: #660637; }
span { border-color: rgb(102,6,55); }
td.TdClassName
{
border-color: #660637;
}
.TagClassName
{
border-color: #660637;
}
</style>