Shades of Tyrian Purple #66032B
Tints of Tyrian Purple #66032B
RGB
CMYK
RGB Variations
Color information
#66032B (or 0x66032B) is known color: Tyrian Purple. HEX triplet: 66, 03 and 2B. RGB value is (102,3,43). Sum of RGB (Red+Green+Blue) = 102+3+43=148 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.92% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 102 - color contains mainly: red. Hex color #66032B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66032B is #99FCD4. Grayscale: #252525. Windows color (decimal): -10091733 or 2818918. OLE color: 2818918.
HSL color Cylindrical-coordinate representation of color #66032B: hue angle of 335.76º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #66032B is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 3 | 43 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.6 |
| HSL | 335.76º | 0.94% | 0.21% | - |
| HSV(B) | 335.76º | 0.97% | 0.4% | - |
| XYZ | 5.95 | 3.06 | 2.56 | - |
| YUV | 37.16 | 131.3 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 3 | 43 | 0 | 0.97 | 0.58 | 0.6 | 335.76 | 0.94 | 0.21 |
| Hex | 66 | 3 | 2B | 0 | 61 | 3A | 3C | 150 | 5E | 15 |
| Octal | 146 | 3 | 53 | 0 | 141 | 72 | 74 | 520 | 136 | 25 |
| Binary | 1100110 | 11 | 101011 | 0 | 1100001 | 111010 | 111100 | 101010000 | 1011110 | 10101 |
Color Harmonies of #66032B
Complementary color
Monochromatic Colors of #66032B
Black with #66032B
Text Example
Text Example
White with #66032B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66032B; }
p { color: rgb(102,3,43); }
H1.HeaderClassName
{
color: #66032B;
}
.AnyTagClassName
{
color: #66032B;
}
</style>
background-color css
<style>
a { background-color: #66032B; }
a { background-color: rgb(102,3,43); }
div.DivClassName
{
background-color: #66032B;
}
.BgClassName
{
background-color: #66032B;
}
</style>
border-color css
<style>
span { border-color: #66032B; }
span { border-color: rgb(102,3,43); }
td.TdClassName
{
border-color: #66032B;
}
.TagClassName
{
border-color: #66032B;
}
</style>