Shades of Tyrian Purple #660F36
Tints of Tyrian Purple #660F36
RGB
CMYK
RGB Variations
Color information
#660F36 (or 0x660F36) is known color: Tyrian Purple. HEX triplet: 66, 0F and 36. RGB value is (102,15,54). Sum of RGB (Red+Green+Blue) = 102+15+54=171 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.65% from 171); Green value is 15 (6.25% from 255 or 8.77% from 171); Blue value is 54 (21.48% from 255 or 31.58% from 171); Max value from RGB is 102 - color contains mainly: red. Hex color #660F36 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660F36 is #99F0C9. Grayscale: #2D2D2D. Windows color (decimal): -10088650 or 3542886. OLE color: 3542886.
HSL color Cylindrical-coordinate representation of color #660F36: hue angle of 333.1º 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 #660F36 is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 15 | 54 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.6 |
| HSL | 333.1º | 0.74% | 0.23% | - |
| HSV(B) | 333.1º | 0.85% | 0.4% | - |
| XYZ | 6.32 | 3.43 | 3.82 | - |
| YUV | 45.46 | 132.82 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 15 | 54 | 0 | 0.85 | 0.47 | 0.6 | 333.1 | 0.74 | 0.23 |
| Hex | 66 | F | 36 | 0 | 55 | 2F | 3C | 14D | 4A | 17 |
| Octal | 146 | 17 | 66 | 0 | 125 | 57 | 74 | 515 | 112 | 27 |
| Binary | 1100110 | 1111 | 110110 | 0 | 1010101 | 101111 | 111100 | 101001101 | 1001010 | 10111 |
Color Harmonies of #660F36
Complementary color
Monochromatic Colors of #660F36
Black with #660F36
Text Example
Text Example
White with #660F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660F36; }
p { color: rgb(102,15,54); }
H1.HeaderClassName
{
color: #660F36;
}
.AnyTagClassName
{
color: #660F36;
}
</style>
background-color css
<style>
a { background-color: #660F36; }
a { background-color: rgb(102,15,54); }
div.DivClassName
{
background-color: #660F36;
}
.BgClassName
{
background-color: #660F36;
}
</style>
border-color css
<style>
span { border-color: #660F36; }
span { border-color: rgb(102,15,54); }
td.TdClassName
{
border-color: #660F36;
}
.TagClassName
{
border-color: #660F36;
}
</style>