Shades of Tyrian Purple #660348
Tints of Tyrian Purple #660348
RGB
CMYK
RGB Variations
Color information
#660348 (or 0x660348) is known color: Tyrian Purple. HEX triplet: 66, 03 and 48. RGB value is (102,3,72). Sum of RGB (Red+Green+Blue) = 102+3+72=177 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.63% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 102 - color contains mainly: red. Hex color #660348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660348 is #99FCB7. Grayscale: #282828. Windows color (decimal): -10091704 or 4719462. OLE color: 4719462.
HSL color Cylindrical-coordinate representation of color #660348: hue angle of 318.18º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #660348 is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 3 | 72 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.6 |
| HSL | 318.18º | 0.94% | 0.21% | - |
| HSV(B) | 318.18º | 0.97% | 0.4% | - |
| XYZ | 6.68 | 3.36 | 6.43 | - |
| YUV | 40.47 | 145.8 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 3 | 72 | 0 | 0.97 | 0.29 | 0.6 | 318.18 | 0.94 | 0.21 |
| Hex | 66 | 3 | 48 | 0 | 61 | 1D | 3C | 13E | 5E | 15 |
| Octal | 146 | 3 | 110 | 0 | 141 | 35 | 74 | 476 | 136 | 25 |
| Binary | 1100110 | 11 | 1001000 | 0 | 1100001 | 11101 | 111100 | 100111110 | 1011110 | 10101 |
Color Harmonies of #660348
Complementary color
Monochromatic Colors of #660348
Black with #660348
Text Example
Text Example
White with #660348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660348; }
p { color: rgb(102,3,72); }
H1.HeaderClassName
{
color: #660348;
}
.AnyTagClassName
{
color: #660348;
}
</style>
background-color css
<style>
a { background-color: #660348; }
a { background-color: rgb(102,3,72); }
div.DivClassName
{
background-color: #660348;
}
.BgClassName
{
background-color: #660348;
}
</style>
border-color css
<style>
span { border-color: #660348; }
span { border-color: rgb(102,3,72); }
td.TdClassName
{
border-color: #660348;
}
.TagClassName
{
border-color: #660348;
}
</style>