Shades of Tyrian Purple #660B32
Tints of Tyrian Purple #660B32
RGB
CMYK
RGB Variations
Color information
#660B32 (or 0x660B32) is known color: Tyrian Purple. HEX triplet: 66, 0B and 32. RGB value is (102,11,50). Sum of RGB (Red+Green+Blue) = 102+11+50=163 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.58% from 163); Green value is 11 (4.69% from 255 or 6.75% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 102 - color contains mainly: red. Hex color #660B32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660B32 is #99F4CD. Grayscale: #2A2A2A. Windows color (decimal): -10089678 or 3279718. OLE color: 3279718.
HSL color Cylindrical-coordinate representation of color #660B32: hue angle of 334.29º 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 #660B32 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 11 | 50 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.6 |
| HSL | 334.29º | 0.81% | 0.22% | - |
| HSV(B) | 334.29º | 0.89% | 0.4% | - |
| XYZ | 6.17 | 3.29 | 3.33 | - |
| YUV | 42.66 | 132.15 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 11 | 50 | 0 | 0.89 | 0.51 | 0.6 | 334.29 | 0.81 | 0.22 |
| Hex | 66 | B | 32 | 0 | 59 | 33 | 3C | 14E | 51 | 16 |
| Octal | 146 | 13 | 62 | 0 | 131 | 63 | 74 | 516 | 121 | 26 |
| Binary | 1100110 | 1011 | 110010 | 0 | 1011001 | 110011 | 111100 | 101001110 | 1010001 | 10110 |
Color Harmonies of #660B32
Complementary color
Monochromatic Colors of #660B32
Black with #660B32
Text Example
Text Example
White with #660B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660B32; }
p { color: rgb(102,11,50); }
H1.HeaderClassName
{
color: #660B32;
}
.AnyTagClassName
{
color: #660B32;
}
</style>
background-color css
<style>
a { background-color: #660B32; }
a { background-color: rgb(102,11,50); }
div.DivClassName
{
background-color: #660B32;
}
.BgClassName
{
background-color: #660B32;
}
</style>
border-color css
<style>
span { border-color: #660B32; }
span { border-color: rgb(102,11,50); }
td.TdClassName
{
border-color: #660B32;
}
.TagClassName
{
border-color: #660B32;
}
</style>