Shades of Purple Heart #6219DA
Tints of Purple Heart #6219DA
RGB
CMYK
RGB Variations
Color information
#6219DA (or 0x6219DA) is known color: Purple Heart. HEX triplet: 62, 19 and DA. RGB value is (98,25,218). Sum of RGB (Red+Green+Blue) = 98+25+218=341 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.74% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 218 (85.55% from 255 or 63.93% from 341); Max value from RGB is 218 - color contains mainly: blue. Hex color #6219DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6219DA is #9DE625. Grayscale: #444444. Windows color (decimal): -10348070 or 14293346. OLE color: 14293346.
HSL color Cylindrical-coordinate representation of color #6219DA: hue angle of 262.69º 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 #6219DA is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 98 | 25 | 218 | - |
| CMYK | 0.55 | 0.89 | 0 | 0.15 |
| HSL | 262.69º | 0.79% | 0.48% | - |
| HSV(B) | 262.69º | 0.89% | 0.85% | - |
| XYZ | 18.04 | 8.35 | 66.99 | - |
| YUV | 68.83 | 212.18 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 25 | 218 | 0.55 | 0.89 | 0 | 0.15 | 262.69 | 0.79 | 0.48 |
| Hex | 62 | 19 | DA | 37 | 59 | 0 | F | 107 | 4F | 30 |
| Octal | 142 | 31 | 332 | 67 | 131 | 0 | 17 | 407 | 117 | 60 |
| Binary | 1100010 | 11001 | 11011010 | 110111 | 1011001 | 0 | 1111 | 100000111 | 1001111 | 110000 |
Color Harmonies of #6219DA
Complementary color
Monochromatic Colors of #6219DA
Black with #6219DA
Text Example
Text Example
White with #6219DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6219DA; }
p { color: rgb(98,25,218); }
H1.HeaderClassName
{
color: #6219DA;
}
.AnyTagClassName
{
color: #6219DA;
}
</style>
background-color css
<style>
a { background-color: #6219DA; }
a { background-color: rgb(98,25,218); }
div.DivClassName
{
background-color: #6219DA;
}
.BgClassName
{
background-color: #6219DA;
}
</style>
border-color css
<style>
span { border-color: #6219DA; }
span { border-color: rgb(98,25,218); }
td.TdClassName
{
border-color: #6219DA;
}
.TagClassName
{
border-color: #6219DA;
}
</style>