Shades of Purple Heart #661DDD
Tints of Purple Heart #661DDD
RGB
CMYK
RGB Variations
Color information
#661DDD (or 0x661DDD) is known color: Purple Heart. HEX triplet: 66, 1D and DD. RGB value is (102,29,221). Sum of RGB (Red+Green+Blue) = 102+29+221=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 29 (11.72% from 255 or 8.24% from 352); Blue value is 221 (86.72% from 255 or 62.78% from 352); Max value from RGB is 221 - color contains mainly: blue. Hex color #661DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661DDD is #99E222. Grayscale: #484848. Windows color (decimal): -10084899 or 14490982. OLE color: 14490982.
HSL color Cylindrical-coordinate representation of color #661DDD: hue angle of 262.81º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #661DDD is Cyan = 0.54, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 29 | 221 | - |
| CMYK | 0.54 | 0.87 | 0 | 0.13 |
| HSL | 262.81º | 0.77% | 0.49% | - |
| HSV(B) | 262.81º | 0.87% | 0.87% | - |
| XYZ | 18.97 | 8.92 | 69.13 | - |
| YUV | 72.72 | 211.68 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 29 | 221 | 0.54 | 0.87 | 0 | 0.13 | 262.81 | 0.77 | 0.49 |
| Hex | 66 | 1D | DD | 36 | 57 | 0 | D | 107 | 4D | 31 |
| Octal | 146 | 35 | 335 | 66 | 127 | 0 | 15 | 407 | 115 | 61 |
| Binary | 1100110 | 11101 | 11011101 | 110110 | 1010111 | 0 | 1101 | 100000111 | 1001101 | 110001 |
Color Harmonies of #661DDD
Complementary color
Monochromatic Colors of #661DDD
Black with #661DDD
Text Example
Text Example
White with #661DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661DDD; }
p { color: rgb(102,29,221); }
H1.HeaderClassName
{
color: #661DDD;
}
.AnyTagClassName
{
color: #661DDD;
}
</style>
background-color css
<style>
a { background-color: #661DDD; }
a { background-color: rgb(102,29,221); }
div.DivClassName
{
background-color: #661DDD;
}
.BgClassName
{
background-color: #661DDD;
}
</style>
border-color css
<style>
span { border-color: #661DDD; }
span { border-color: rgb(102,29,221); }
td.TdClassName
{
border-color: #661DDD;
}
.TagClassName
{
border-color: #661DDD;
}
</style>