Shades of Purple #660E74
Tints of Purple #660E74
RGB
CMYK
RGB Variations
Color information
#660E74 (or 0x660E74) is known color: Purple. HEX triplet: 66, 0E and 74. RGB value is (102,14,116). Sum of RGB (Red+Green+Blue) = 102+14+116=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 14 (5.86% from 255 or 6.03% from 232); Blue value is 116 (45.70% from 255 or 50% from 232); Max value from RGB is 116 - color contains mainly: blue. Hex color #660E74 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660E74 is #99F18B. Grayscale: #333333. Windows color (decimal): -10088844 or 7605862. OLE color: 7605862.
HSL color Cylindrical-coordinate representation of color #660E74: hue angle of 291.76º 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 #660E74 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 14 | 116 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.55 |
| HSL | 291.76º | 0.78% | 0.25% | - |
| HSV(B) | 291.76º | 0.88% | 0.45% | - |
| XYZ | 8.79 | 4.4 | 16.91 | - |
| YUV | 51.94 | 164.15 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 14 | 116 | 0.12 | 0.88 | 0 | 0.55 | 291.76 | 0.78 | 0.25 |
| Hex | 66 | E | 74 | C | 58 | 0 | 37 | 124 | 4E | 19 |
| Octal | 146 | 16 | 164 | 14 | 130 | 0 | 67 | 444 | 116 | 31 |
| Binary | 1100110 | 1110 | 1110100 | 1100 | 1011000 | 0 | 110111 | 100100100 | 1001110 | 11001 |
Color Harmonies of #660E74
Complementary color
Monochromatic Colors of #660E74
Black with #660E74
Text Example
Text Example
White with #660E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660E74; }
p { color: rgb(102,14,116); }
H1.HeaderClassName
{
color: #660E74;
}
.AnyTagClassName
{
color: #660E74;
}
</style>
background-color css
<style>
a { background-color: #660E74; }
a { background-color: rgb(102,14,116); }
div.DivClassName
{
background-color: #660E74;
}
.BgClassName
{
background-color: #660E74;
}
</style>
border-color css
<style>
span { border-color: #660E74; }
span { border-color: rgb(102,14,116); }
td.TdClassName
{
border-color: #660E74;
}
.TagClassName
{
border-color: #660E74;
}
</style>