Shades of Purple #660668
Tints of Purple #660668
RGB
CMYK
RGB Variations
Color information
#660668 (or 0x660668) is known color: Purple. HEX triplet: 66, 06 and 68. RGB value is (102,6,104). Sum of RGB (Red+Green+Blue) = 102+6+104=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 104 (41.02% from 255 or 49.06% from 212); Max value from RGB is 104 - color contains mainly: blue. Hex color #660668 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660668 is #99F997. Grayscale: #2D2D2D. Windows color (decimal): -10090904 or 6817382. OLE color: 6817382.
HSL color Cylindrical-coordinate representation of color #660668: hue angle of 298.78º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660668 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 6 | 104 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.59 |
| HSL | 298.78º | 0.89% | 0.22% | - |
| HSV(B) | 298.78º | 0.94% | 0.41% | - |
| XYZ | 8.04 | 3.95 | 13.44 | - |
| YUV | 45.88 | 160.8 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 6 | 104 | 0.02 | 0.94 | 0 | 0.59 | 298.78 | 0.89 | 0.22 |
| Hex | 66 | 6 | 68 | 2 | 5E | 0 | 3B | 12B | 59 | 16 |
| Octal | 146 | 6 | 150 | 2 | 136 | 0 | 73 | 453 | 131 | 26 |
| Binary | 1100110 | 110 | 1101000 | 10 | 1011110 | 0 | 111011 | 100101011 | 1011001 | 10110 |
Color Harmonies of #660668
Complementary color
Monochromatic Colors of #660668
Black with #660668
Text Example
Text Example
White with #660668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660668; }
p { color: rgb(102,6,104); }
H1.HeaderClassName
{
color: #660668;
}
.AnyTagClassName
{
color: #660668;
}
</style>
background-color css
<style>
a { background-color: #660668; }
a { background-color: rgb(102,6,104); }
div.DivClassName
{
background-color: #660668;
}
.BgClassName
{
background-color: #660668;
}
</style>
border-color css
<style>
span { border-color: #660668; }
span { border-color: rgb(102,6,104); }
td.TdClassName
{
border-color: #660668;
}
.TagClassName
{
border-color: #660668;
}
</style>