Shades of Tyrian Purple #66044E
Tints of Tyrian Purple #66044E
RGB
CMYK
RGB Variations
Color information
#66044E (or 0x66044E) is known color: Tyrian Purple. HEX triplet: 66, 04 and 4E. RGB value is (102,4,78). Sum of RGB (Red+Green+Blue) = 102+4+78=184 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.43% from 184); Green value is 4 (1.95% from 255 or 2.17% from 184); Blue value is 78 (30.86% from 255 or 42.39% from 184); Max value from RGB is 102 - color contains mainly: red. Hex color #66044E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66044E is #99FBB1. Grayscale: #292929. Windows color (decimal): -10091442 or 5112934. OLE color: 5112934.
HSL color Cylindrical-coordinate representation of color #66044E: hue angle of 314.69º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #66044E is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 4 | 78 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.6 |
| HSL | 314.69º | 0.92% | 0.21% | - |
| HSV(B) | 314.69º | 0.96% | 0.4% | - |
| XYZ | 6.9 | 3.46 | 7.51 | - |
| YUV | 41.74 | 148.47 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 4 | 78 | 0 | 0.96 | 0.24 | 0.6 | 314.69 | 0.92 | 0.21 |
| Hex | 66 | 4 | 4E | 0 | 60 | 18 | 3C | 13B | 5C | 15 |
| Octal | 146 | 4 | 116 | 0 | 140 | 30 | 74 | 473 | 134 | 25 |
| Binary | 1100110 | 100 | 1001110 | 0 | 1100000 | 11000 | 111100 | 100111011 | 1011100 | 10101 |
Color Harmonies of #66044E
Complementary color
Monochromatic Colors of #66044E
Black with #66044E
Text Example
Text Example
White with #66044E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66044E; }
p { color: rgb(102,4,78); }
H1.HeaderClassName
{
color: #66044E;
}
.AnyTagClassName
{
color: #66044E;
}
</style>
background-color css
<style>
a { background-color: #66044E; }
a { background-color: rgb(102,4,78); }
div.DivClassName
{
background-color: #66044E;
}
.BgClassName
{
background-color: #66044E;
}
</style>
border-color css
<style>
span { border-color: #66044E; }
span { border-color: rgb(102,4,78); }
td.TdClassName
{
border-color: #66044E;
}
.TagClassName
{
border-color: #66044E;
}
</style>