Shades of Tyrian Purple #66073F
Tints of Tyrian Purple #66073F
RGB
CMYK
RGB Variations
Color information
#66073F (or 0x66073F) is known color: Tyrian Purple. HEX triplet: 66, 07 and 3F. RGB value is (102,7,63). Sum of RGB (Red+Green+Blue) = 102+7+63=172 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.30% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 102 - color contains mainly: red. Hex color #66073F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66073F is #99F8C0. Grayscale: #292929. Windows color (decimal): -10090689 or 4130662. OLE color: 4130662.
HSL color Cylindrical-coordinate representation of color #66073F: hue angle of 324.63º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #66073F is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 7 | 63 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.6 |
| HSL | 324.63º | 0.87% | 0.21% | - |
| HSV(B) | 324.63º | 0.93% | 0.4% | - |
| XYZ | 6.45 | 3.34 | 5.01 | - |
| YUV | 41.79 | 139.97 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 7 | 63 | 0 | 0.93 | 0.38 | 0.6 | 324.63 | 0.87 | 0.21 |
| Hex | 66 | 7 | 3F | 0 | 5D | 26 | 3C | 145 | 57 | 15 |
| Octal | 146 | 7 | 77 | 0 | 135 | 46 | 74 | 505 | 127 | 25 |
| Binary | 1100110 | 111 | 111111 | 0 | 1011101 | 100110 | 111100 | 101000101 | 1010111 | 10101 |
Color Harmonies of #66073F
Complementary color
Monochromatic Colors of #66073F
Black with #66073F
Text Example
Text Example
White with #66073F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66073F; }
p { color: rgb(102,7,63); }
H1.HeaderClassName
{
color: #66073F;
}
.AnyTagClassName
{
color: #66073F;
}
</style>
background-color css
<style>
a { background-color: #66073F; }
a { background-color: rgb(102,7,63); }
div.DivClassName
{
background-color: #66073F;
}
.BgClassName
{
background-color: #66073F;
}
</style>
border-color css
<style>
span { border-color: #66073F; }
span { border-color: rgb(102,7,63); }
td.TdClassName
{
border-color: #66073F;
}
.TagClassName
{
border-color: #66073F;
}
</style>