Shades of Tyrian Purple #66003C
Tints of Tyrian Purple #66003C
RGB
CMYK
RGB Variations
Color information
#66003C (or 0x66003C) is known color: Tyrian Purple. HEX triplet: 66, 00 and 3C. RGB value is (102,0,60). Sum of RGB (Red+Green+Blue) = 102+0+60=162 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.96% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 60 (23.83% from 255 or 37.04% from 162); Max value from RGB is 102 - color contains mainly: red. Hex color #66003C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66003C is #99FFC3. Grayscale: #252525. Windows color (decimal): -10092484 or 3932262. OLE color: 3932262.
HSL color Cylindrical-coordinate representation of color #66003C: hue angle of 324.71º 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 #66003C is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.41 | 0.6 |
| HSL | 324.71º | 1% | 0.2% | - |
| HSV(B) | 324.71º | 1% | 0.4% | - |
| XYZ | 6.3 | 3.15 | 4.55 | - |
| YUV | 37.34 | 140.79 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 0 | 60 | 0 | 1 | 0.41 | 0.6 | 324.71 | 1 | 0.2 |
| Hex | 66 | 0 | 3C | 0 | 64 | 29 | 3C | 145 | 64 | 14 |
| Octal | 146 | 0 | 74 | 0 | 144 | 51 | 74 | 505 | 144 | 24 |
| Binary | 1100110 | 0 | 111100 | 0 | 1100100 | 101001 | 111100 | 101000101 | 1100100 | 10100 |
Color Harmonies of #66003C
Complementary color
Monochromatic Colors of #66003C
Black with #66003C
Text Example
Text Example
White with #66003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66003C; }
p { color: rgb(102,0,60); }
H1.HeaderClassName
{
color: #66003C;
}
.AnyTagClassName
{
color: #66003C;
}
</style>
background-color css
<style>
a { background-color: #66003C; }
a { background-color: rgb(102,0,60); }
div.DivClassName
{
background-color: #66003C;
}
.BgClassName
{
background-color: #66003C;
}
</style>
border-color css
<style>
span { border-color: #66003C; }
span { border-color: rgb(102,0,60); }
td.TdClassName
{
border-color: #66003C;
}
.TagClassName
{
border-color: #66003C;
}
</style>