Shades of Purple Heart #621AD9
Tints of Purple Heart #621AD9
RGB
CMYK
RGB Variations
Color information
#621AD9 (or 0x621AD9) is known color: Purple Heart. HEX triplet: 62, 1A and D9. RGB value is (98,26,217). Sum of RGB (Red+Green+Blue) = 98+26+217=341 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.74% from 341); Green value is 26 (10.55% from 255 or 7.62% from 341); Blue value is 217 (85.16% from 255 or 63.64% from 341); Max value from RGB is 217 - color contains mainly: blue. Hex color #621AD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621AD9 is #9DE526. Grayscale: #444444. Windows color (decimal): -10347815 or 14228066. OLE color: 14228066.
HSL color Cylindrical-coordinate representation of color #621AD9: hue angle of 262.62º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #621AD9 is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 98 | 26 | 217 | - |
| CMYK | 0.55 | 0.88 | 0 | 0.15 |
| HSL | 262.62º | 0.79% | 0.48% | - |
| HSV(B) | 262.62º | 0.88% | 0.85% | - |
| XYZ | 17.93 | 8.35 | 66.31 | - |
| YUV | 69.3 | 211.35 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 26 | 217 | 0.55 | 0.88 | 0 | 0.15 | 262.62 | 0.79 | 0.48 |
| Hex | 62 | 1A | D9 | 37 | 58 | 0 | F | 107 | 4F | 30 |
| Octal | 142 | 32 | 331 | 67 | 130 | 0 | 17 | 407 | 117 | 60 |
| Binary | 1100010 | 11010 | 11011001 | 110111 | 1011000 | 0 | 1111 | 100000111 | 1001111 | 110000 |
Color Harmonies of #621AD9
Complementary color
Monochromatic Colors of #621AD9
Black with #621AD9
Text Example
Text Example
White with #621AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621AD9; }
p { color: rgb(98,26,217); }
H1.HeaderClassName
{
color: #621AD9;
}
.AnyTagClassName
{
color: #621AD9;
}
</style>
background-color css
<style>
a { background-color: #621AD9; }
a { background-color: rgb(98,26,217); }
div.DivClassName
{
background-color: #621AD9;
}
.BgClassName
{
background-color: #621AD9;
}
</style>
border-color css
<style>
span { border-color: #621AD9; }
span { border-color: rgb(98,26,217); }
td.TdClassName
{
border-color: #621AD9;
}
.TagClassName
{
border-color: #621AD9;
}
</style>