Shades of Purple #660771
Tints of Purple #660771
RGB
CMYK
RGB Variations
Color information
#660771 (or 0x660771) is known color: Purple. HEX triplet: 66, 07 and 71. RGB value is (102,7,113). Sum of RGB (Red+Green+Blue) = 102+7+113=222 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.95% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 113 (44.53% from 255 or 50.90% from 222); Max value from RGB is 113 - color contains mainly: blue. Hex color #660771 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660771 is #99F88E. Grayscale: #2F2F2F. Windows color (decimal): -10090639 or 7407462. OLE color: 7407462.
HSL color Cylindrical-coordinate representation of color #660771: hue angle of 293.77º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660771 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 7 | 113 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.56 |
| HSL | 293.77º | 0.88% | 0.24% | - |
| HSV(B) | 293.77º | 0.94% | 0.44% | - |
| XYZ | 8.54 | 4.17 | 15.98 | - |
| YUV | 47.49 | 164.97 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 7 | 113 | 0.10 | 0.94 | 0 | 0.56 | 293.77 | 0.88 | 0.24 |
| Hex | 66 | 7 | 71 | A | 5E | 0 | 38 | 126 | 58 | 18 |
| Octal | 146 | 7 | 161 | 12 | 136 | 0 | 70 | 446 | 130 | 30 |
| Binary | 1100110 | 111 | 1110001 | 1010 | 1011110 | 0 | 111000 | 100100110 | 1011000 | 11000 |
Color Harmonies of #660771
Complementary color
Monochromatic Colors of #660771
Black with #660771
Text Example
Text Example
White with #660771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660771; }
p { color: rgb(102,7,113); }
H1.HeaderClassName
{
color: #660771;
}
.AnyTagClassName
{
color: #660771;
}
</style>
background-color css
<style>
a { background-color: #660771; }
a { background-color: rgb(102,7,113); }
div.DivClassName
{
background-color: #660771;
}
.BgClassName
{
background-color: #660771;
}
</style>
border-color css
<style>
span { border-color: #660771; }
span { border-color: rgb(102,7,113); }
td.TdClassName
{
border-color: #660771;
}
.TagClassName
{
border-color: #660771;
}
</style>