Shades of Purple #660976
Tints of Purple #660976
RGB
CMYK
RGB Variations
Color information
#660976 (or 0x660976) is known color: Purple. HEX triplet: 66, 09 and 76. RGB value is (102,9,118). Sum of RGB (Red+Green+Blue) = 102+9+118=229 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.54% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 118 (46.48% from 255 or 51.53% from 229); Max value from RGB is 118 - color contains mainly: blue. Hex color #660976 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660976 is #99F689. Grayscale: #303030. Windows color (decimal): -10090122 or 7735654. OLE color: 7735654.
HSL color Cylindrical-coordinate representation of color #660976: hue angle of 291.19º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #660976 is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 102 | 9 | 118 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.54 |
| HSL | 291.19º | 0.86% | 0.25% | - |
| HSV(B) | 291.19º | 0.92% | 0.46% | - |
| XYZ | 8.85 | 4.33 | 17.51 | - |
| YUV | 49.23 | 166.81 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 9 | 118 | 0.14 | 0.92 | 0 | 0.54 | 291.19 | 0.86 | 0.25 |
| Hex | 66 | 9 | 76 | E | 5C | 0 | 36 | 123 | 56 | 19 |
| Octal | 146 | 11 | 166 | 16 | 134 | 0 | 66 | 443 | 126 | 31 |
| Binary | 1100110 | 1001 | 1110110 | 1110 | 1011100 | 0 | 110110 | 100100011 | 1010110 | 11001 |
Color Harmonies of #660976
Complementary color
Monochromatic Colors of #660976
Black with #660976
Text Example
Text Example
White with #660976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660976; }
p { color: rgb(102,9,118); }
H1.HeaderClassName
{
color: #660976;
}
.AnyTagClassName
{
color: #660976;
}
</style>
background-color css
<style>
a { background-color: #660976; }
a { background-color: rgb(102,9,118); }
div.DivClassName
{
background-color: #660976;
}
.BgClassName
{
background-color: #660976;
}
</style>
border-color css
<style>
span { border-color: #660976; }
span { border-color: rgb(102,9,118); }
td.TdClassName
{
border-color: #660976;
}
.TagClassName
{
border-color: #660976;
}
</style>