Shades of Tyrian Purple #660F4C
Tints of Tyrian Purple #660F4C
RGB
CMYK
RGB Variations
Color information
#660F4C (or 0x660F4C) is known color: Tyrian Purple. HEX triplet: 66, 0F and 4C. RGB value is (102,15,76). Sum of RGB (Red+Green+Blue) = 102+15+76=193 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.85% from 193); Green value is 15 (6.25% from 255 or 7.77% from 193); Blue value is 76 (30.08% from 255 or 39.38% from 193); Max value from RGB is 102 - color contains mainly: red. Hex color #660F4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660F4C is #99F0B3. Grayscale: #2F2F2F. Windows color (decimal): -10088628 or 4984678. OLE color: 4984678.
HSL color Cylindrical-coordinate representation of color #660F4C: hue angle of 317.93º 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 #660F4C is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 15 | 76 | - |
| CMYK | 0 | 0.85 | 0.25 | 0.6 |
| HSL | 317.93º | 0.74% | 0.23% | - |
| HSV(B) | 317.93º | 0.85% | 0.4% | - |
| XYZ | 6.95 | 3.69 | 7.18 | - |
| YUV | 47.97 | 143.82 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 15 | 76 | 0 | 0.85 | 0.25 | 0.6 | 317.93 | 0.74 | 0.23 |
| Hex | 66 | F | 4C | 0 | 55 | 19 | 3C | 13E | 4A | 17 |
| Octal | 146 | 17 | 114 | 0 | 125 | 31 | 74 | 476 | 112 | 27 |
| Binary | 1100110 | 1111 | 1001100 | 0 | 1010101 | 11001 | 111100 | 100111110 | 1001010 | 10111 |
Color Harmonies of #660F4C
Complementary color
Monochromatic Colors of #660F4C
Black with #660F4C
Text Example
Text Example
White with #660F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660F4C; }
p { color: rgb(102,15,76); }
H1.HeaderClassName
{
color: #660F4C;
}
.AnyTagClassName
{
color: #660F4C;
}
</style>
background-color css
<style>
a { background-color: #660F4C; }
a { background-color: rgb(102,15,76); }
div.DivClassName
{
background-color: #660F4C;
}
.BgClassName
{
background-color: #660F4C;
}
</style>
border-color css
<style>
span { border-color: #660F4C; }
span { border-color: rgb(102,15,76); }
td.TdClassName
{
border-color: #660F4C;
}
.TagClassName
{
border-color: #660F4C;
}
</style>