Shades of Purple Heart #661AAF
Tints of Purple Heart #661AAF
RGB
CMYK
RGB Variations
Color information
#661AAF (or 0x661AAF) is known color: Purple Heart. HEX triplet: 66, 1A and AF. RGB value is (102,26,175). Sum of RGB (Red+Green+Blue) = 102+26+175=303 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.66% from 303); Green value is 26 (10.55% from 255 or 8.58% from 303); Blue value is 175 (68.75% from 255 or 57.76% from 303); Max value from RGB is 175 - color contains mainly: blue. Hex color #661AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661AAF is #99E550. Grayscale: #414141. Windows color (decimal): -10085713 or 11475558. OLE color: 11475558.
HSL color Cylindrical-coordinate representation of color #661AAF: hue angle of 270.6º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #661AAF is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 26 | 175 | - |
| CMYK | 0.42 | 0.85 | 0 | 0.31 |
| HSL | 270.6º | 0.74% | 0.39% | - |
| HSV(B) | 270.6º | 0.85% | 0.69% | - |
| XYZ | 13.59 | 6.66 | 41.13 | - |
| YUV | 65.71 | 189.68 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 26 | 175 | 0.42 | 0.85 | 0 | 0.31 | 270.6 | 0.74 | 0.39 |
| Hex | 66 | 1A | AF | 2A | 55 | 0 | 1F | 10F | 4A | 27 |
| Octal | 146 | 32 | 257 | 52 | 125 | 0 | 37 | 417 | 112 | 47 |
| Binary | 1100110 | 11010 | 10101111 | 101010 | 1010101 | 0 | 11111 | 100001111 | 1001010 | 100111 |
Color Harmonies of #661AAF
Complementary color
Monochromatic Colors of #661AAF
Black with #661AAF
Text Example
Text Example
White with #661AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661AAF; }
p { color: rgb(102,26,175); }
H1.HeaderClassName
{
color: #661AAF;
}
.AnyTagClassName
{
color: #661AAF;
}
</style>
background-color css
<style>
a { background-color: #661AAF; }
a { background-color: rgb(102,26,175); }
div.DivClassName
{
background-color: #661AAF;
}
.BgClassName
{
background-color: #661AAF;
}
</style>
border-color css
<style>
span { border-color: #661AAF; }
span { border-color: rgb(102,26,175); }
td.TdClassName
{
border-color: #661AAF;
}
.TagClassName
{
border-color: #661AAF;
}
</style>