Shades of Purple Heart #661CAA
Tints of Purple Heart #661CAA
RGB
CMYK
RGB Variations
Color information
#661CAA (or 0x661CAA) is known color: Purple Heart. HEX triplet: 66, 1C and AA. RGB value is (102,28,170). Sum of RGB (Red+Green+Blue) = 102+28+170=300 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34% from 300); Green value is 28 (11.33% from 255 or 9.33% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #661CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661CAA is #99E355. Grayscale: #414141. Windows color (decimal): -10085206 or 11148390. OLE color: 11148390.
HSL color Cylindrical-coordinate representation of color #661CAA: hue angle of 271.27º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #661CAA is Cyan = 0.4, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 28 | 170 | - |
| CMYK | 0.4 | 0.84 | 0 | 0.33 |
| HSL | 271.27º | 0.72% | 0.39% | - |
| HSV(B) | 271.27º | 0.84% | 0.67% | - |
| XYZ | 13.15 | 6.56 | 38.6 | - |
| YUV | 66.31 | 186.52 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 28 | 170 | 0.4 | 0.84 | 0 | 0.33 | 271.27 | 0.72 | 0.39 |
| Hex | 66 | 1C | AA | 28 | 54 | 0 | 21 | 10F | 48 | 27 |
| Octal | 146 | 34 | 252 | 50 | 124 | 0 | 41 | 417 | 110 | 47 |
| Binary | 1100110 | 11100 | 10101010 | 101000 | 1010100 | 0 | 100001 | 100001111 | 1001000 | 100111 |
Color Harmonies of #661CAA
Complementary color
Monochromatic Colors of #661CAA
Black with #661CAA
Text Example
Text Example
White with #661CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661CAA; }
p { color: rgb(102,28,170); }
H1.HeaderClassName
{
color: #661CAA;
}
.AnyTagClassName
{
color: #661CAA;
}
</style>
background-color css
<style>
a { background-color: #661CAA; }
a { background-color: rgb(102,28,170); }
div.DivClassName
{
background-color: #661CAA;
}
.BgClassName
{
background-color: #661CAA;
}
</style>
border-color css
<style>
span { border-color: #661CAA; }
span { border-color: rgb(102,28,170); }
td.TdClassName
{
border-color: #661CAA;
}
.TagClassName
{
border-color: #661CAA;
}
</style>