Shades of Tyrian Purple #660F4D
Tints of Tyrian Purple #660F4D
RGB
CMYK
RGB Variations
Color information
#660F4D (or 0x660F4D) is known color: Tyrian Purple. HEX triplet: 66, 0F and 4D. RGB value is (102,15,77). Sum of RGB (Red+Green+Blue) = 102+15+77=194 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.58% from 194); Green value is 15 (6.25% from 255 or 7.73% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 102 - color contains mainly: red. Hex color #660F4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660F4D is #99F0B2. Grayscale: #2F2F2F. Windows color (decimal): -10088627 or 5050214. OLE color: 5050214.
HSL color Cylindrical-coordinate representation of color #660F4D: hue angle of 317.24º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #660F4D is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 15 | 77 | - |
| CMYK | 0 | 0.85 | 0.25 | 0.6 |
| HSL | 317.24º | 0.74% | 0.23% | - |
| HSV(B) | 317.24º | 0.85% | 0.4% | - |
| XYZ | 6.99 | 3.7 | 7.37 | - |
| YUV | 48.08 | 144.32 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 15 | 77 | 0 | 0.85 | 0.25 | 0.6 | 317.24 | 0.74 | 0.23 |
| Hex | 66 | F | 4D | 0 | 55 | 19 | 3C | 13D | 4A | 17 |
| Octal | 146 | 17 | 115 | 0 | 125 | 31 | 74 | 475 | 112 | 27 |
| Binary | 1100110 | 1111 | 1001101 | 0 | 1010101 | 11001 | 111100 | 100111101 | 1001010 | 10111 |
Color Harmonies of #660F4D
Complementary color
Monochromatic Colors of #660F4D
Black with #660F4D
Text Example
Text Example
White with #660F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660F4D; }
p { color: rgb(102,15,77); }
H1.HeaderClassName
{
color: #660F4D;
}
.AnyTagClassName
{
color: #660F4D;
}
</style>
background-color css
<style>
a { background-color: #660F4D; }
a { background-color: rgb(102,15,77); }
div.DivClassName
{
background-color: #660F4D;
}
.BgClassName
{
background-color: #660F4D;
}
</style>
border-color css
<style>
span { border-color: #660F4D; }
span { border-color: rgb(102,15,77); }
td.TdClassName
{
border-color: #660F4D;
}
.TagClassName
{
border-color: #660F4D;
}
</style>