Shades of Tyrian Purple #66022E
Tints of Tyrian Purple #66022E
RGB
CMYK
RGB Variations
Color information
#66022E (or 0x66022E) is known color: Tyrian Purple. HEX triplet: 66, 02 and 2E. RGB value is (102,2,46). Sum of RGB (Red+Green+Blue) = 102+2+46=150 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 46 (18.36% from 255 or 30.67% from 150); Max value from RGB is 102 - color contains mainly: red. Hex color #66022E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66022E is #99FDD1. Grayscale: #242424. Windows color (decimal): -10091986 or 3015270. OLE color: 3015270.
HSL color Cylindrical-coordinate representation of color #66022E: hue angle of 333.6º 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 #66022E is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 2 | 46 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.6 |
| HSL | 333.6º | 0.96% | 0.2% | - |
| HSV(B) | 333.6º | 0.98% | 0.4% | - |
| XYZ | 5.99 | 3.07 | 2.86 | - |
| YUV | 36.92 | 133.13 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 2 | 46 | 0 | 0.98 | 0.55 | 0.6 | 333.6 | 0.96 | 0.2 |
| Hex | 66 | 2 | 2E | 0 | 62 | 37 | 3C | 14E | 60 | 14 |
| Octal | 146 | 2 | 56 | 0 | 142 | 67 | 74 | 516 | 140 | 24 |
| Binary | 1100110 | 10 | 101110 | 0 | 1100010 | 110111 | 111100 | 101001110 | 1100000 | 10100 |
Color Harmonies of #66022E
Complementary color
Monochromatic Colors of #66022E
Black with #66022E
Text Example
Text Example
White with #66022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66022E; }
p { color: rgb(102,2,46); }
H1.HeaderClassName
{
color: #66022E;
}
.AnyTagClassName
{
color: #66022E;
}
</style>
background-color css
<style>
a { background-color: #66022E; }
a { background-color: rgb(102,2,46); }
div.DivClassName
{
background-color: #66022E;
}
.BgClassName
{
background-color: #66022E;
}
</style>
border-color css
<style>
span { border-color: #66022E; }
span { border-color: rgb(102,2,46); }
td.TdClassName
{
border-color: #66022E;
}
.TagClassName
{
border-color: #66022E;
}
</style>