Shades of Purple Heart #621DB7
Tints of Purple Heart #621DB7
RGB
CMYK
RGB Variations
Color information
#621DB7 (or 0x621DB7) is known color: Purple Heart. HEX triplet: 62, 1D and B7. RGB value is (98,29,183). Sum of RGB (Red+Green+Blue) = 98+29+183=310 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.61% from 310); Green value is 29 (11.72% from 255 or 9.35% from 310); Blue value is 183 (71.88% from 255 or 59.03% from 310); Max value from RGB is 183 - color contains mainly: blue. Hex color #621DB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621DB7 is #9DE248. Grayscale: #424242. Windows color (decimal): -10347081 or 12000610. OLE color: 12000610.
HSL color Cylindrical-coordinate representation of color #621DB7: hue angle of 266.88º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #621DB7 is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 98 | 29 | 183 | - |
| CMYK | 0.46 | 0.84 | 0 | 0.28 |
| HSL | 266.88º | 0.73% | 0.42% | - |
| HSV(B) | 266.88º | 0.84% | 0.72% | - |
| XYZ | 14.02 | 6.89 | 45.39 | - |
| YUV | 67.19 | 193.36 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 29 | 183 | 0.46 | 0.84 | 0 | 0.28 | 266.88 | 0.73 | 0.42 |
| Hex | 62 | 1D | B7 | 2E | 54 | 0 | 1C | 10B | 49 | 2A |
| Octal | 142 | 35 | 267 | 56 | 124 | 0 | 34 | 413 | 111 | 52 |
| Binary | 1100010 | 11101 | 10110111 | 101110 | 1010100 | 0 | 11100 | 100001011 | 1001001 | 101010 |
Color Harmonies of #621DB7
Complementary color
Monochromatic Colors of #621DB7
Black with #621DB7
Text Example
Text Example
White with #621DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621DB7; }
p { color: rgb(98,29,183); }
H1.HeaderClassName
{
color: #621DB7;
}
.AnyTagClassName
{
color: #621DB7;
}
</style>
background-color css
<style>
a { background-color: #621DB7; }
a { background-color: rgb(98,29,183); }
div.DivClassName
{
background-color: #621DB7;
}
.BgClassName
{
background-color: #621DB7;
}
</style>
border-color css
<style>
span { border-color: #621DB7; }
span { border-color: rgb(98,29,183); }
td.TdClassName
{
border-color: #621DB7;
}
.TagClassName
{
border-color: #621DB7;
}
</style>