Shades of Tyrian Purple #66062A
Tints of Tyrian Purple #66062A
RGB
CMYK
RGB Variations
Color information
#66062A (or 0x66062A) is known color: Tyrian Purple. HEX triplet: 66, 06 and 2A. RGB value is (102,6,42). Sum of RGB (Red+Green+Blue) = 102+6+42=150 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68% from 150); Green value is 6 (2.73% from 255 or 4% from 150); Blue value is 42 (16.80% from 255 or 28% from 150); Max value from RGB is 102 - color contains mainly: red. Hex color #66062A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66062A is #99F9D5. Grayscale: #262626. Windows color (decimal): -10090966 or 2754150. OLE color: 2754150.
HSL color Cylindrical-coordinate representation of color #66062A: hue angle of 337.5º 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 #66062A is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 6 | 42 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.6 |
| HSL | 337.5º | 0.89% | 0.21% | - |
| HSV(B) | 337.5º | 0.94% | 0.4% | - |
| XYZ | 5.96 | 3.12 | 2.48 | - |
| YUV | 38.81 | 129.8 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 6 | 42 | 0 | 0.94 | 0.59 | 0.6 | 337.5 | 0.89 | 0.21 |
| Hex | 66 | 6 | 2A | 0 | 5E | 3B | 3C | 152 | 59 | 15 |
| Octal | 146 | 6 | 52 | 0 | 136 | 73 | 74 | 522 | 131 | 25 |
| Binary | 1100110 | 110 | 101010 | 0 | 1011110 | 111011 | 111100 | 101010010 | 1011001 | 10101 |
Color Harmonies of #66062A
Complementary color
Monochromatic Colors of #66062A
Black with #66062A
Text Example
Text Example
White with #66062A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66062A; }
p { color: rgb(102,6,42); }
H1.HeaderClassName
{
color: #66062A;
}
.AnyTagClassName
{
color: #66062A;
}
</style>
background-color css
<style>
a { background-color: #66062A; }
a { background-color: rgb(102,6,42); }
div.DivClassName
{
background-color: #66062A;
}
.BgClassName
{
background-color: #66062A;
}
</style>
border-color css
<style>
span { border-color: #66062A; }
span { border-color: rgb(102,6,42); }
td.TdClassName
{
border-color: #66062A;
}
.TagClassName
{
border-color: #66062A;
}
</style>