Shades of Tyrian Purple #660D36
Tints of Tyrian Purple #660D36
RGB
CMYK
RGB Variations
Color information
#660D36 (or 0x660D36) is known color: Tyrian Purple. HEX triplet: 66, 0D and 36. RGB value is (102,13,54). Sum of RGB (Red+Green+Blue) = 102+13+54=169 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.36% from 169); Green value is 13 (5.47% from 255 or 7.69% from 169); Blue value is 54 (21.48% from 255 or 31.95% from 169); Max value from RGB is 102 - color contains mainly: red. Hex color #660D36 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660D36 is #99F2C9. Grayscale: #2C2C2C. Windows color (decimal): -10089162 or 3542374. OLE color: 3542374.
HSL color Cylindrical-coordinate representation of color #660D36: hue angle of 332.36º 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 #660D36 is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 13 | 54 | - |
| CMYK | 0 | 0.87 | 0.47 | 0.6 |
| HSL | 332.36º | 0.77% | 0.23% | - |
| HSV(B) | 332.36º | 0.87% | 0.4% | - |
| XYZ | 6.29 | 3.38 | 3.81 | - |
| YUV | 44.29 | 133.49 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 13 | 54 | 0 | 0.87 | 0.47 | 0.6 | 332.36 | 0.77 | 0.23 |
| Hex | 66 | D | 36 | 0 | 57 | 2F | 3C | 14C | 4D | 17 |
| Octal | 146 | 15 | 66 | 0 | 127 | 57 | 74 | 514 | 115 | 27 |
| Binary | 1100110 | 1101 | 110110 | 0 | 1010111 | 101111 | 111100 | 101001100 | 1001101 | 10111 |
Color Harmonies of #660D36
Complementary color
Monochromatic Colors of #660D36
Black with #660D36
Text Example
Text Example
White with #660D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660D36; }
p { color: rgb(102,13,54); }
H1.HeaderClassName
{
color: #660D36;
}
.AnyTagClassName
{
color: #660D36;
}
</style>
background-color css
<style>
a { background-color: #660D36; }
a { background-color: rgb(102,13,54); }
div.DivClassName
{
background-color: #660D36;
}
.BgClassName
{
background-color: #660D36;
}
</style>
border-color css
<style>
span { border-color: #660D36; }
span { border-color: rgb(102,13,54); }
td.TdClassName
{
border-color: #660D36;
}
.TagClassName
{
border-color: #660D36;
}
</style>