Shades of Tyrian Purple #660729
Tints of Tyrian Purple #660729
RGB
CMYK
RGB Variations
Color information
#660729 (or 0x660729) is known color: Tyrian Purple. HEX triplet: 66, 07 and 29. RGB value is (102,7,41). Sum of RGB (Red+Green+Blue) = 102+7+41=150 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68% from 150); Green value is 7 (3.12% from 255 or 4.67% from 150); Blue value is 41 (16.41% from 255 or 27.33% from 150); Max value from RGB is 102 - color contains mainly: red. Hex color #660729 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660729 is #99F8D6. Grayscale: #272727. Windows color (decimal): -10090711 or 2688870. OLE color: 2688870.
HSL color Cylindrical-coordinate representation of color #660729: hue angle of 338.53º 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 #660729 is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 7 | 41 | - |
| CMYK | 0 | 0.93 | 0.60 | 0.6 |
| HSL | 338.53º | 0.87% | 0.21% | - |
| HSV(B) | 338.53º | 0.93% | 0.4% | - |
| XYZ | 5.96 | 3.14 | 2.39 | - |
| YUV | 39.28 | 128.97 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 7 | 41 | 0 | 0.93 | 0.60 | 0.6 | 338.53 | 0.87 | 0.21 |
| Hex | 66 | 7 | 29 | 0 | 5D | 3C | 3C | 153 | 57 | 15 |
| Octal | 146 | 7 | 51 | 0 | 135 | 74 | 74 | 523 | 127 | 25 |
| Binary | 1100110 | 111 | 101001 | 0 | 1011101 | 111100 | 111100 | 101010011 | 1010111 | 10101 |
Color Harmonies of #660729
Complementary color
Monochromatic Colors of #660729
Black with #660729
Text Example
Text Example
White with #660729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660729; }
p { color: rgb(102,7,41); }
H1.HeaderClassName
{
color: #660729;
}
.AnyTagClassName
{
color: #660729;
}
</style>
background-color css
<style>
a { background-color: #660729; }
a { background-color: rgb(102,7,41); }
div.DivClassName
{
background-color: #660729;
}
.BgClassName
{
background-color: #660729;
}
</style>
border-color css
<style>
span { border-color: #660729; }
span { border-color: rgb(102,7,41); }
td.TdClassName
{
border-color: #660729;
}
.TagClassName
{
border-color: #660729;
}
</style>