Shades of Tyrian Purple #66063F
Tints of Tyrian Purple #66063F
RGB
CMYK
RGB Variations
Color information
#66063F (or 0x66063F) is known color: Tyrian Purple. HEX triplet: 66, 06 and 3F. RGB value is (102,6,63). Sum of RGB (Red+Green+Blue) = 102+6+63=171 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.65% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 63 (25% from 255 or 36.84% from 171); Max value from RGB is 102 - color contains mainly: red. Hex color #66063F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66063F is #99F9C0. Grayscale: #292929. Windows color (decimal): -10090945 or 4130406. OLE color: 4130406.
HSL color Cylindrical-coordinate representation of color #66063F: hue angle of 324.38º 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 #66063F is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 6 | 63 | - |
| CMYK | 0 | 0.94 | 0.38 | 0.6 |
| HSL | 324.38º | 0.89% | 0.21% | - |
| HSV(B) | 324.38º | 0.94% | 0.4% | - |
| XYZ | 6.44 | 3.31 | 5 | - |
| YUV | 41.2 | 140.3 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 6 | 63 | 0 | 0.94 | 0.38 | 0.6 | 324.38 | 0.89 | 0.21 |
| Hex | 66 | 6 | 3F | 0 | 5E | 26 | 3C | 144 | 59 | 15 |
| Octal | 146 | 6 | 77 | 0 | 136 | 46 | 74 | 504 | 131 | 25 |
| Binary | 1100110 | 110 | 111111 | 0 | 1011110 | 100110 | 111100 | 101000100 | 1011001 | 10101 |
Color Harmonies of #66063F
Complementary color
Monochromatic Colors of #66063F
Black with #66063F
Text Example
Text Example
White with #66063F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66063F; }
p { color: rgb(102,6,63); }
H1.HeaderClassName
{
color: #66063F;
}
.AnyTagClassName
{
color: #66063F;
}
</style>
background-color css
<style>
a { background-color: #66063F; }
a { background-color: rgb(102,6,63); }
div.DivClassName
{
background-color: #66063F;
}
.BgClassName
{
background-color: #66063F;
}
</style>
border-color css
<style>
span { border-color: #66063F; }
span { border-color: rgb(102,6,63); }
td.TdClassName
{
border-color: #66063F;
}
.TagClassName
{
border-color: #66063F;
}
</style>