Shades of Tyrian Purple #660732
Tints of Tyrian Purple #660732
RGB
CMYK
RGB Variations
Color information
#660732 (or 0x660732) is known color: Tyrian Purple. HEX triplet: 66, 07 and 32. RGB value is (102,7,50). Sum of RGB (Red+Green+Blue) = 102+7+50=159 (21% of max value = 765). Red value is 102 (40.23% from 255 or 64.15% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 50 (19.92% from 255 or 31.45% from 159); Max value from RGB is 102 - color contains mainly: red. Hex color #660732 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660732 is #99F8CD. Grayscale: #282828. Windows color (decimal): -10090702 or 3278694. OLE color: 3278694.
HSL color Cylindrical-coordinate representation of color #660732: hue angle of 332.84º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #660732 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 7 | 50 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.6 |
| HSL | 332.84º | 0.87% | 0.21% | - |
| HSV(B) | 332.84º | 0.93% | 0.4% | - |
| XYZ | 6.13 | 3.21 | 3.31 | - |
| YUV | 40.31 | 133.47 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 7 | 50 | 0 | 0.93 | 0.51 | 0.6 | 332.84 | 0.87 | 0.21 |
| Hex | 66 | 7 | 32 | 0 | 5D | 33 | 3C | 14D | 57 | 15 |
| Octal | 146 | 7 | 62 | 0 | 135 | 63 | 74 | 515 | 127 | 25 |
| Binary | 1100110 | 111 | 110010 | 0 | 1011101 | 110011 | 111100 | 101001101 | 1010111 | 10101 |
Color Harmonies of #660732
Complementary color
Monochromatic Colors of #660732
Black with #660732
Text Example
Text Example
White with #660732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660732; }
p { color: rgb(102,7,50); }
H1.HeaderClassName
{
color: #660732;
}
.AnyTagClassName
{
color: #660732;
}
</style>
background-color css
<style>
a { background-color: #660732; }
a { background-color: rgb(102,7,50); }
div.DivClassName
{
background-color: #660732;
}
.BgClassName
{
background-color: #660732;
}
</style>
border-color css
<style>
span { border-color: #660732; }
span { border-color: rgb(102,7,50); }
td.TdClassName
{
border-color: #660732;
}
.TagClassName
{
border-color: #660732;
}
</style>