Shades of Tyrian Purple #66022C
Tints of Tyrian Purple #66022C
RGB
CMYK
RGB Variations
Color information
#66022C (or 0x66022C) is known color: Tyrian Purple. HEX triplet: 66, 02 and 2C. RGB value is (102,2,44). Sum of RGB (Red+Green+Blue) = 102+2+44=148 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.92% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 44 (17.58% from 255 or 29.73% from 148); Max value from RGB is 102 - color contains mainly: red. Hex color #66022C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66022C is #99FDD3. Grayscale: #242424. Windows color (decimal): -10091988 or 2884198. OLE color: 2884198.
HSL color Cylindrical-coordinate representation of color #66022C: hue angle of 334.8º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #66022C is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 2 | 44 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.6 |
| HSL | 334.8º | 0.96% | 0.2% | - |
| HSV(B) | 334.8º | 0.98% | 0.4% | - |
| XYZ | 5.96 | 3.05 | 2.66 | - |
| YUV | 36.69 | 132.13 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 2 | 44 | 0 | 0.98 | 0.57 | 0.6 | 334.8 | 0.96 | 0.2 |
| Hex | 66 | 2 | 2C | 0 | 62 | 39 | 3C | 14F | 60 | 14 |
| Octal | 146 | 2 | 54 | 0 | 142 | 71 | 74 | 517 | 140 | 24 |
| Binary | 1100110 | 10 | 101100 | 0 | 1100010 | 111001 | 111100 | 101001111 | 1100000 | 10100 |
Color Harmonies of #66022C
Complementary color
Monochromatic Colors of #66022C
Black with #66022C
Text Example
Text Example
White with #66022C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66022C; }
p { color: rgb(102,2,44); }
H1.HeaderClassName
{
color: #66022C;
}
.AnyTagClassName
{
color: #66022C;
}
</style>
background-color css
<style>
a { background-color: #66022C; }
a { background-color: rgb(102,2,44); }
div.DivClassName
{
background-color: #66022C;
}
.BgClassName
{
background-color: #66022C;
}
</style>
border-color css
<style>
span { border-color: #66022C; }
span { border-color: rgb(102,2,44); }
td.TdClassName
{
border-color: #66022C;
}
.TagClassName
{
border-color: #66022C;
}
</style>