Shades of Tyrian Purple #660156
Tints of Tyrian Purple #660156
RGB
CMYK
RGB Variations
Color information
#660156 (or 0x660156) is known color: Tyrian Purple. HEX triplet: 66, 01 and 56. RGB value is (102,1,86). Sum of RGB (Red+Green+Blue) = 102+1+86=189 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.97% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 86 (33.98% from 255 or 45.50% from 189); Max value from RGB is 102 - color contains mainly: red. Hex color #660156 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660156 is #99FEA9. Grayscale: #282828. Windows color (decimal): -10092202 or 5636454. OLE color: 5636454.
HSL color Cylindrical-coordinate representation of color #660156: hue angle of 309.5º 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 #660156 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 1 | 86 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.6 |
| HSL | 309.5º | 0.98% | 0.2% | - |
| HSV(B) | 309.5º | 0.99% | 0.4% | - |
| XYZ | 7.17 | 3.52 | 9.11 | - |
| YUV | 40.89 | 153.46 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 1 | 86 | 0 | 0.99 | 0.16 | 0.6 | 309.5 | 0.98 | 0.2 |
| Hex | 66 | 1 | 56 | 0 | 63 | 10 | 3C | 136 | 62 | 14 |
| Octal | 146 | 1 | 126 | 0 | 143 | 20 | 74 | 466 | 142 | 24 |
| Binary | 1100110 | 1 | 1010110 | 0 | 1100011 | 10000 | 111100 | 100110110 | 1100010 | 10100 |
Color Harmonies of #660156
Complementary color
Monochromatic Colors of #660156
Black with #660156
Text Example
Text Example
White with #660156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660156; }
p { color: rgb(102,1,86); }
H1.HeaderClassName
{
color: #660156;
}
.AnyTagClassName
{
color: #660156;
}
</style>
background-color css
<style>
a { background-color: #660156; }
a { background-color: rgb(102,1,86); }
div.DivClassName
{
background-color: #660156;
}
.BgClassName
{
background-color: #660156;
}
</style>
border-color css
<style>
span { border-color: #660156; }
span { border-color: rgb(102,1,86); }
td.TdClassName
{
border-color: #660156;
}
.TagClassName
{
border-color: #660156;
}
</style>