Shades of Purple Heart #6419DA
Tints of Purple Heart #6419DA
RGB
CMYK
RGB Variations
Color information
#6419DA (or 0x6419DA) is known color: Purple Heart. HEX triplet: 64, 19 and DA. RGB value is (100,25,218). Sum of RGB (Red+Green+Blue) = 100+25+218=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 25 (10.16% from 255 or 7.29% from 343); Blue value is 218 (85.55% from 255 or 63.56% from 343); Max value from RGB is 218 - color contains mainly: blue. Hex color #6419DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6419DA is #9BE625. Grayscale: #444444. Windows color (decimal): -10216998 or 14293348. OLE color: 14293348.
HSL color Cylindrical-coordinate representation of color #6419DA: hue angle of 263.32º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6419DA is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 25 | 218 | - |
| CMYK | 0.54 | 0.89 | 0 | 0.15 |
| HSL | 263.32º | 0.79% | 0.48% | - |
| HSV(B) | 263.32º | 0.89% | 0.85% | - |
| XYZ | 18.26 | 8.47 | 67 | - |
| YUV | 69.43 | 211.85 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 25 | 218 | 0.54 | 0.89 | 0 | 0.15 | 263.32 | 0.79 | 0.48 |
| Hex | 64 | 19 | DA | 36 | 59 | 0 | F | 107 | 4F | 30 |
| Octal | 144 | 31 | 332 | 66 | 131 | 0 | 17 | 407 | 117 | 60 |
| Binary | 1100100 | 11001 | 11011010 | 110110 | 1011001 | 0 | 1111 | 100000111 | 1001111 | 110000 |
Color Harmonies of #6419DA
Complementary color
Monochromatic Colors of #6419DA
Black with #6419DA
Text Example
Text Example
White with #6419DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6419DA; }
p { color: rgb(100,25,218); }
H1.HeaderClassName
{
color: #6419DA;
}
.AnyTagClassName
{
color: #6419DA;
}
</style>
background-color css
<style>
a { background-color: #6419DA; }
a { background-color: rgb(100,25,218); }
div.DivClassName
{
background-color: #6419DA;
}
.BgClassName
{
background-color: #6419DA;
}
</style>
border-color css
<style>
span { border-color: #6419DA; }
span { border-color: rgb(100,25,218); }
td.TdClassName
{
border-color: #6419DA;
}
.TagClassName
{
border-color: #6419DA;
}
</style>