Shades of Tyrian Purple #66064E
Tints of Tyrian Purple #66064E
RGB
CMYK
RGB Variations
Color information
#66064E (or 0x66064E) is known color: Tyrian Purple. HEX triplet: 66, 06 and 4E. RGB value is (102,6,78). Sum of RGB (Red+Green+Blue) = 102+6+78=186 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.84% from 186); Green value is 6 (2.73% from 255 or 3.23% from 186); Blue value is 78 (30.86% from 255 or 41.94% from 186); Max value from RGB is 102 - color contains mainly: red. Hex color #66064E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66064E is #99F9B1. Grayscale: #2A2A2A. Windows color (decimal): -10090930 or 5113446. OLE color: 5113446.
HSL color Cylindrical-coordinate representation of color #66064E: hue angle of 315º 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 #66064E is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 6 | 78 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.6 |
| HSL | 315º | 0.89% | 0.21% | - |
| HSV(B) | 315º | 0.94% | 0.4% | - |
| XYZ | 6.92 | 3.51 | 7.52 | - |
| YUV | 42.91 | 147.8 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 6 | 78 | 0 | 0.94 | 0.24 | 0.6 | 315 | 0.89 | 0.21 |
| Hex | 66 | 6 | 4E | 0 | 5E | 18 | 3C | 13B | 59 | 15 |
| Octal | 146 | 6 | 116 | 0 | 136 | 30 | 74 | 473 | 131 | 25 |
| Binary | 1100110 | 110 | 1001110 | 0 | 1011110 | 11000 | 111100 | 100111011 | 1011001 | 10101 |
Color Harmonies of #66064E
Complementary color
Monochromatic Colors of #66064E
Black with #66064E
Text Example
Text Example
White with #66064E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66064E; }
p { color: rgb(102,6,78); }
H1.HeaderClassName
{
color: #66064E;
}
.AnyTagClassName
{
color: #66064E;
}
</style>
background-color css
<style>
a { background-color: #66064E; }
a { background-color: rgb(102,6,78); }
div.DivClassName
{
background-color: #66064E;
}
.BgClassName
{
background-color: #66064E;
}
</style>
border-color css
<style>
span { border-color: #66064E; }
span { border-color: rgb(102,6,78); }
td.TdClassName
{
border-color: #66064E;
}
.TagClassName
{
border-color: #66064E;
}
</style>