Shades of Tyrian Purple #66034E
Tints of Tyrian Purple #66034E
RGB
CMYK
RGB Variations
Color information
#66034E (or 0x66034E) is known color: Tyrian Purple. HEX triplet: 66, 03 and 4E. RGB value is (102,3,78). Sum of RGB (Red+Green+Blue) = 102+3+78=183 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.74% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 78 (30.86% from 255 or 42.62% from 183); Max value from RGB is 102 - color contains mainly: red. Hex color #66034E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66034E is #99FCB1. Grayscale: #282828. Windows color (decimal): -10091698 or 5112678. OLE color: 5112678.
HSL color Cylindrical-coordinate representation of color #66034E: hue angle of 314.55º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #66034E is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 3 | 78 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.6 |
| HSL | 314.55º | 0.94% | 0.21% | - |
| HSV(B) | 314.55º | 0.97% | 0.4% | - |
| XYZ | 6.89 | 3.44 | 7.51 | - |
| YUV | 41.15 | 148.8 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 3 | 78 | 0 | 0.97 | 0.24 | 0.6 | 314.55 | 0.94 | 0.21 |
| Hex | 66 | 3 | 4E | 0 | 61 | 18 | 3C | 13B | 5E | 15 |
| Octal | 146 | 3 | 116 | 0 | 141 | 30 | 74 | 473 | 136 | 25 |
| Binary | 1100110 | 11 | 1001110 | 0 | 1100001 | 11000 | 111100 | 100111011 | 1011110 | 10101 |
Color Harmonies of #66034E
Complementary color
Monochromatic Colors of #66034E
Black with #66034E
Text Example
Text Example
White with #66034E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66034E; }
p { color: rgb(102,3,78); }
H1.HeaderClassName
{
color: #66034E;
}
.AnyTagClassName
{
color: #66034E;
}
</style>
background-color css
<style>
a { background-color: #66034E; }
a { background-color: rgb(102,3,78); }
div.DivClassName
{
background-color: #66034E;
}
.BgClassName
{
background-color: #66034E;
}
</style>
border-color css
<style>
span { border-color: #66034E; }
span { border-color: rgb(102,3,78); }
td.TdClassName
{
border-color: #66034E;
}
.TagClassName
{
border-color: #66034E;
}
</style>