Shades of Purple Heart #621EDA
Tints of Purple Heart #621EDA
RGB
CMYK
RGB Variations
Color information
#621EDA (or 0x621EDA) is known color: Purple Heart. HEX triplet: 62, 1E and DA. RGB value is (98,30,218). Sum of RGB (Red+Green+Blue) = 98+30+218=346 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.32% from 346); Green value is 30 (12.11% from 255 or 8.67% from 346); Blue value is 218 (85.55% from 255 or 63.01% from 346); Max value from RGB is 218 - color contains mainly: blue. Hex color #621EDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621EDA is #9DE125. Grayscale: #474747. Windows color (decimal): -10346790 or 14294626. OLE color: 14294626.
HSL color Cylindrical-coordinate representation of color #621EDA: hue angle of 261.7º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #621EDA is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 98 | 30 | 218 | - |
| CMYK | 0.55 | 0.86 | 0 | 0.15 |
| HSL | 261.7º | 0.76% | 0.49% | - |
| HSV(B) | 261.7º | 0.86% | 0.85% | - |
| XYZ | 18.16 | 8.59 | 67.03 | - |
| YUV | 71.76 | 210.53 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 30 | 218 | 0.55 | 0.86 | 0 | 0.15 | 261.7 | 0.76 | 0.49 |
| Hex | 62 | 1E | DA | 37 | 56 | 0 | F | 106 | 4C | 31 |
| Octal | 142 | 36 | 332 | 67 | 126 | 0 | 17 | 406 | 114 | 61 |
| Binary | 1100010 | 11110 | 11011010 | 110111 | 1010110 | 0 | 1111 | 100000110 | 1001100 | 110001 |
Color Harmonies of #621EDA
Complementary color
Monochromatic Colors of #621EDA
Black with #621EDA
Text Example
Text Example
White with #621EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621EDA; }
p { color: rgb(98,30,218); }
H1.HeaderClassName
{
color: #621EDA;
}
.AnyTagClassName
{
color: #621EDA;
}
</style>
background-color css
<style>
a { background-color: #621EDA; }
a { background-color: rgb(98,30,218); }
div.DivClassName
{
background-color: #621EDA;
}
.BgClassName
{
background-color: #621EDA;
}
</style>
border-color css
<style>
span { border-color: #621EDA; }
span { border-color: rgb(98,30,218); }
td.TdClassName
{
border-color: #621EDA;
}
.TagClassName
{
border-color: #621EDA;
}
</style>