Shades of Tyrian Purple #660744
Tints of Tyrian Purple #660744
RGB
CMYK
RGB Variations
Color information
#660744 (or 0x660744) is known color: Tyrian Purple. HEX triplet: 66, 07 and 44. RGB value is (102,7,68). Sum of RGB (Red+Green+Blue) = 102+7+68=177 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.63% from 177); Green value is 7 (3.12% from 255 or 3.95% from 177); Blue value is 68 (26.95% from 255 or 38.42% from 177); Max value from RGB is 102 - color contains mainly: red. Hex color #660744 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660744 is #99F8BB. Grayscale: #2A2A2A. Windows color (decimal): -10090684 or 4458342. OLE color: 4458342.
HSL color Cylindrical-coordinate representation of color #660744: hue angle of 321.47º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #660744 is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 7 | 68 | - |
| CMYK | 0 | 0.93 | 0.33 | 0.6 |
| HSL | 321.47º | 0.87% | 0.21% | - |
| HSV(B) | 321.47º | 0.93% | 0.4% | - |
| XYZ | 6.6 | 3.39 | 5.78 | - |
| YUV | 42.36 | 142.47 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 7 | 68 | 0 | 0.93 | 0.33 | 0.6 | 321.47 | 0.87 | 0.21 |
| Hex | 66 | 7 | 44 | 0 | 5D | 21 | 3C | 141 | 57 | 15 |
| Octal | 146 | 7 | 104 | 0 | 135 | 41 | 74 | 501 | 127 | 25 |
| Binary | 1100110 | 111 | 1000100 | 0 | 1011101 | 100001 | 111100 | 101000001 | 1010111 | 10101 |
Color Harmonies of #660744
Complementary color
Monochromatic Colors of #660744
Black with #660744
Text Example
Text Example
White with #660744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660744; }
p { color: rgb(102,7,68); }
H1.HeaderClassName
{
color: #660744;
}
.AnyTagClassName
{
color: #660744;
}
</style>
background-color css
<style>
a { background-color: #660744; }
a { background-color: rgb(102,7,68); }
div.DivClassName
{
background-color: #660744;
}
.BgClassName
{
background-color: #660744;
}
</style>
border-color css
<style>
span { border-color: #660744; }
span { border-color: rgb(102,7,68); }
td.TdClassName
{
border-color: #660744;
}
.TagClassName
{
border-color: #660744;
}
</style>