Shades of Tyrian Purple #66042C
Tints of Tyrian Purple #66042C
RGB
CMYK
RGB Variations
Color information
#66042C (or 0x66042C) is known color: Tyrian Purple. HEX triplet: 66, 04 and 2C. RGB value is (102,4,44). Sum of RGB (Red+Green+Blue) = 102+4+44=150 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68% from 150); Green value is 4 (1.95% from 255 or 2.67% from 150); Blue value is 44 (17.58% from 255 or 29.33% from 150); Max value from RGB is 102 - color contains mainly: red. Hex color #66042C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66042C is #99FBD3. Grayscale: #252525. Windows color (decimal): -10091476 or 2884710. OLE color: 2884710.
HSL color Cylindrical-coordinate representation of color #66042C: hue angle of 335.51º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #66042C is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 4 | 44 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.6 |
| HSL | 335.51º | 0.92% | 0.21% | - |
| HSV(B) | 335.51º | 0.96% | 0.4% | - |
| XYZ | 5.98 | 3.09 | 2.66 | - |
| YUV | 37.86 | 131.47 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 4 | 44 | 0 | 0.96 | 0.57 | 0.6 | 335.51 | 0.92 | 0.21 |
| Hex | 66 | 4 | 2C | 0 | 60 | 39 | 3C | 150 | 5C | 15 |
| Octal | 146 | 4 | 54 | 0 | 140 | 71 | 74 | 520 | 134 | 25 |
| Binary | 1100110 | 100 | 101100 | 0 | 1100000 | 111001 | 111100 | 101010000 | 1011100 | 10101 |
Color Harmonies of #66042C
Complementary color
Monochromatic Colors of #66042C
Black with #66042C
Text Example
Text Example
White with #66042C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66042C; }
p { color: rgb(102,4,44); }
H1.HeaderClassName
{
color: #66042C;
}
.AnyTagClassName
{
color: #66042C;
}
</style>
background-color css
<style>
a { background-color: #66042C; }
a { background-color: rgb(102,4,44); }
div.DivClassName
{
background-color: #66042C;
}
.BgClassName
{
background-color: #66042C;
}
</style>
border-color css
<style>
span { border-color: #66042C; }
span { border-color: rgb(102,4,44); }
td.TdClassName
{
border-color: #66042C;
}
.TagClassName
{
border-color: #66042C;
}
</style>