Shades of Tyrian Purple #660048
Tints of Tyrian Purple #660048
RGB
CMYK
RGB Variations
Color information
#660048 (or 0x660048) is known color: Tyrian Purple. HEX triplet: 66, 00 and 48. RGB value is (102,0,72). Sum of RGB (Red+Green+Blue) = 102+0+72=174 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.62% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 72 (28.52% from 255 or 41.38% from 174); Max value from RGB is 102 - color contains mainly: red. Hex color #660048 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660048 is #99FFB7. Grayscale: #262626. Windows color (decimal): -10092472 or 4718694. OLE color: 4718694.
HSL color Cylindrical-coordinate representation of color #660048: hue angle of 317.65º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #660048 is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 0 | 72 | - |
| CMYK | 0 | 1 | 0.29 | 0.6 |
| HSL | 317.65º | 1% | 0.2% | - |
| HSV(B) | 317.65º | 1% | 0.4% | - |
| XYZ | 6.65 | 3.29 | 6.42 | - |
| YUV | 38.71 | 146.79 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 0 | 72 | 0 | 1 | 0.29 | 0.6 | 317.65 | 1 | 0.2 |
| Hex | 66 | 0 | 48 | 0 | 64 | 1D | 3C | 13E | 64 | 14 |
| Octal | 146 | 0 | 110 | 0 | 144 | 35 | 74 | 476 | 144 | 24 |
| Binary | 1100110 | 0 | 1001000 | 0 | 1100100 | 11101 | 111100 | 100111110 | 1100100 | 10100 |
Color Harmonies of #660048
Complementary color
Monochromatic Colors of #660048
Black with #660048
Text Example
Text Example
White with #660048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660048; }
p { color: rgb(102,0,72); }
H1.HeaderClassName
{
color: #660048;
}
.AnyTagClassName
{
color: #660048;
}
</style>
background-color css
<style>
a { background-color: #660048; }
a { background-color: rgb(102,0,72); }
div.DivClassName
{
background-color: #660048;
}
.BgClassName
{
background-color: #660048;
}
</style>
border-color css
<style>
span { border-color: #660048; }
span { border-color: rgb(102,0,72); }
td.TdClassName
{
border-color: #660048;
}
.TagClassName
{
border-color: #660048;
}
</style>