Shades of Tyrian Purple #66113E
Tints of Tyrian Purple #66113E
RGB
CMYK
RGB Variations
Color information
#66113E (or 0x66113E) is known color: Tyrian Purple. HEX triplet: 66, 11 and 3E. RGB value is (102,17,62). Sum of RGB (Red+Green+Blue) = 102+17+62=181 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.35% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 62 (24.61% from 255 or 34.25% from 181); Max value from RGB is 102 - color contains mainly: red. Hex color #66113E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66113E is #99EEC1. Grayscale: #2F2F2F. Windows color (decimal): -10088130 or 4067686. OLE color: 4067686.
HSL color Cylindrical-coordinate representation of color #66113E: hue angle of 328.24º 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 #66113E is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 17 | 62 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.6 |
| HSL | 328.24º | 0.71% | 0.23% | - |
| HSV(B) | 328.24º | 0.83% | 0.4% | - |
| XYZ | 6.55 | 3.57 | 4.9 | - |
| YUV | 47.55 | 136.16 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 17 | 62 | 0 | 0.83 | 0.39 | 0.6 | 328.24 | 0.71 | 0.23 |
| Hex | 66 | 11 | 3E | 0 | 53 | 27 | 3C | 148 | 47 | 17 |
| Octal | 146 | 21 | 76 | 0 | 123 | 47 | 74 | 510 | 107 | 27 |
| Binary | 1100110 | 10001 | 111110 | 0 | 1010011 | 100111 | 111100 | 101001000 | 1000111 | 10111 |
Color Harmonies of #66113E
Complementary color
Monochromatic Colors of #66113E
Black with #66113E
Text Example
Text Example
White with #66113E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66113E; }
p { color: rgb(102,17,62); }
H1.HeaderClassName
{
color: #66113E;
}
.AnyTagClassName
{
color: #66113E;
}
</style>
background-color css
<style>
a { background-color: #66113E; }
a { background-color: rgb(102,17,62); }
div.DivClassName
{
background-color: #66113E;
}
.BgClassName
{
background-color: #66113E;
}
</style>
border-color css
<style>
span { border-color: #66113E; }
span { border-color: rgb(102,17,62); }
td.TdClassName
{
border-color: #66113E;
}
.TagClassName
{
border-color: #66113E;
}
</style>