Shades of Tyrian Purple #660B2D
Tints of Tyrian Purple #660B2D
RGB
CMYK
RGB Variations
Color information
#660B2D (or 0x660B2D) is known color: Tyrian Purple. HEX triplet: 66, 0B and 2D. RGB value is (102,11,45). Sum of RGB (Red+Green+Blue) = 102+11+45=158 (20% of max value = 765). Red value is 102 (40.23% from 255 or 64.56% from 158); Green value is 11 (4.69% from 255 or 6.96% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 102 - color contains mainly: red. Hex color #660B2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660B2D is #99F4D2. Grayscale: #2A2A2A. Windows color (decimal): -10089683 or 2952038. OLE color: 2952038.
HSL color Cylindrical-coordinate representation of color #660B2D: hue angle of 337.58º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #660B2D is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 11 | 45 | - |
| CMYK | 0 | 0.89 | 0.56 | 0.6 |
| HSL | 337.58º | 0.81% | 0.22% | - |
| HSV(B) | 337.58º | 0.89% | 0.4% | - |
| XYZ | 6.07 | 3.25 | 2.79 | - |
| YUV | 42.09 | 129.65 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 11 | 45 | 0 | 0.89 | 0.56 | 0.6 | 337.58 | 0.81 | 0.22 |
| Hex | 66 | B | 2D | 0 | 59 | 38 | 3C | 152 | 51 | 16 |
| Octal | 146 | 13 | 55 | 0 | 131 | 70 | 74 | 522 | 121 | 26 |
| Binary | 1100110 | 1011 | 101101 | 0 | 1011001 | 111000 | 111100 | 101010010 | 1010001 | 10110 |
Color Harmonies of #660B2D
Complementary color
Monochromatic Colors of #660B2D
Black with #660B2D
Text Example
Text Example
White with #660B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660B2D; }
p { color: rgb(102,11,45); }
H1.HeaderClassName
{
color: #660B2D;
}
.AnyTagClassName
{
color: #660B2D;
}
</style>
background-color css
<style>
a { background-color: #660B2D; }
a { background-color: rgb(102,11,45); }
div.DivClassName
{
background-color: #660B2D;
}
.BgClassName
{
background-color: #660B2D;
}
</style>
border-color css
<style>
span { border-color: #660B2D; }
span { border-color: rgb(102,11,45); }
td.TdClassName
{
border-color: #660B2D;
}
.TagClassName
{
border-color: #660B2D;
}
</style>