Shades of Tyrian Purple #66042A
Tints of Tyrian Purple #66042A
RGB
CMYK
RGB Variations
Color information
#66042A (or 0x66042A) is known color: Tyrian Purple. HEX triplet: 66, 04 and 2A. RGB value is (102,4,42). Sum of RGB (Red+Green+Blue) = 102+4+42=148 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.92% from 148); Green value is 4 (1.95% from 255 or 2.70% from 148); Blue value is 42 (16.80% from 255 or 28.38% from 148); Max value from RGB is 102 - color contains mainly: red. Hex color #66042A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66042A is #99FBD5. Grayscale: #252525. Windows color (decimal): -10091478 or 2753638. OLE color: 2753638.
HSL color Cylindrical-coordinate representation of color #66042A: hue angle of 336.73º 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 #66042A is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 4 | 42 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.6 |
| HSL | 336.73º | 0.92% | 0.21% | - |
| HSV(B) | 336.73º | 0.96% | 0.4% | - |
| XYZ | 5.94 | 3.08 | 2.47 | - |
| YUV | 37.63 | 130.47 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 4 | 42 | 0 | 0.96 | 0.59 | 0.6 | 336.73 | 0.92 | 0.21 |
| Hex | 66 | 4 | 2A | 0 | 60 | 3B | 3C | 151 | 5C | 15 |
| Octal | 146 | 4 | 52 | 0 | 140 | 73 | 74 | 521 | 134 | 25 |
| Binary | 1100110 | 100 | 101010 | 0 | 1100000 | 111011 | 111100 | 101010001 | 1011100 | 10101 |
Color Harmonies of #66042A
Complementary color
Monochromatic Colors of #66042A
Black with #66042A
Text Example
Text Example
White with #66042A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66042A; }
p { color: rgb(102,4,42); }
H1.HeaderClassName
{
color: #66042A;
}
.AnyTagClassName
{
color: #66042A;
}
</style>
background-color css
<style>
a { background-color: #66042A; }
a { background-color: rgb(102,4,42); }
div.DivClassName
{
background-color: #66042A;
}
.BgClassName
{
background-color: #66042A;
}
</style>
border-color css
<style>
span { border-color: #66042A; }
span { border-color: rgb(102,4,42); }
td.TdClassName
{
border-color: #66042A;
}
.TagClassName
{
border-color: #66042A;
}
</style>