Shades of Tyrian Purple #660B2E
Tints of Tyrian Purple #660B2E
RGB
CMYK
RGB Variations
Color information
#660B2E (or 0x660B2E) is known color: Tyrian Purple. HEX triplet: 66, 0B and 2E. RGB value is (102,11,46). Sum of RGB (Red+Green+Blue) = 102+11+46=159 (21% of max value = 765). Red value is 102 (40.23% from 255 or 64.15% from 159); Green value is 11 (4.69% from 255 or 6.92% from 159); Blue value is 46 (18.36% from 255 or 28.93% from 159); Max value from RGB is 102 - color contains mainly: red. Hex color #660B2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660B2E is #99F4D1. Grayscale: #2A2A2A. Windows color (decimal): -10089682 or 3017574. OLE color: 3017574.
HSL color Cylindrical-coordinate representation of color #660B2E: hue angle of 336.92º 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 #660B2E is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 11 | 46 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.6 |
| HSL | 336.92º | 0.81% | 0.22% | - |
| HSV(B) | 336.92º | 0.89% | 0.4% | - |
| XYZ | 6.09 | 3.26 | 2.89 | - |
| YUV | 42.2 | 130.15 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 11 | 46 | 0 | 0.89 | 0.55 | 0.6 | 336.92 | 0.81 | 0.22 |
| Hex | 66 | B | 2E | 0 | 59 | 37 | 3C | 151 | 51 | 16 |
| Octal | 146 | 13 | 56 | 0 | 131 | 67 | 74 | 521 | 121 | 26 |
| Binary | 1100110 | 1011 | 101110 | 0 | 1011001 | 110111 | 111100 | 101010001 | 1010001 | 10110 |
Color Harmonies of #660B2E
Complementary color
Monochromatic Colors of #660B2E
Black with #660B2E
Text Example
Text Example
White with #660B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660B2E; }
p { color: rgb(102,11,46); }
H1.HeaderClassName
{
color: #660B2E;
}
.AnyTagClassName
{
color: #660B2E;
}
</style>
background-color css
<style>
a { background-color: #660B2E; }
a { background-color: rgb(102,11,46); }
div.DivClassName
{
background-color: #660B2E;
}
.BgClassName
{
background-color: #660B2E;
}
</style>
border-color css
<style>
span { border-color: #660B2E; }
span { border-color: rgb(102,11,46); }
td.TdClassName
{
border-color: #660B2E;
}
.TagClassName
{
border-color: #660B2E;
}
</style>