Shades of Purple Heart #661ADD
Tints of Purple Heart #661ADD
RGB
CMYK
RGB Variations
Color information
#661ADD (or 0x661ADD) is known color: Purple Heart. HEX triplet: 66, 1A and DD. RGB value is (102,26,221). Sum of RGB (Red+Green+Blue) = 102+26+221=349 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.23% from 349); Green value is 26 (10.55% from 255 or 7.45% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #661ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661ADD is #99E522. Grayscale: #464646. Windows color (decimal): -10085667 or 14490214. OLE color: 14490214.
HSL color Cylindrical-coordinate representation of color #661ADD: hue angle of 263.38º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #661ADD is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 26 | 221 | - |
| CMYK | 0.54 | 0.88 | 0 | 0.13 |
| HSL | 263.38º | 0.79% | 0.48% | - |
| HSV(B) | 263.38º | 0.88% | 0.87% | - |
| XYZ | 18.9 | 8.78 | 69.11 | - |
| YUV | 70.95 | 212.68 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 26 | 221 | 0.54 | 0.88 | 0 | 0.13 | 263.38 | 0.79 | 0.48 |
| Hex | 66 | 1A | DD | 36 | 58 | 0 | D | 107 | 4F | 30 |
| Octal | 146 | 32 | 335 | 66 | 130 | 0 | 15 | 407 | 117 | 60 |
| Binary | 1100110 | 11010 | 11011101 | 110110 | 1011000 | 0 | 1101 | 100000111 | 1001111 | 110000 |
Color Harmonies of #661ADD
Complementary color
Monochromatic Colors of #661ADD
Black with #661ADD
Text Example
Text Example
White with #661ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661ADD; }
p { color: rgb(102,26,221); }
H1.HeaderClassName
{
color: #661ADD;
}
.AnyTagClassName
{
color: #661ADD;
}
</style>
background-color css
<style>
a { background-color: #661ADD; }
a { background-color: rgb(102,26,221); }
div.DivClassName
{
background-color: #661ADD;
}
.BgClassName
{
background-color: #661ADD;
}
</style>
border-color css
<style>
span { border-color: #661ADD; }
span { border-color: rgb(102,26,221); }
td.TdClassName
{
border-color: #661ADD;
}
.TagClassName
{
border-color: #661ADD;
}
</style>