Shades of Purple #660768
Tints of Purple #660768
RGB
CMYK
RGB Variations
Color information
#660768 (or 0x660768) is known color: Purple. HEX triplet: 66, 07 and 68. RGB value is (102,7,104). Sum of RGB (Red+Green+Blue) = 102+7+104=213 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.89% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 104 (41.02% from 255 or 48.83% from 213); Max value from RGB is 104 - color contains mainly: blue. Hex color #660768 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660768 is #99F897. Grayscale: #2E2E2E. Windows color (decimal): -10090648 or 6817638. OLE color: 6817638.
HSL color Cylindrical-coordinate representation of color #660768: hue angle of 298.76º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #660768 is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 7 | 104 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.59 |
| HSL | 298.76º | 0.87% | 0.22% | - |
| HSV(B) | 298.76º | 0.93% | 0.41% | - |
| XYZ | 8.05 | 3.98 | 13.44 | - |
| YUV | 46.46 | 160.47 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 7 | 104 | 0.02 | 0.93 | 0 | 0.59 | 298.76 | 0.87 | 0.22 |
| Hex | 66 | 7 | 68 | 2 | 5D | 0 | 3B | 12B | 57 | 16 |
| Octal | 146 | 7 | 150 | 2 | 135 | 0 | 73 | 453 | 127 | 26 |
| Binary | 1100110 | 111 | 1101000 | 10 | 1011101 | 0 | 111011 | 100101011 | 1010111 | 10110 |
Color Harmonies of #660768
Complementary color
Monochromatic Colors of #660768
Black with #660768
Text Example
Text Example
White with #660768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660768; }
p { color: rgb(102,7,104); }
H1.HeaderClassName
{
color: #660768;
}
.AnyTagClassName
{
color: #660768;
}
</style>
background-color css
<style>
a { background-color: #660768; }
a { background-color: rgb(102,7,104); }
div.DivClassName
{
background-color: #660768;
}
.BgClassName
{
background-color: #660768;
}
</style>
border-color css
<style>
span { border-color: #660768; }
span { border-color: rgb(102,7,104); }
td.TdClassName
{
border-color: #660768;
}
.TagClassName
{
border-color: #660768;
}
</style>