Shades of Tyrian Purple #66083D
Tints of Tyrian Purple #66083D
RGB
CMYK
RGB Variations
Color information
#66083D (or 0x66083D) is known color: Tyrian Purple. HEX triplet: 66, 08 and 3D. RGB value is (102,8,61). Sum of RGB (Red+Green+Blue) = 102+8+61=171 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.65% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 61 (24.22% from 255 or 35.67% from 171); Max value from RGB is 102 - color contains mainly: red. Hex color #66083D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66083D is #99F7C2. Grayscale: #2A2A2A. Windows color (decimal): -10090435 or 3999846. OLE color: 3999846.
HSL color Cylindrical-coordinate representation of color #66083D: hue angle of 326.17º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #66083D is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 8 | 61 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.6 |
| HSL | 326.17º | 0.85% | 0.22% | - |
| HSV(B) | 326.17º | 0.92% | 0.4% | - |
| XYZ | 6.41 | 3.34 | 4.72 | - |
| YUV | 42.15 | 138.64 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 8 | 61 | 0 | 0.92 | 0.40 | 0.6 | 326.17 | 0.85 | 0.22 |
| Hex | 66 | 8 | 3D | 0 | 5C | 28 | 3C | 146 | 55 | 16 |
| Octal | 146 | 10 | 75 | 0 | 134 | 50 | 74 | 506 | 125 | 26 |
| Binary | 1100110 | 1000 | 111101 | 0 | 1011100 | 101000 | 111100 | 101000110 | 1010101 | 10110 |
Color Harmonies of #66083D
Complementary color
Monochromatic Colors of #66083D
Black with #66083D
Text Example
Text Example
White with #66083D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66083D; }
p { color: rgb(102,8,61); }
H1.HeaderClassName
{
color: #66083D;
}
.AnyTagClassName
{
color: #66083D;
}
</style>
background-color css
<style>
a { background-color: #66083D; }
a { background-color: rgb(102,8,61); }
div.DivClassName
{
background-color: #66083D;
}
.BgClassName
{
background-color: #66083D;
}
</style>
border-color css
<style>
span { border-color: #66083D; }
span { border-color: rgb(102,8,61); }
td.TdClassName
{
border-color: #66083D;
}
.TagClassName
{
border-color: #66083D;
}
</style>