Shades of Tyrian Purple #660D3E
Tints of Tyrian Purple #660D3E
RGB
CMYK
RGB Variations
Color information
#660D3E (or 0x660D3E) is known color: Tyrian Purple. HEX triplet: 66, 0D and 3E. RGB value is (102,13,62). Sum of RGB (Red+Green+Blue) = 102+13+62=177 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.63% from 177); Green value is 13 (5.47% from 255 or 7.34% from 177); Blue value is 62 (24.61% from 255 or 35.03% from 177); Max value from RGB is 102 - color contains mainly: red. Hex color #660D3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660D3E is #99F2C1. Grayscale: #2D2D2D. Windows color (decimal): -10089154 or 4066662. OLE color: 4066662.
HSL color Cylindrical-coordinate representation of color #660D3E: hue angle of 326.97º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #660D3E is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 13 | 62 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.6 |
| HSL | 326.97º | 0.77% | 0.23% | - |
| HSV(B) | 326.97º | 0.87% | 0.4% | - |
| XYZ | 6.49 | 3.46 | 4.88 | - |
| YUV | 45.2 | 137.49 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 13 | 62 | 0 | 0.87 | 0.39 | 0.6 | 326.97 | 0.77 | 0.23 |
| Hex | 66 | D | 3E | 0 | 57 | 27 | 3C | 147 | 4D | 17 |
| Octal | 146 | 15 | 76 | 0 | 127 | 47 | 74 | 507 | 115 | 27 |
| Binary | 1100110 | 1101 | 111110 | 0 | 1010111 | 100111 | 111100 | 101000111 | 1001101 | 10111 |
Color Harmonies of #660D3E
Complementary color
Monochromatic Colors of #660D3E
Black with #660D3E
Text Example
Text Example
White with #660D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660D3E; }
p { color: rgb(102,13,62); }
H1.HeaderClassName
{
color: #660D3E;
}
.AnyTagClassName
{
color: #660D3E;
}
</style>
background-color css
<style>
a { background-color: #660D3E; }
a { background-color: rgb(102,13,62); }
div.DivClassName
{
background-color: #660D3E;
}
.BgClassName
{
background-color: #660D3E;
}
</style>
border-color css
<style>
span { border-color: #660D3E; }
span { border-color: rgb(102,13,62); }
td.TdClassName
{
border-color: #660D3E;
}
.TagClassName
{
border-color: #660D3E;
}
</style>