Shades of Purple Heart #660DD7
Tints of Purple Heart #660DD7
RGB
CMYK
RGB Variations
Color information
#660DD7 (or 0x660DD7) is known color: Purple Heart. HEX triplet: 66, 0D and D7. RGB value is (102,13,215). Sum of RGB (Red+Green+Blue) = 102+13+215=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 13 (5.47% from 255 or 3.94% from 330); Blue value is 215 (84.38% from 255 or 65.15% from 330); Max value from RGB is 215 - color contains mainly: blue. Hex color #660DD7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660DD7 is #99F228. Grayscale: #3D3D3D. Windows color (decimal): -10089001 or 14093670. OLE color: 14093670.
HSL color Cylindrical-coordinate representation of color #660DD7: hue angle of 266.44º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660DD7 is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 13 | 215 | - |
| CMYK | 0.53 | 0.94 | 0 | 0.16 |
| HSL | 266.44º | 0.89% | 0.45% | - |
| HSV(B) | 266.44º | 0.94% | 0.84% | - |
| XYZ | 17.89 | 8.02 | 64.89 | - |
| YUV | 62.64 | 213.99 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 13 | 215 | 0.53 | 0.94 | 0 | 0.16 | 266.44 | 0.89 | 0.45 |
| Hex | 66 | D | D7 | 35 | 5E | 0 | 10 | 10A | 59 | 2D |
| Octal | 146 | 15 | 327 | 65 | 136 | 0 | 20 | 412 | 131 | 55 |
| Binary | 1100110 | 1101 | 11010111 | 110101 | 1011110 | 0 | 10000 | 100001010 | 1011001 | 101101 |
Color Harmonies of #660DD7
Complementary color
Monochromatic Colors of #660DD7
Black with #660DD7
Text Example
Text Example
White with #660DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660DD7; }
p { color: rgb(102,13,215); }
H1.HeaderClassName
{
color: #660DD7;
}
.AnyTagClassName
{
color: #660DD7;
}
</style>
background-color css
<style>
a { background-color: #660DD7; }
a { background-color: rgb(102,13,215); }
div.DivClassName
{
background-color: #660DD7;
}
.BgClassName
{
background-color: #660DD7;
}
</style>
border-color css
<style>
span { border-color: #660DD7; }
span { border-color: rgb(102,13,215); }
td.TdClassName
{
border-color: #660DD7;
}
.TagClassName
{
border-color: #660DD7;
}
</style>