Shades of Tyrian Purple #660F37
Tints of Tyrian Purple #660F37
RGB
CMYK
RGB Variations
Color information
#660F37 (or 0x660F37) is known color: Tyrian Purple. HEX triplet: 66, 0F and 37. RGB value is (102,15,55). Sum of RGB (Red+Green+Blue) = 102+15+55=172 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.30% from 172); Green value is 15 (6.25% from 255 or 8.72% from 172); Blue value is 55 (21.88% from 255 or 31.98% from 172); Max value from RGB is 102 - color contains mainly: red. Hex color #660F37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660F37 is #99F0C8. Grayscale: #2D2D2D. Windows color (decimal): -10088649 or 3608422. OLE color: 3608422.
HSL color Cylindrical-coordinate representation of color #660F37: hue angle of 332.41º 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 #660F37 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 15 | 55 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.6 |
| HSL | 332.41º | 0.74% | 0.23% | - |
| HSV(B) | 332.41º | 0.85% | 0.4% | - |
| XYZ | 6.34 | 3.44 | 3.94 | - |
| YUV | 45.57 | 133.32 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 15 | 55 | 0 | 0.85 | 0.46 | 0.6 | 332.41 | 0.74 | 0.23 |
| Hex | 66 | F | 37 | 0 | 55 | 2E | 3C | 14C | 4A | 17 |
| Octal | 146 | 17 | 67 | 0 | 125 | 56 | 74 | 514 | 112 | 27 |
| Binary | 1100110 | 1111 | 110111 | 0 | 1010101 | 101110 | 111100 | 101001100 | 1001010 | 10111 |
Color Harmonies of #660F37
Complementary color
Monochromatic Colors of #660F37
Black with #660F37
Text Example
Text Example
White with #660F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660F37; }
p { color: rgb(102,15,55); }
H1.HeaderClassName
{
color: #660F37;
}
.AnyTagClassName
{
color: #660F37;
}
</style>
background-color css
<style>
a { background-color: #660F37; }
a { background-color: rgb(102,15,55); }
div.DivClassName
{
background-color: #660F37;
}
.BgClassName
{
background-color: #660F37;
}
</style>
border-color css
<style>
span { border-color: #660F37; }
span { border-color: rgb(102,15,55); }
td.TdClassName
{
border-color: #660F37;
}
.TagClassName
{
border-color: #660F37;
}
</style>