Shades of Purple Heart #660DAE
Tints of Purple Heart #660DAE
RGB
CMYK
RGB Variations
Color information
#660DAE (or 0x660DAE) is known color: Purple Heart. HEX triplet: 66, 0D and AE. RGB value is (102,13,174). Sum of RGB (Red+Green+Blue) = 102+13+174=289 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.29% from 289); Green value is 13 (5.47% from 255 or 4.50% from 289); Blue value is 174 (68.36% from 255 or 60.21% from 289); Max value from RGB is 174 - color contains mainly: blue. Hex color #660DAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660DAE is #99F251. Grayscale: #393939. Windows color (decimal): -10089042 or 11406694. OLE color: 11406694.
HSL color Cylindrical-coordinate representation of color #660DAE: hue angle of 273.17º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #660DAE is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 13 | 174 | - |
| CMYK | 0.41 | 0.93 | 0 | 0.32 |
| HSL | 273.17º | 0.86% | 0.37% | - |
| HSV(B) | 273.17º | 0.93% | 0.68% | - |
| XYZ | 13.26 | 6.17 | 40.54 | - |
| YUV | 57.97 | 193.49 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 13 | 174 | 0.41 | 0.93 | 0 | 0.32 | 273.17 | 0.86 | 0.37 |
| Hex | 66 | D | AE | 29 | 5D | 0 | 20 | 111 | 56 | 25 |
| Octal | 146 | 15 | 256 | 51 | 135 | 0 | 40 | 421 | 126 | 45 |
| Binary | 1100110 | 1101 | 10101110 | 101001 | 1011101 | 0 | 100000 | 100010001 | 1010110 | 100101 |
Color Harmonies of #660DAE
Complementary color
Monochromatic Colors of #660DAE
Black with #660DAE
Text Example
Text Example
White with #660DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660DAE; }
p { color: rgb(102,13,174); }
H1.HeaderClassName
{
color: #660DAE;
}
.AnyTagClassName
{
color: #660DAE;
}
</style>
background-color css
<style>
a { background-color: #660DAE; }
a { background-color: rgb(102,13,174); }
div.DivClassName
{
background-color: #660DAE;
}
.BgClassName
{
background-color: #660DAE;
}
</style>
border-color css
<style>
span { border-color: #660DAE; }
span { border-color: rgb(102,13,174); }
td.TdClassName
{
border-color: #660DAE;
}
.TagClassName
{
border-color: #660DAE;
}
</style>