Shades of Tyrian Purple #660D42
Tints of Tyrian Purple #660D42
RGB
CMYK
RGB Variations
Color information
#660D42 (or 0x660D42) is known color: Tyrian Purple. HEX triplet: 66, 0D and 42. RGB value is (102,13,66). Sum of RGB (Red+Green+Blue) = 102+13+66=181 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.35% from 181); Green value is 13 (5.47% from 255 or 7.18% from 181); Blue value is 66 (26.17% from 255 or 36.46% from 181); Max value from RGB is 102 - color contains mainly: red. Hex color #660D42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660D42 is #99F2BD. Grayscale: #2D2D2D. Windows color (decimal): -10089150 or 4328806. OLE color: 4328806.
HSL color Cylindrical-coordinate representation of color #660D42: hue angle of 324.27º 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 #660D42 is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 13 | 66 | - |
| CMYK | 0 | 0.87 | 0.35 | 0.6 |
| HSL | 324.27º | 0.77% | 0.23% | - |
| HSV(B) | 324.27º | 0.87% | 0.4% | - |
| XYZ | 6.61 | 3.51 | 5.48 | - |
| YUV | 45.65 | 139.49 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 13 | 66 | 0 | 0.87 | 0.35 | 0.6 | 324.27 | 0.77 | 0.23 |
| Hex | 66 | D | 42 | 0 | 57 | 23 | 3C | 144 | 4D | 17 |
| Octal | 146 | 15 | 102 | 0 | 127 | 43 | 74 | 504 | 115 | 27 |
| Binary | 1100110 | 1101 | 1000010 | 0 | 1010111 | 100011 | 111100 | 101000100 | 1001101 | 10111 |
Color Harmonies of #660D42
Complementary color
Monochromatic Colors of #660D42
Black with #660D42
Text Example
Text Example
White with #660D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660D42; }
p { color: rgb(102,13,66); }
H1.HeaderClassName
{
color: #660D42;
}
.AnyTagClassName
{
color: #660D42;
}
</style>
background-color css
<style>
a { background-color: #660D42; }
a { background-color: rgb(102,13,66); }
div.DivClassName
{
background-color: #660D42;
}
.BgClassName
{
background-color: #660D42;
}
</style>
border-color css
<style>
span { border-color: #660D42; }
span { border-color: rgb(102,13,66); }
td.TdClassName
{
border-color: #660D42;
}
.TagClassName
{
border-color: #660D42;
}
</style>