Shades of Purple Heart #6413DA
Tints of Purple Heart #6413DA
RGB
CMYK
RGB Variations
Color information
#6413DA (or 0x6413DA) is known color: Purple Heart. HEX triplet: 64, 13 and DA. RGB value is (100,19,218). Sum of RGB (Red+Green+Blue) = 100+19+218=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 19 (7.81% from 255 or 5.64% from 337); Blue value is 218 (85.55% from 255 or 64.69% from 337); Max value from RGB is 218 - color contains mainly: blue. Hex color #6413DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6413DA is #9BEC25. Grayscale: #414141. Windows color (decimal): -10218534 or 14291812. OLE color: 14291812.
HSL color Cylindrical-coordinate representation of color #6413DA: hue angle of 264.42º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6413DA is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 19 | 218 | - |
| CMYK | 0.54 | 0.91 | 0 | 0.15 |
| HSL | 264.42º | 0.84% | 0.46% | - |
| HSV(B) | 264.42º | 0.91% | 0.85% | - |
| XYZ | 18.14 | 8.24 | 66.96 | - |
| YUV | 65.91 | 213.84 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 19 | 218 | 0.54 | 0.91 | 0 | 0.15 | 264.42 | 0.84 | 0.46 |
| Hex | 64 | 13 | DA | 36 | 5B | 0 | F | 108 | 54 | 2E |
| Octal | 144 | 23 | 332 | 66 | 133 | 0 | 17 | 410 | 124 | 56 |
| Binary | 1100100 | 10011 | 11011010 | 110110 | 1011011 | 0 | 1111 | 100001000 | 1010100 | 101110 |
Color Harmonies of #6413DA
Complementary color
Monochromatic Colors of #6413DA
Black with #6413DA
Text Example
Text Example
White with #6413DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6413DA; }
p { color: rgb(100,19,218); }
H1.HeaderClassName
{
color: #6413DA;
}
.AnyTagClassName
{
color: #6413DA;
}
</style>
background-color css
<style>
a { background-color: #6413DA; }
a { background-color: rgb(100,19,218); }
div.DivClassName
{
background-color: #6413DA;
}
.BgClassName
{
background-color: #6413DA;
}
</style>
border-color css
<style>
span { border-color: #6413DA; }
span { border-color: rgb(100,19,218); }
td.TdClassName
{
border-color: #6413DA;
}
.TagClassName
{
border-color: #6413DA;
}
</style>