Shades of Tyrian Purple #66084E
Tints of Tyrian Purple #66084E
RGB
CMYK
RGB Variations
Color information
#66084E (or 0x66084E) is known color: Tyrian Purple. HEX triplet: 66, 08 and 4E. RGB value is (102,8,78). Sum of RGB (Red+Green+Blue) = 102+8+78=188 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.26% from 188); Green value is 8 (3.52% from 255 or 4.26% from 188); Blue value is 78 (30.86% from 255 or 41.49% from 188); Max value from RGB is 102 - color contains mainly: red. Hex color #66084E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66084E is #99F7B1. Grayscale: #2B2B2B. Windows color (decimal): -10090418 or 5113958. OLE color: 5113958.
HSL color Cylindrical-coordinate representation of color #66084E: hue angle of 315.32º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #66084E is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 8 | 78 | - |
| CMYK | 0 | 0.92 | 0.24 | 0.6 |
| HSL | 315.32º | 0.85% | 0.22% | - |
| HSV(B) | 315.32º | 0.92% | 0.4% | - |
| XYZ | 6.94 | 3.55 | 7.53 | - |
| YUV | 44.09 | 147.14 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 8 | 78 | 0 | 0.92 | 0.24 | 0.6 | 315.32 | 0.85 | 0.22 |
| Hex | 66 | 8 | 4E | 0 | 5C | 18 | 3C | 13B | 55 | 16 |
| Octal | 146 | 10 | 116 | 0 | 134 | 30 | 74 | 473 | 125 | 26 |
| Binary | 1100110 | 1000 | 1001110 | 0 | 1011100 | 11000 | 111100 | 100111011 | 1010101 | 10110 |
Color Harmonies of #66084E
Complementary color
Monochromatic Colors of #66084E
Black with #66084E
Text Example
Text Example
White with #66084E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66084E; }
p { color: rgb(102,8,78); }
H1.HeaderClassName
{
color: #66084E;
}
.AnyTagClassName
{
color: #66084E;
}
</style>
background-color css
<style>
a { background-color: #66084E; }
a { background-color: rgb(102,8,78); }
div.DivClassName
{
background-color: #66084E;
}
.BgClassName
{
background-color: #66084E;
}
</style>
border-color css
<style>
span { border-color: #66084E; }
span { border-color: rgb(102,8,78); }
td.TdClassName
{
border-color: #66084E;
}
.TagClassName
{
border-color: #66084E;
}
</style>