Shades of Tyrian Purple #660F41
Tints of Tyrian Purple #660F41
RGB
CMYK
RGB Variations
Color information
#660F41 (or 0x660F41) is known color: Tyrian Purple. HEX triplet: 66, 0F and 41. RGB value is (102,15,65). Sum of RGB (Red+Green+Blue) = 102+15+65=182 (24% of max value = 765). Red value is 102 (40.23% from 255 or 56.04% from 182); Green value is 15 (6.25% from 255 or 8.24% from 182); Blue value is 65 (25.78% from 255 or 35.71% from 182); Max value from RGB is 102 - color contains mainly: red. Hex color #660F41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660F41 is #99F0BE. Grayscale: #2E2E2E. Windows color (decimal): -10088639 or 4263782. OLE color: 4263782.
HSL color Cylindrical-coordinate representation of color #660F41: hue angle of 325.52º 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 #660F41 is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 15 | 65 | - |
| CMYK | 0 | 0.85 | 0.36 | 0.6 |
| HSL | 325.52º | 0.74% | 0.23% | - |
| HSV(B) | 325.52º | 0.85% | 0.4% | - |
| XYZ | 6.6 | 3.55 | 5.34 | - |
| YUV | 46.71 | 138.32 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 15 | 65 | 0 | 0.85 | 0.36 | 0.6 | 325.52 | 0.74 | 0.23 |
| Hex | 66 | F | 41 | 0 | 55 | 24 | 3C | 146 | 4A | 17 |
| Octal | 146 | 17 | 101 | 0 | 125 | 44 | 74 | 506 | 112 | 27 |
| Binary | 1100110 | 1111 | 1000001 | 0 | 1010101 | 100100 | 111100 | 101000110 | 1001010 | 10111 |
Color Harmonies of #660F41
Complementary color
Monochromatic Colors of #660F41
Black with #660F41
Text Example
Text Example
White with #660F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660F41; }
p { color: rgb(102,15,65); }
H1.HeaderClassName
{
color: #660F41;
}
.AnyTagClassName
{
color: #660F41;
}
</style>
background-color css
<style>
a { background-color: #660F41; }
a { background-color: rgb(102,15,65); }
div.DivClassName
{
background-color: #660F41;
}
.BgClassName
{
background-color: #660F41;
}
</style>
border-color css
<style>
span { border-color: #660F41; }
span { border-color: rgb(102,15,65); }
td.TdClassName
{
border-color: #660F41;
}
.TagClassName
{
border-color: #660F41;
}
</style>