Shades of Tyrian Purple #66042B
Tints of Tyrian Purple #66042B
RGB
CMYK
RGB Variations
Color information
#66042B (or 0x66042B) is known color: Tyrian Purple. HEX triplet: 66, 04 and 2B. RGB value is (102,4,43). Sum of RGB (Red+Green+Blue) = 102+4+43=149 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.46% from 149); Green value is 4 (1.95% from 255 or 2.68% from 149); Blue value is 43 (17.19% from 255 or 28.86% from 149); Max value from RGB is 102 - color contains mainly: red. Hex color #66042B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66042B is #99FBD4. Grayscale: #252525. Windows color (decimal): -10091477 or 2819174. OLE color: 2819174.
HSL color Cylindrical-coordinate representation of color #66042B: hue angle of 336.12º 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 #66042B is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 4 | 43 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.6 |
| HSL | 336.12º | 0.92% | 0.21% | - |
| HSV(B) | 336.12º | 0.96% | 0.4% | - |
| XYZ | 5.96 | 3.09 | 2.57 | - |
| YUV | 37.75 | 130.97 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 4 | 43 | 0 | 0.96 | 0.58 | 0.6 | 336.12 | 0.92 | 0.21 |
| Hex | 66 | 4 | 2B | 0 | 60 | 3A | 3C | 150 | 5C | 15 |
| Octal | 146 | 4 | 53 | 0 | 140 | 72 | 74 | 520 | 134 | 25 |
| Binary | 1100110 | 100 | 101011 | 0 | 1100000 | 111010 | 111100 | 101010000 | 1011100 | 10101 |
Color Harmonies of #66042B
Complementary color
Monochromatic Colors of #66042B
Black with #66042B
Text Example
Text Example
White with #66042B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66042B; }
p { color: rgb(102,4,43); }
H1.HeaderClassName
{
color: #66042B;
}
.AnyTagClassName
{
color: #66042B;
}
</style>
background-color css
<style>
a { background-color: #66042B; }
a { background-color: rgb(102,4,43); }
div.DivClassName
{
background-color: #66042B;
}
.BgClassName
{
background-color: #66042B;
}
</style>
border-color css
<style>
span { border-color: #66042B; }
span { border-color: rgb(102,4,43); }
td.TdClassName
{
border-color: #66042B;
}
.TagClassName
{
border-color: #66042B;
}
</style>