Shades of Purple #660E72
Tints of Purple #660E72
RGB
CMYK
RGB Variations
Color information
#660E72 (or 0x660E72) is known color: Purple. HEX triplet: 66, 0E and 72. RGB value is (102,14,114). Sum of RGB (Red+Green+Blue) = 102+14+114=230 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.35% from 230); Green value is 14 (5.86% from 255 or 6.09% from 230); Blue value is 114 (44.92% from 255 or 49.57% from 230); Max value from RGB is 114 - color contains mainly: blue. Hex color #660E72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660E72 is #99F18D. Grayscale: #333333. Windows color (decimal): -10088846 or 7474790. OLE color: 7474790.
HSL color Cylindrical-coordinate representation of color #660E72: hue angle of 292.8º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #660E72 is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 14 | 114 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.55 |
| HSL | 292.8º | 0.78% | 0.25% | - |
| HSV(B) | 292.8º | 0.88% | 0.45% | - |
| XYZ | 8.67 | 4.35 | 16.3 | - |
| YUV | 51.71 | 163.15 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 14 | 114 | 0.11 | 0.88 | 0 | 0.55 | 292.8 | 0.78 | 0.25 |
| Hex | 66 | E | 72 | B | 58 | 0 | 37 | 125 | 4E | 19 |
| Octal | 146 | 16 | 162 | 13 | 130 | 0 | 67 | 445 | 116 | 31 |
| Binary | 1100110 | 1110 | 1110010 | 1011 | 1011000 | 0 | 110111 | 100100101 | 1001110 | 11001 |
Color Harmonies of #660E72
Complementary color
Monochromatic Colors of #660E72
Black with #660E72
Text Example
Text Example
White with #660E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660E72; }
p { color: rgb(102,14,114); }
H1.HeaderClassName
{
color: #660E72;
}
.AnyTagClassName
{
color: #660E72;
}
</style>
background-color css
<style>
a { background-color: #660E72; }
a { background-color: rgb(102,14,114); }
div.DivClassName
{
background-color: #660E72;
}
.BgClassName
{
background-color: #660E72;
}
</style>
border-color css
<style>
span { border-color: #660E72; }
span { border-color: rgb(102,14,114); }
td.TdClassName
{
border-color: #660E72;
}
.TagClassName
{
border-color: #660E72;
}
</style>