Shades of Tyrian Purple #661143
Tints of Tyrian Purple #661143
RGB
CMYK
RGB Variations
Color information
#661143 (or 0x661143) is known color: Tyrian Purple. HEX triplet: 66, 11 and 43. RGB value is (102,17,67). Sum of RGB (Red+Green+Blue) = 102+17+67=186 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.84% from 186); Green value is 17 (7.03% from 255 or 9.14% from 186); Blue value is 67 (26.56% from 255 or 36.02% from 186); Max value from RGB is 102 - color contains mainly: red. Hex color #661143 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661143 is #99EEBC. Grayscale: #2F2F2F. Windows color (decimal): -10088125 or 4395366. OLE color: 4395366.
HSL color Cylindrical-coordinate representation of color #661143: hue angle of 324.71º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #661143 is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 17 | 67 | - |
| CMYK | 0 | 0.83 | 0.34 | 0.6 |
| HSL | 324.71º | 0.71% | 0.23% | - |
| HSV(B) | 324.71º | 0.83% | 0.4% | - |
| XYZ | 6.69 | 3.63 | 5.66 | - |
| YUV | 48.12 | 138.66 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 17 | 67 | 0 | 0.83 | 0.34 | 0.6 | 324.71 | 0.71 | 0.23 |
| Hex | 66 | 11 | 43 | 0 | 53 | 22 | 3C | 145 | 47 | 17 |
| Octal | 146 | 21 | 103 | 0 | 123 | 42 | 74 | 505 | 107 | 27 |
| Binary | 1100110 | 10001 | 1000011 | 0 | 1010011 | 100010 | 111100 | 101000101 | 1000111 | 10111 |
Color Harmonies of #661143
Complementary color
Monochromatic Colors of #661143
Black with #661143
Text Example
Text Example
White with #661143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661143; }
p { color: rgb(102,17,67); }
H1.HeaderClassName
{
color: #661143;
}
.AnyTagClassName
{
color: #661143;
}
</style>
background-color css
<style>
a { background-color: #661143; }
a { background-color: rgb(102,17,67); }
div.DivClassName
{
background-color: #661143;
}
.BgClassName
{
background-color: #661143;
}
</style>
border-color css
<style>
span { border-color: #661143; }
span { border-color: rgb(102,17,67); }
td.TdClassName
{
border-color: #661143;
}
.TagClassName
{
border-color: #661143;
}
</style>