Shades of Tyrian Purple #660149
Tints of Tyrian Purple #660149
RGB
CMYK
RGB Variations
Color information
#660149 (or 0x660149) is known color: Tyrian Purple. HEX triplet: 66, 01 and 49. RGB value is (102,1,73). Sum of RGB (Red+Green+Blue) = 102+1+73=176 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.95% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 73 (28.91% from 255 or 41.48% from 176); Max value from RGB is 102 - color contains mainly: red. Hex color #660149 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660149 is #99FEB6. Grayscale: #272727. Windows color (decimal): -10092215 or 4784486. OLE color: 4784486.
HSL color Cylindrical-coordinate representation of color #660149: hue angle of 317.23º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #660149 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 1 | 73 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.6 |
| HSL | 317.23º | 0.98% | 0.2% | - |
| HSV(B) | 317.23º | 0.99% | 0.4% | - |
| XYZ | 6.69 | 3.33 | 6.59 | - |
| YUV | 39.41 | 146.96 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 1 | 73 | 0 | 0.99 | 0.28 | 0.6 | 317.23 | 0.98 | 0.2 |
| Hex | 66 | 1 | 49 | 0 | 63 | 1C | 3C | 13D | 62 | 14 |
| Octal | 146 | 1 | 111 | 0 | 143 | 34 | 74 | 475 | 142 | 24 |
| Binary | 1100110 | 1 | 1001001 | 0 | 1100011 | 11100 | 111100 | 100111101 | 1100010 | 10100 |
Color Harmonies of #660149
Complementary color
Monochromatic Colors of #660149
Black with #660149
Text Example
Text Example
White with #660149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660149; }
p { color: rgb(102,1,73); }
H1.HeaderClassName
{
color: #660149;
}
.AnyTagClassName
{
color: #660149;
}
</style>
background-color css
<style>
a { background-color: #660149; }
a { background-color: rgb(102,1,73); }
div.DivClassName
{
background-color: #660149;
}
.BgClassName
{
background-color: #660149;
}
</style>
border-color css
<style>
span { border-color: #660149; }
span { border-color: rgb(102,1,73); }
td.TdClassName
{
border-color: #660149;
}
.TagClassName
{
border-color: #660149;
}
</style>