Shades of Tyrian Purple #66002E
Tints of Tyrian Purple #66002E
RGB
CMYK
RGB Variations
Color information
#66002E (or 0x66002E) is known color: Tyrian Purple. HEX triplet: 66, 00 and 2E. RGB value is (102,0,46). Sum of RGB (Red+Green+Blue) = 102+0+46=148 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.92% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 46 (18.36% from 255 or 31.08% from 148); Max value from RGB is 102 - color contains mainly: red. Hex color #66002E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66002E is #99FFD1. Grayscale: #232323. Windows color (decimal): -10092498 or 3014758. OLE color: 3014758.
HSL color Cylindrical-coordinate representation of color #66002E: hue angle of 332.94º 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 #66002E is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 0 | 46 | - |
| CMYK | 0 | 1 | 0.55 | 0.6 |
| HSL | 332.94º | 1% | 0.2% | - |
| HSV(B) | 332.94º | 1% | 0.4% | - |
| XYZ | 5.97 | 3.02 | 2.85 | - |
| YUV | 35.74 | 133.79 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 0 | 46 | 0 | 1 | 0.55 | 0.6 | 332.94 | 1 | 0.2 |
| Hex | 66 | 0 | 2E | 0 | 64 | 37 | 3C | 14D | 64 | 14 |
| Octal | 146 | 0 | 56 | 0 | 144 | 67 | 74 | 515 | 144 | 24 |
| Binary | 1100110 | 0 | 101110 | 0 | 1100100 | 110111 | 111100 | 101001101 | 1100100 | 10100 |
Color Harmonies of #66002E
Complementary color
Monochromatic Colors of #66002E
Black with #66002E
Text Example
Text Example
White with #66002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66002E; }
p { color: rgb(102,0,46); }
H1.HeaderClassName
{
color: #66002E;
}
.AnyTagClassName
{
color: #66002E;
}
</style>
background-color css
<style>
a { background-color: #66002E; }
a { background-color: rgb(102,0,46); }
div.DivClassName
{
background-color: #66002E;
}
.BgClassName
{
background-color: #66002E;
}
</style>
border-color css
<style>
span { border-color: #66002E; }
span { border-color: rgb(102,0,46); }
td.TdClassName
{
border-color: #66002E;
}
.TagClassName
{
border-color: #66002E;
}
</style>