Shades of Purple Heart #660DAC
Tints of Purple Heart #660DAC
RGB
CMYK
RGB Variations
Color information
#660DAC (or 0x660DAC) is known color: Purple Heart. HEX triplet: 66, 0D and AC. RGB value is (102,13,172). Sum of RGB (Red+Green+Blue) = 102+13+172=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 13 (5.47% from 255 or 4.53% from 287); Blue value is 172 (67.58% from 255 or 59.93% from 287); Max value from RGB is 172 - color contains mainly: blue. Hex color #660DAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660DAC is #99F253. Grayscale: #393939. Windows color (decimal): -10089044 or 11275622. OLE color: 11275622.
HSL color Cylindrical-coordinate representation of color #660DAC: hue angle of 273.58º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #660DAC is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 13 | 172 | - |
| CMYK | 0.41 | 0.92 | 0 | 0.33 |
| HSL | 273.58º | 0.86% | 0.36% | - |
| HSV(B) | 273.58º | 0.92% | 0.67% | - |
| XYZ | 13.07 | 6.09 | 39.52 | - |
| YUV | 57.74 | 192.49 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 13 | 172 | 0.41 | 0.92 | 0 | 0.33 | 273.58 | 0.86 | 0.36 |
| Hex | 66 | D | AC | 29 | 5C | 0 | 21 | 112 | 56 | 24 |
| Octal | 146 | 15 | 254 | 51 | 134 | 0 | 41 | 422 | 126 | 44 |
| Binary | 1100110 | 1101 | 10101100 | 101001 | 1011100 | 0 | 100001 | 100010010 | 1010110 | 100100 |
Color Harmonies of #660DAC
Complementary color
Monochromatic Colors of #660DAC
Black with #660DAC
Text Example
Text Example
White with #660DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660DAC; }
p { color: rgb(102,13,172); }
H1.HeaderClassName
{
color: #660DAC;
}
.AnyTagClassName
{
color: #660DAC;
}
</style>
background-color css
<style>
a { background-color: #660DAC; }
a { background-color: rgb(102,13,172); }
div.DivClassName
{
background-color: #660DAC;
}
.BgClassName
{
background-color: #660DAC;
}
</style>
border-color css
<style>
span { border-color: #660DAC; }
span { border-color: rgb(102,13,172); }
td.TdClassName
{
border-color: #660DAC;
}
.TagClassName
{
border-color: #660DAC;
}
</style>