Shades of Tyrian Purple #66093D
Tints of Tyrian Purple #66093D
RGB
CMYK
RGB Variations
Color information
#66093D (or 0x66093D) is known color: Tyrian Purple. HEX triplet: 66, 09 and 3D. RGB value is (102,9,61). Sum of RGB (Red+Green+Blue) = 102+9+61=172 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.30% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 102 - color contains mainly: red. Hex color #66093D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66093D is #99F6C2. Grayscale: #2A2A2A. Windows color (decimal): -10090179 or 4000102. OLE color: 4000102.
HSL color Cylindrical-coordinate representation of color #66093D: hue angle of 326.45º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #66093D is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 9 | 61 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.6 |
| HSL | 326.45º | 0.84% | 0.22% | - |
| HSV(B) | 326.45º | 0.91% | 0.4% | - |
| XYZ | 6.42 | 3.36 | 4.72 | - |
| YUV | 42.74 | 138.31 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 9 | 61 | 0 | 0.91 | 0.40 | 0.6 | 326.45 | 0.84 | 0.22 |
| Hex | 66 | 9 | 3D | 0 | 5B | 28 | 3C | 146 | 54 | 16 |
| Octal | 146 | 11 | 75 | 0 | 133 | 50 | 74 | 506 | 124 | 26 |
| Binary | 1100110 | 1001 | 111101 | 0 | 1011011 | 101000 | 111100 | 101000110 | 1010100 | 10110 |
Color Harmonies of #66093D
Complementary color
Monochromatic Colors of #66093D
Black with #66093D
Text Example
Text Example
White with #66093D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66093D; }
p { color: rgb(102,9,61); }
H1.HeaderClassName
{
color: #66093D;
}
.AnyTagClassName
{
color: #66093D;
}
</style>
background-color css
<style>
a { background-color: #66093D; }
a { background-color: rgb(102,9,61); }
div.DivClassName
{
background-color: #66093D;
}
.BgClassName
{
background-color: #66093D;
}
</style>
border-color css
<style>
span { border-color: #66093D; }
span { border-color: rgb(102,9,61); }
td.TdClassName
{
border-color: #66093D;
}
.TagClassName
{
border-color: #66093D;
}
</style>