Shades of Purple Heart #661DAB
Tints of Purple Heart #661DAB
RGB
CMYK
RGB Variations
Color information
#661DAB (or 0x661DAB) is known color: Purple Heart. HEX triplet: 66, 1D and AB. RGB value is (102,29,171). Sum of RGB (Red+Green+Blue) = 102+29+171=302 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.77% from 302); Green value is 29 (11.72% from 255 or 9.60% from 302); Blue value is 171 (67.19% from 255 or 56.62% from 302); Max value from RGB is 171 - color contains mainly: blue. Hex color #661DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661DAB is #99E254. Grayscale: #424242. Windows color (decimal): -10084949 or 11214182. OLE color: 11214182.
HSL color Cylindrical-coordinate representation of color #661DAB: hue angle of 270.85º 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 #661DAB is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 29 | 171 | - |
| CMYK | 0.40 | 0.83 | 0 | 0.33 |
| HSL | 270.85º | 0.71% | 0.39% | - |
| HSV(B) | 270.85º | 0.83% | 0.67% | - |
| XYZ | 13.27 | 6.64 | 39.11 | - |
| YUV | 67.02 | 186.68 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 29 | 171 | 0.40 | 0.83 | 0 | 0.33 | 270.85 | 0.71 | 0.39 |
| Hex | 66 | 1D | AB | 28 | 53 | 0 | 21 | 10F | 47 | 27 |
| Octal | 146 | 35 | 253 | 50 | 123 | 0 | 41 | 417 | 107 | 47 |
| Binary | 1100110 | 11101 | 10101011 | 101000 | 1010011 | 0 | 100001 | 100001111 | 1000111 | 100111 |
Color Harmonies of #661DAB
Complementary color
Monochromatic Colors of #661DAB
Black with #661DAB
Text Example
Text Example
White with #661DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661DAB; }
p { color: rgb(102,29,171); }
H1.HeaderClassName
{
color: #661DAB;
}
.AnyTagClassName
{
color: #661DAB;
}
</style>
background-color css
<style>
a { background-color: #661DAB; }
a { background-color: rgb(102,29,171); }
div.DivClassName
{
background-color: #661DAB;
}
.BgClassName
{
background-color: #661DAB;
}
</style>
border-color css
<style>
span { border-color: #661DAB; }
span { border-color: rgb(102,29,171); }
td.TdClassName
{
border-color: #661DAB;
}
.TagClassName
{
border-color: #661DAB;
}
</style>