Shades of Tyrian Purple #66062B
Tints of Tyrian Purple #66062B
RGB
CMYK
RGB Variations
Color information
#66062B (or 0x66062B) is known color: Tyrian Purple. HEX triplet: 66, 06 and 2B. RGB value is (102,6,43). Sum of RGB (Red+Green+Blue) = 102+6+43=151 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.55% from 151); Green value is 6 (2.73% from 255 or 3.97% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 102 - color contains mainly: red. Hex color #66062B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66062B is #99F9D4. Grayscale: #262626. Windows color (decimal): -10090965 or 2819686. OLE color: 2819686.
HSL color Cylindrical-coordinate representation of color #66062B: hue angle of 336.88º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #66062B is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 6 | 43 | - |
| CMYK | 0 | 0.94 | 0.58 | 0.6 |
| HSL | 336.88º | 0.89% | 0.21% | - |
| HSV(B) | 336.88º | 0.94% | 0.4% | - |
| XYZ | 5.98 | 3.13 | 2.57 | - |
| YUV | 38.92 | 130.3 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 6 | 43 | 0 | 0.94 | 0.58 | 0.6 | 336.88 | 0.89 | 0.21 |
| Hex | 66 | 6 | 2B | 0 | 5E | 3A | 3C | 151 | 59 | 15 |
| Octal | 146 | 6 | 53 | 0 | 136 | 72 | 74 | 521 | 131 | 25 |
| Binary | 1100110 | 110 | 101011 | 0 | 1011110 | 111010 | 111100 | 101010001 | 1011001 | 10101 |
Color Harmonies of #66062B
Complementary color
Monochromatic Colors of #66062B
Black with #66062B
Text Example
Text Example
White with #66062B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66062B; }
p { color: rgb(102,6,43); }
H1.HeaderClassName
{
color: #66062B;
}
.AnyTagClassName
{
color: #66062B;
}
</style>
background-color css
<style>
a { background-color: #66062B; }
a { background-color: rgb(102,6,43); }
div.DivClassName
{
background-color: #66062B;
}
.BgClassName
{
background-color: #66062B;
}
</style>
border-color css
<style>
span { border-color: #66062B; }
span { border-color: rgb(102,6,43); }
td.TdClassName
{
border-color: #66062B;
}
.TagClassName
{
border-color: #66062B;
}
</style>