Shades of Tyrian Purple #660D44
Tints of Tyrian Purple #660D44
RGB
CMYK
RGB Variations
Color information
#660D44 (or 0x660D44) is known color: Tyrian Purple. HEX triplet: 66, 0D and 44. RGB value is (102,13,68). Sum of RGB (Red+Green+Blue) = 102+13+68=183 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.74% from 183); Green value is 13 (5.47% from 255 or 7.10% from 183); Blue value is 68 (26.95% from 255 or 37.16% from 183); Max value from RGB is 102 - color contains mainly: red. Hex color #660D44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660D44 is #99F2BB. Grayscale: #2D2D2D. Windows color (decimal): -10089148 or 4459878. OLE color: 4459878.
HSL color Cylindrical-coordinate representation of color #660D44: hue angle of 322.92º 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 #660D44 is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 13 | 68 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.6 |
| HSL | 322.92º | 0.77% | 0.23% | - |
| HSV(B) | 322.92º | 0.87% | 0.4% | - |
| XYZ | 6.67 | 3.53 | 5.8 | - |
| YUV | 45.88 | 140.49 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 13 | 68 | 0 | 0.87 | 0.33 | 0.6 | 322.92 | 0.77 | 0.23 |
| Hex | 66 | D | 44 | 0 | 57 | 21 | 3C | 143 | 4D | 17 |
| Octal | 146 | 15 | 104 | 0 | 127 | 41 | 74 | 503 | 115 | 27 |
| Binary | 1100110 | 1101 | 1000100 | 0 | 1010111 | 100001 | 111100 | 101000011 | 1001101 | 10111 |
Color Harmonies of #660D44
Complementary color
Monochromatic Colors of #660D44
Black with #660D44
Text Example
Text Example
White with #660D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660D44; }
p { color: rgb(102,13,68); }
H1.HeaderClassName
{
color: #660D44;
}
.AnyTagClassName
{
color: #660D44;
}
</style>
background-color css
<style>
a { background-color: #660D44; }
a { background-color: rgb(102,13,68); }
div.DivClassName
{
background-color: #660D44;
}
.BgClassName
{
background-color: #660D44;
}
</style>
border-color css
<style>
span { border-color: #660D44; }
span { border-color: rgb(102,13,68); }
td.TdClassName
{
border-color: #660D44;
}
.TagClassName
{
border-color: #660D44;
}
</style>