Shades of Purple Heart #660EC1
Tints of Purple Heart #660EC1
RGB
CMYK
RGB Variations
Color information
#660EC1 (or 0x660EC1) is known color: Purple Heart. HEX triplet: 66, 0E and C1. RGB value is (102,14,193). Sum of RGB (Red+Green+Blue) = 102+14+193=309 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.01% from 309); Green value is 14 (5.86% from 255 or 4.53% from 309); Blue value is 193 (75.78% from 255 or 62.46% from 309); Max value from RGB is 193 - color contains mainly: blue. Hex color #660EC1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660EC1 is #99F13E. Grayscale: #3C3C3C. Windows color (decimal): -10088767 or 12652134. OLE color: 12652134.
HSL color Cylindrical-coordinate representation of color #660EC1: hue angle of 269.5º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #660EC1 is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 14 | 193 | - |
| CMYK | 0.47 | 0.93 | 0 | 0.24 |
| HSL | 269.5º | 0.86% | 0.41% | - |
| HSV(B) | 269.5º | 0.93% | 0.76% | - |
| XYZ | 15.26 | 6.99 | 51 | - |
| YUV | 60.72 | 202.65 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 14 | 193 | 0.47 | 0.93 | 0 | 0.24 | 269.5 | 0.86 | 0.41 |
| Hex | 66 | E | C1 | 2F | 5D | 0 | 18 | 10D | 56 | 29 |
| Octal | 146 | 16 | 301 | 57 | 135 | 0 | 30 | 415 | 126 | 51 |
| Binary | 1100110 | 1110 | 11000001 | 101111 | 1011101 | 0 | 11000 | 100001101 | 1010110 | 101001 |
Color Harmonies of #660EC1
Complementary color
Monochromatic Colors of #660EC1
Black with #660EC1
Text Example
Text Example
White with #660EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660EC1; }
p { color: rgb(102,14,193); }
H1.HeaderClassName
{
color: #660EC1;
}
.AnyTagClassName
{
color: #660EC1;
}
</style>
background-color css
<style>
a { background-color: #660EC1; }
a { background-color: rgb(102,14,193); }
div.DivClassName
{
background-color: #660EC1;
}
.BgClassName
{
background-color: #660EC1;
}
</style>
border-color css
<style>
span { border-color: #660EC1; }
span { border-color: rgb(102,14,193); }
td.TdClassName
{
border-color: #660EC1;
}
.TagClassName
{
border-color: #660EC1;
}
</style>