Shades of Tyrian Purple #66064B
Tints of Tyrian Purple #66064B
RGB
CMYK
RGB Variations
Color information
#66064B (or 0x66064B) is known color: Tyrian Purple. HEX triplet: 66, 06 and 4B. RGB value is (102,6,75). Sum of RGB (Red+Green+Blue) = 102+6+75=183 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.74% from 183); Green value is 6 (2.73% from 255 or 3.28% from 183); Blue value is 75 (29.69% from 255 or 40.98% from 183); Max value from RGB is 102 - color contains mainly: red. Hex color #66064B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66064B is #99F9B4. Grayscale: #2A2A2A. Windows color (decimal): -10090933 or 4916838. OLE color: 4916838.
HSL color Cylindrical-coordinate representation of color #66064B: hue angle of 316.88º 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 #66064B is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 6 | 75 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.6 |
| HSL | 316.88º | 0.89% | 0.21% | - |
| HSV(B) | 316.88º | 0.94% | 0.4% | - |
| XYZ | 6.81 | 3.46 | 6.97 | - |
| YUV | 42.57 | 146.3 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 6 | 75 | 0 | 0.94 | 0.26 | 0.6 | 316.88 | 0.89 | 0.21 |
| Hex | 66 | 6 | 4B | 0 | 5E | 1A | 3C | 13D | 59 | 15 |
| Octal | 146 | 6 | 113 | 0 | 136 | 32 | 74 | 475 | 131 | 25 |
| Binary | 1100110 | 110 | 1001011 | 0 | 1011110 | 11010 | 111100 | 100111101 | 1011001 | 10101 |
Color Harmonies of #66064B
Complementary color
Monochromatic Colors of #66064B
Black with #66064B
Text Example
Text Example
White with #66064B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66064B; }
p { color: rgb(102,6,75); }
H1.HeaderClassName
{
color: #66064B;
}
.AnyTagClassName
{
color: #66064B;
}
</style>
background-color css
<style>
a { background-color: #66064B; }
a { background-color: rgb(102,6,75); }
div.DivClassName
{
background-color: #66064B;
}
.BgClassName
{
background-color: #66064B;
}
</style>
border-color css
<style>
span { border-color: #66064B; }
span { border-color: rgb(102,6,75); }
td.TdClassName
{
border-color: #66064B;
}
.TagClassName
{
border-color: #66064B;
}
</style>