Shades of Tyrian Purple #660155
Tints of Tyrian Purple #660155
RGB
CMYK
RGB Variations
Color information
#660155 (or 0x660155) is known color: Tyrian Purple. HEX triplet: 66, 01 and 55. RGB value is (102,1,85). Sum of RGB (Red+Green+Blue) = 102+1+85=188 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.26% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 85 (33.59% from 255 or 45.21% from 188); Max value from RGB is 102 - color contains mainly: red. Hex color #660155 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660155 is #99FEAA. Grayscale: #282828. Windows color (decimal): -10092203 or 5570918. OLE color: 5570918.
HSL color Cylindrical-coordinate representation of color #660155: hue angle of 310.1º 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 #660155 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 1 | 85 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.6 |
| HSL | 310.1º | 0.98% | 0.2% | - |
| HSV(B) | 310.1º | 0.99% | 0.4% | - |
| XYZ | 7.13 | 3.5 | 8.89 | - |
| YUV | 40.78 | 152.96 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 1 | 85 | 0 | 0.99 | 0.17 | 0.6 | 310.1 | 0.98 | 0.2 |
| Hex | 66 | 1 | 55 | 0 | 63 | 11 | 3C | 136 | 62 | 14 |
| Octal | 146 | 1 | 125 | 0 | 143 | 21 | 74 | 466 | 142 | 24 |
| Binary | 1100110 | 1 | 1010101 | 0 | 1100011 | 10001 | 111100 | 100110110 | 1100010 | 10100 |
Color Harmonies of #660155
Complementary color
Monochromatic Colors of #660155
Black with #660155
Text Example
Text Example
White with #660155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660155; }
p { color: rgb(102,1,85); }
H1.HeaderClassName
{
color: #660155;
}
.AnyTagClassName
{
color: #660155;
}
</style>
background-color css
<style>
a { background-color: #660155; }
a { background-color: rgb(102,1,85); }
div.DivClassName
{
background-color: #660155;
}
.BgClassName
{
background-color: #660155;
}
</style>
border-color css
<style>
span { border-color: #660155; }
span { border-color: rgb(102,1,85); }
td.TdClassName
{
border-color: #660155;
}
.TagClassName
{
border-color: #660155;
}
</style>