Shades of Purple Heart #6411AE
Tints of Purple Heart #6411AE
RGB
CMYK
RGB Variations
Color information
#6411AE (or 0x6411AE) is known color: Purple Heart. HEX triplet: 64, 11 and AE. RGB value is (100,17,174). Sum of RGB (Red+Green+Blue) = 100+17+174=291 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.36% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 174 (68.36% from 255 or 59.79% from 291); Max value from RGB is 174 - color contains mainly: blue. Hex color #6411AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6411AE is #9BEE51. Grayscale: #3B3B3B. Windows color (decimal): -10219090 or 11407716. OLE color: 11407716.
HSL color Cylindrical-coordinate representation of color #6411AE: hue angle of 271.72º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6411AE is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 17 | 174 | - |
| CMYK | 0.43 | 0.90 | 0 | 0.32 |
| HSL | 271.72º | 0.82% | 0.37% | - |
| HSV(B) | 271.72º | 0.9% | 0.68% | - |
| XYZ | 13.1 | 6.17 | 40.54 | - |
| YUV | 59.72 | 192.5 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 17 | 174 | 0.43 | 0.90 | 0 | 0.32 | 271.72 | 0.82 | 0.37 |
| Hex | 64 | 11 | AE | 2B | 5A | 0 | 20 | 110 | 52 | 25 |
| Octal | 144 | 21 | 256 | 53 | 132 | 0 | 40 | 420 | 122 | 45 |
| Binary | 1100100 | 10001 | 10101110 | 101011 | 1011010 | 0 | 100000 | 100010000 | 1010010 | 100101 |
Color Harmonies of #6411AE
Complementary color
Monochromatic Colors of #6411AE
Black with #6411AE
Text Example
Text Example
White with #6411AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6411AE; }
p { color: rgb(100,17,174); }
H1.HeaderClassName
{
color: #6411AE;
}
.AnyTagClassName
{
color: #6411AE;
}
</style>
background-color css
<style>
a { background-color: #6411AE; }
a { background-color: rgb(100,17,174); }
div.DivClassName
{
background-color: #6411AE;
}
.BgClassName
{
background-color: #6411AE;
}
</style>
border-color css
<style>
span { border-color: #6411AE; }
span { border-color: rgb(100,17,174); }
td.TdClassName
{
border-color: #6411AE;
}
.TagClassName
{
border-color: #6411AE;
}
</style>