Shades of Tyrian Purple #66063D
Tints of Tyrian Purple #66063D
RGB
CMYK
RGB Variations
Color information
#66063D (or 0x66063D) is known color: Tyrian Purple. HEX triplet: 66, 06 and 3D. RGB value is (102,6,61). Sum of RGB (Red+Green+Blue) = 102+6+61=169 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.36% from 169); Green value is 6 (2.73% from 255 or 3.55% from 169); Blue value is 61 (24.22% from 255 or 36.09% from 169); Max value from RGB is 102 - color contains mainly: red. Hex color #66063D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66063D is #99F9C2. Grayscale: #282828. Windows color (decimal): -10090947 or 3999334. OLE color: 3999334.
HSL color Cylindrical-coordinate representation of color #66063D: hue angle of 325.62º 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 #66063D is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 6 | 61 | - |
| CMYK | 0 | 0.94 | 0.40 | 0.6 |
| HSL | 325.63º | 0.89% | 0.21% | - |
| HSV(B) | 325.63º | 0.94% | 0.4% | - |
| XYZ | 6.39 | 3.29 | 4.71 | - |
| YUV | 40.97 | 139.3 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 6 | 61 | 0 | 0.94 | 0.40 | 0.6 | 325.63 | 0.89 | 0.21 |
| Hex | 66 | 6 | 3D | 0 | 5E | 28 | 3C | 146 | 59 | 15 |
| Octal | 146 | 6 | 75 | 0 | 136 | 50 | 74 | 506 | 131 | 25 |
| Binary | 1100110 | 110 | 111101 | 0 | 1011110 | 101000 | 111100 | 101000110 | 1011001 | 10101 |
Color Harmonies of #66063D
Complementary color
Monochromatic Colors of #66063D
Black with #66063D
Text Example
Text Example
White with #66063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66063D; }
p { color: rgb(102,6,61); }
H1.HeaderClassName
{
color: #66063D;
}
.AnyTagClassName
{
color: #66063D;
}
</style>
background-color css
<style>
a { background-color: #66063D; }
a { background-color: rgb(102,6,61); }
div.DivClassName
{
background-color: #66063D;
}
.BgClassName
{
background-color: #66063D;
}
</style>
border-color css
<style>
span { border-color: #66063D; }
span { border-color: rgb(102,6,61); }
td.TdClassName
{
border-color: #66063D;
}
.TagClassName
{
border-color: #66063D;
}
</style>