Shades of Tyrian Purple #66044B
Tints of Tyrian Purple #66044B
RGB
CMYK
RGB Variations
Color information
#66044B (or 0x66044B) is known color: Tyrian Purple. HEX triplet: 66, 04 and 4B. RGB value is (102,4,75). Sum of RGB (Red+Green+Blue) = 102+4+75=181 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.35% from 181); Green value is 4 (1.95% from 255 or 2.21% from 181); Blue value is 75 (29.69% from 255 or 41.44% from 181); Max value from RGB is 102 - color contains mainly: red. Hex color #66044B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66044B is #99FBB4. Grayscale: #292929. Windows color (decimal): -10091445 or 4916326. OLE color: 4916326.
HSL color Cylindrical-coordinate representation of color #66044B: hue angle of 316.53º 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 #66044B is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 4 | 75 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.6 |
| HSL | 316.53º | 0.92% | 0.21% | - |
| HSV(B) | 316.53º | 0.96% | 0.4% | - |
| XYZ | 6.79 | 3.42 | 6.96 | - |
| YUV | 41.4 | 146.97 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 4 | 75 | 0 | 0.96 | 0.26 | 0.6 | 316.53 | 0.92 | 0.21 |
| Hex | 66 | 4 | 4B | 0 | 60 | 1A | 3C | 13D | 5C | 15 |
| Octal | 146 | 4 | 113 | 0 | 140 | 32 | 74 | 475 | 134 | 25 |
| Binary | 1100110 | 100 | 1001011 | 0 | 1100000 | 11010 | 111100 | 100111101 | 1011100 | 10101 |
Color Harmonies of #66044B
Complementary color
Monochromatic Colors of #66044B
Black with #66044B
Text Example
Text Example
White with #66044B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66044B; }
p { color: rgb(102,4,75); }
H1.HeaderClassName
{
color: #66044B;
}
.AnyTagClassName
{
color: #66044B;
}
</style>
background-color css
<style>
a { background-color: #66044B; }
a { background-color: rgb(102,4,75); }
div.DivClassName
{
background-color: #66044B;
}
.BgClassName
{
background-color: #66044B;
}
</style>
border-color css
<style>
span { border-color: #66044B; }
span { border-color: rgb(102,4,75); }
td.TdClassName
{
border-color: #66044B;
}
.TagClassName
{
border-color: #66044B;
}
</style>