Shades of Purple #660773
Tints of Purple #660773
RGB
CMYK
RGB Variations
Color information
#660773 (or 0x660773) is known color: Purple. HEX triplet: 66, 07 and 73. RGB value is (102,7,115). Sum of RGB (Red+Green+Blue) = 102+7+115=224 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.54% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 115 (45.31% from 255 or 51.34% from 224); Max value from RGB is 115 - color contains mainly: blue. Hex color #660773 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660773 is #99F88C. Grayscale: #2F2F2F. Windows color (decimal): -10090637 or 7538534. OLE color: 7538534.
HSL color Cylindrical-coordinate representation of color #660773: hue angle of 292.78º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660773 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 7 | 115 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.55 |
| HSL | 292.78º | 0.89% | 0.24% | - |
| HSV(B) | 292.78º | 0.94% | 0.45% | - |
| XYZ | 8.65 | 4.21 | 16.58 | - |
| YUV | 47.72 | 165.97 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 7 | 115 | 0.11 | 0.94 | 0 | 0.55 | 292.78 | 0.89 | 0.24 |
| Hex | 66 | 7 | 73 | B | 5E | 0 | 37 | 125 | 59 | 18 |
| Octal | 146 | 7 | 163 | 13 | 136 | 0 | 67 | 445 | 131 | 30 |
| Binary | 1100110 | 111 | 1110011 | 1011 | 1011110 | 0 | 110111 | 100100101 | 1011001 | 11000 |
Color Harmonies of #660773
Complementary color
Monochromatic Colors of #660773
Black with #660773
Text Example
Text Example
White with #660773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660773; }
p { color: rgb(102,7,115); }
H1.HeaderClassName
{
color: #660773;
}
.AnyTagClassName
{
color: #660773;
}
</style>
background-color css
<style>
a { background-color: #660773; }
a { background-color: rgb(102,7,115); }
div.DivClassName
{
background-color: #660773;
}
.BgClassName
{
background-color: #660773;
}
</style>
border-color css
<style>
span { border-color: #660773; }
span { border-color: rgb(102,7,115); }
td.TdClassName
{
border-color: #660773;
}
.TagClassName
{
border-color: #660773;
}
</style>