Shades of Tyrian Purple #660056
Tints of Tyrian Purple #660056
RGB
CMYK
RGB Variations
Color information
#660056 (or 0x660056) is known color: Tyrian Purple. HEX triplet: 66, 00 and 56. RGB value is (102,0,86). Sum of RGB (Red+Green+Blue) = 102+0+86=188 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.26% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 86 (33.98% from 255 or 45.74% from 188); Max value from RGB is 102 - color contains mainly: red. Hex color #660056 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660056 is #99FFA9. Grayscale: #282828. Windows color (decimal): -10092458 or 5636198. OLE color: 5636198.
HSL color Cylindrical-coordinate representation of color #660056: hue angle of 309.41º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #660056 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 0 | 86 | - |
| CMYK | 0 | 1 | 0.16 | 0.6 |
| HSL | 309.41º | 1% | 0.2% | - |
| HSV(B) | 309.41º | 1% | 0.4% | - |
| XYZ | 7.16 | 3.5 | 9.1 | - |
| YUV | 40.3 | 153.79 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 0 | 86 | 0 | 1 | 0.16 | 0.6 | 309.41 | 1 | 0.2 |
| Hex | 66 | 0 | 56 | 0 | 64 | 10 | 3C | 135 | 64 | 14 |
| Octal | 146 | 0 | 126 | 0 | 144 | 20 | 74 | 465 | 144 | 24 |
| Binary | 1100110 | 0 | 1010110 | 0 | 1100100 | 10000 | 111100 | 100110101 | 1100100 | 10100 |
Color Harmonies of #660056
Complementary color
Monochromatic Colors of #660056
Black with #660056
Text Example
Text Example
White with #660056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660056; }
p { color: rgb(102,0,86); }
H1.HeaderClassName
{
color: #660056;
}
.AnyTagClassName
{
color: #660056;
}
</style>
background-color css
<style>
a { background-color: #660056; }
a { background-color: rgb(102,0,86); }
div.DivClassName
{
background-color: #660056;
}
.BgClassName
{
background-color: #660056;
}
</style>
border-color css
<style>
span { border-color: #660056; }
span { border-color: rgb(102,0,86); }
td.TdClassName
{
border-color: #660056;
}
.TagClassName
{
border-color: #660056;
}
</style>