Shades of Purple #660E7E
Tints of Purple #660E7E
RGB
CMYK
RGB Variations
Color information
#660E7E (or 0x660E7E) is known color: Purple. HEX triplet: 66, 0E and 7E. RGB value is (102,14,126). Sum of RGB (Red+Green+Blue) = 102+14+126=242 (32% of max value = 765). Red value is 102 (40.23% from 255 or 42.15% from 242); Green value is 14 (5.86% from 255 or 5.79% from 242); Blue value is 126 (49.61% from 255 or 52.07% from 242); Max value from RGB is 126 - color contains mainly: blue. Hex color #660E7E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660E7E is #99F181. Grayscale: #343434. Windows color (decimal): -10088834 or 8261222. OLE color: 8261222.
HSL color Cylindrical-coordinate representation of color #660E7E: hue angle of 287.14º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #660E7E is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 14 | 126 | - |
| CMYK | 0.19 | 0.89 | 0 | 0.51 |
| HSL | 287.14º | 0.8% | 0.27% | - |
| HSV(B) | 287.14º | 0.89% | 0.49% | - |
| XYZ | 9.4 | 4.65 | 20.14 | - |
| YUV | 53.08 | 169.15 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 14 | 126 | 0.19 | 0.89 | 0 | 0.51 | 287.14 | 0.8 | 0.27 |
| Hex | 66 | E | 7E | 13 | 59 | 0 | 33 | 11F | 50 | 1B |
| Octal | 146 | 16 | 176 | 23 | 131 | 0 | 63 | 437 | 120 | 33 |
| Binary | 1100110 | 1110 | 1111110 | 10011 | 1011001 | 0 | 110011 | 100011111 | 1010000 | 11011 |
Color Harmonies of #660E7E
Complementary color
Monochromatic Colors of #660E7E
Black with #660E7E
Text Example
Text Example
White with #660E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660E7E; }
p { color: rgb(102,14,126); }
H1.HeaderClassName
{
color: #660E7E;
}
.AnyTagClassName
{
color: #660E7E;
}
</style>
background-color css
<style>
a { background-color: #660E7E; }
a { background-color: rgb(102,14,126); }
div.DivClassName
{
background-color: #660E7E;
}
.BgClassName
{
background-color: #660E7E;
}
</style>
border-color css
<style>
span { border-color: #660E7E; }
span { border-color: rgb(102,14,126); }
td.TdClassName
{
border-color: #660E7E;
}
.TagClassName
{
border-color: #660E7E;
}
</style>