Shades of Purple Heart #661DAA
Tints of Purple Heart #661DAA
RGB
CMYK
RGB Variations
Color information
#661DAA (or 0x661DAA) is known color: Purple Heart. HEX triplet: 66, 1D and AA. RGB value is (102,29,170). Sum of RGB (Red+Green+Blue) = 102+29+170=301 (39% of max value = 765). Red value is 102 (40.23% from 255 or 33.89% from 301); Green value is 29 (11.72% from 255 or 9.63% from 301); Blue value is 170 (66.80% from 255 or 56.48% from 301); Max value from RGB is 170 - color contains mainly: blue. Hex color #661DAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661DAA is #99E255. Grayscale: #424242. Windows color (decimal): -10084950 or 11148646. OLE color: 11148646.
HSL color Cylindrical-coordinate representation of color #661DAA: hue angle of 271.06º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #661DAA is Cyan = 0.4, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 29 | 170 | - |
| CMYK | 0.4 | 0.83 | 0 | 0.33 |
| HSL | 271.06º | 0.71% | 0.39% | - |
| HSV(B) | 271.06º | 0.83% | 0.67% | - |
| XYZ | 13.17 | 6.61 | 38.61 | - |
| YUV | 66.9 | 186.18 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 29 | 170 | 0.4 | 0.83 | 0 | 0.33 | 271.06 | 0.71 | 0.39 |
| Hex | 66 | 1D | AA | 28 | 53 | 0 | 21 | 10F | 47 | 27 |
| Octal | 146 | 35 | 252 | 50 | 123 | 0 | 41 | 417 | 107 | 47 |
| Binary | 1100110 | 11101 | 10101010 | 101000 | 1010011 | 0 | 100001 | 100001111 | 1000111 | 100111 |
Color Harmonies of #661DAA
Complementary color
Monochromatic Colors of #661DAA
Black with #661DAA
Text Example
Text Example
White with #661DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661DAA; }
p { color: rgb(102,29,170); }
H1.HeaderClassName
{
color: #661DAA;
}
.AnyTagClassName
{
color: #661DAA;
}
</style>
background-color css
<style>
a { background-color: #661DAA; }
a { background-color: rgb(102,29,170); }
div.DivClassName
{
background-color: #661DAA;
}
.BgClassName
{
background-color: #661DAA;
}
</style>
border-color css
<style>
span { border-color: #661DAA; }
span { border-color: rgb(102,29,170); }
td.TdClassName
{
border-color: #661DAA;
}
.TagClassName
{
border-color: #661DAA;
}
</style>