Shades of Purple Heart #6413AE
Tints of Purple Heart #6413AE
RGB
CMYK
RGB Variations
Color information
#6413AE (or 0x6413AE) is known color: Purple Heart. HEX triplet: 64, 13 and AE. RGB value is (100,19,174). Sum of RGB (Red+Green+Blue) = 100+19+174=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 174 (68.36% from 255 or 59.39% from 293); Max value from RGB is 174 - color contains mainly: blue. Hex color #6413AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6413AE is #9BEC51. Grayscale: #3C3C3C. Windows color (decimal): -10218578 or 11408228. OLE color: 11408228.
HSL color Cylindrical-coordinate representation of color #6413AE: hue angle of 271.35º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6413AE is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 19 | 174 | - |
| CMYK | 0.43 | 0.89 | 0 | 0.32 |
| HSL | 271.35º | 0.8% | 0.38% | - |
| HSV(B) | 271.35º | 0.89% | 0.68% | - |
| XYZ | 13.13 | 6.23 | 40.56 | - |
| YUV | 60.89 | 191.84 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 19 | 174 | 0.43 | 0.89 | 0 | 0.32 | 271.35 | 0.8 | 0.38 |
| Hex | 64 | 13 | AE | 2B | 59 | 0 | 20 | 10F | 50 | 26 |
| Octal | 144 | 23 | 256 | 53 | 131 | 0 | 40 | 417 | 120 | 46 |
| Binary | 1100100 | 10011 | 10101110 | 101011 | 1011001 | 0 | 100000 | 100001111 | 1010000 | 100110 |
Color Harmonies of #6413AE
Complementary color
Monochromatic Colors of #6413AE
Black with #6413AE
Text Example
Text Example
White with #6413AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6413AE; }
p { color: rgb(100,19,174); }
H1.HeaderClassName
{
color: #6413AE;
}
.AnyTagClassName
{
color: #6413AE;
}
</style>
background-color css
<style>
a { background-color: #6413AE; }
a { background-color: rgb(100,19,174); }
div.DivClassName
{
background-color: #6413AE;
}
.BgClassName
{
background-color: #6413AE;
}
</style>
border-color css
<style>
span { border-color: #6413AE; }
span { border-color: rgb(100,19,174); }
td.TdClassName
{
border-color: #6413AE;
}
.TagClassName
{
border-color: #6413AE;
}
</style>