Shades of Tyrian Purple #660F42
Tints of Tyrian Purple #660F42
RGB
CMYK
RGB Variations
Color information
#660F42 (or 0x660F42) is known color: Tyrian Purple. HEX triplet: 66, 0F and 42. RGB value is (102,15,66). Sum of RGB (Red+Green+Blue) = 102+15+66=183 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.74% from 183); Green value is 15 (6.25% from 255 or 8.20% from 183); Blue value is 66 (26.17% from 255 or 36.07% from 183); Max value from RGB is 102 - color contains mainly: red. Hex color #660F42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660F42 is #99F0BD. Grayscale: #2E2E2E. Windows color (decimal): -10088638 or 4329318. OLE color: 4329318.
HSL color Cylindrical-coordinate representation of color #660F42: hue angle of 324.83º 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 #660F42 is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 15 | 66 | - |
| CMYK | 0 | 0.85 | 0.35 | 0.6 |
| HSL | 324.83º | 0.74% | 0.23% | - |
| HSV(B) | 324.83º | 0.85% | 0.4% | - |
| XYZ | 6.63 | 3.56 | 5.49 | - |
| YUV | 46.83 | 138.82 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 15 | 66 | 0 | 0.85 | 0.35 | 0.6 | 324.83 | 0.74 | 0.23 |
| Hex | 66 | F | 42 | 0 | 55 | 23 | 3C | 145 | 4A | 17 |
| Octal | 146 | 17 | 102 | 0 | 125 | 43 | 74 | 505 | 112 | 27 |
| Binary | 1100110 | 1111 | 1000010 | 0 | 1010101 | 100011 | 111100 | 101000101 | 1001010 | 10111 |
Color Harmonies of #660F42
Complementary color
Monochromatic Colors of #660F42
Black with #660F42
Text Example
Text Example
White with #660F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660F42; }
p { color: rgb(102,15,66); }
H1.HeaderClassName
{
color: #660F42;
}
.AnyTagClassName
{
color: #660F42;
}
</style>
background-color css
<style>
a { background-color: #660F42; }
a { background-color: rgb(102,15,66); }
div.DivClassName
{
background-color: #660F42;
}
.BgClassName
{
background-color: #660F42;
}
</style>
border-color css
<style>
span { border-color: #660F42; }
span { border-color: rgb(102,15,66); }
td.TdClassName
{
border-color: #660F42;
}
.TagClassName
{
border-color: #660F42;
}
</style>