Shades of Tyrian Purple #66042D
Tints of Tyrian Purple #66042D
RGB
CMYK
RGB Variations
Color information
#66042D (or 0x66042D) is known color: Tyrian Purple. HEX triplet: 66, 04 and 2D. RGB value is (102,4,45). Sum of RGB (Red+Green+Blue) = 102+4+45=151 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.55% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 45 (17.97% from 255 or 29.80% from 151); Max value from RGB is 102 - color contains mainly: red. Hex color #66042D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66042D is #99FBD2. Grayscale: #252525. Windows color (decimal): -10091475 or 2950246. OLE color: 2950246.
HSL color Cylindrical-coordinate representation of color #66042D: hue angle of 334.9º 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 #66042D is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 4 | 45 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.6 |
| HSL | 334.9º | 0.92% | 0.21% | - |
| HSV(B) | 334.9º | 0.96% | 0.4% | - |
| XYZ | 6 | 3.1 | 2.77 | - |
| YUV | 37.98 | 131.97 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 4 | 45 | 0 | 0.96 | 0.56 | 0.6 | 334.9 | 0.92 | 0.21 |
| Hex | 66 | 4 | 2D | 0 | 60 | 38 | 3C | 14F | 5C | 15 |
| Octal | 146 | 4 | 55 | 0 | 140 | 70 | 74 | 517 | 134 | 25 |
| Binary | 1100110 | 100 | 101101 | 0 | 1100000 | 111000 | 111100 | 101001111 | 1011100 | 10101 |
Color Harmonies of #66042D
Complementary color
Monochromatic Colors of #66042D
Black with #66042D
Text Example
Text Example
White with #66042D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66042D; }
p { color: rgb(102,4,45); }
H1.HeaderClassName
{
color: #66042D;
}
.AnyTagClassName
{
color: #66042D;
}
</style>
background-color css
<style>
a { background-color: #66042D; }
a { background-color: rgb(102,4,45); }
div.DivClassName
{
background-color: #66042D;
}
.BgClassName
{
background-color: #66042D;
}
</style>
border-color css
<style>
span { border-color: #66042D; }
span { border-color: rgb(102,4,45); }
td.TdClassName
{
border-color: #66042D;
}
.TagClassName
{
border-color: #66042D;
}
</style>