Shades of Purple Heart #661DAC
Tints of Purple Heart #661DAC
RGB
CMYK
RGB Variations
Color information
#661DAC (or 0x661DAC) is known color: Purple Heart. HEX triplet: 66, 1D and AC. RGB value is (102,29,172). Sum of RGB (Red+Green+Blue) = 102+29+172=303 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.66% from 303); Green value is 29 (11.72% from 255 or 9.57% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #661DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661DAC is #99E253. Grayscale: #424242. Windows color (decimal): -10084948 or 11279718. OLE color: 11279718.
HSL color Cylindrical-coordinate representation of color #661DAC: hue angle of 270.63º 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 #661DAC is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 29 | 172 | - |
| CMYK | 0.41 | 0.83 | 0 | 0.33 |
| HSL | 270.63º | 0.71% | 0.39% | - |
| HSV(B) | 270.63º | 0.83% | 0.67% | - |
| XYZ | 13.37 | 6.68 | 39.62 | - |
| YUV | 67.13 | 187.18 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 29 | 172 | 0.41 | 0.83 | 0 | 0.33 | 270.63 | 0.71 | 0.39 |
| Hex | 66 | 1D | AC | 29 | 53 | 0 | 21 | 10F | 47 | 27 |
| Octal | 146 | 35 | 254 | 51 | 123 | 0 | 41 | 417 | 107 | 47 |
| Binary | 1100110 | 11101 | 10101100 | 101001 | 1010011 | 0 | 100001 | 100001111 | 1000111 | 100111 |
Color Harmonies of #661DAC
Complementary color
Monochromatic Colors of #661DAC
Black with #661DAC
Text Example
Text Example
White with #661DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661DAC; }
p { color: rgb(102,29,172); }
H1.HeaderClassName
{
color: #661DAC;
}
.AnyTagClassName
{
color: #661DAC;
}
</style>
background-color css
<style>
a { background-color: #661DAC; }
a { background-color: rgb(102,29,172); }
div.DivClassName
{
background-color: #661DAC;
}
.BgClassName
{
background-color: #661DAC;
}
</style>
border-color css
<style>
span { border-color: #661DAC; }
span { border-color: rgb(102,29,172); }
td.TdClassName
{
border-color: #661DAC;
}
.TagClassName
{
border-color: #661DAC;
}
</style>