Shades of Purple Heart #621FDC
Tints of Purple Heart #621FDC
RGB
CMYK
RGB Variations
Color information
#621FDC (or 0x621FDC) is known color: Purple Heart. HEX triplet: 62, 1F and DC. RGB value is (98,31,220). Sum of RGB (Red+Green+Blue) = 98+31+220=349 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.08% from 349); Green value is 31 (12.5% from 255 or 8.88% from 349); Blue value is 220 (86.33% from 255 or 63.04% from 349); Max value from RGB is 220 - color contains mainly: blue. Hex color #621FDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621FDC is #9DE023. Grayscale: #474747. Windows color (decimal): -10346532 or 14425954. OLE color: 14425954.
HSL color Cylindrical-coordinate representation of color #621FDC: hue angle of 261.27º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #621FDC is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 31 | 220 | - |
| CMYK | 0.55 | 0.86 | 0 | 0.14 |
| HSL | 261.27º | 0.75% | 0.49% | - |
| HSV(B) | 261.27º | 0.86% | 0.86% | - |
| XYZ | 18.45 | 8.74 | 68.43 | - |
| YUV | 72.58 | 211.2 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 31 | 220 | 0.55 | 0.86 | 0 | 0.14 | 261.27 | 0.75 | 0.49 |
| Hex | 62 | 1F | DC | 37 | 56 | 0 | E | 105 | 4B | 31 |
| Octal | 142 | 37 | 334 | 67 | 126 | 0 | 16 | 405 | 113 | 61 |
| Binary | 1100010 | 11111 | 11011100 | 110111 | 1010110 | 0 | 1110 | 100000101 | 1001011 | 110001 |
Color Harmonies of #621FDC
Complementary color
Monochromatic Colors of #621FDC
Black with #621FDC
Text Example
Text Example
White with #621FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621FDC; }
p { color: rgb(98,31,220); }
H1.HeaderClassName
{
color: #621FDC;
}
.AnyTagClassName
{
color: #621FDC;
}
</style>
background-color css
<style>
a { background-color: #621FDC; }
a { background-color: rgb(98,31,220); }
div.DivClassName
{
background-color: #621FDC;
}
.BgClassName
{
background-color: #621FDC;
}
</style>
border-color css
<style>
span { border-color: #621FDC; }
span { border-color: rgb(98,31,220); }
td.TdClassName
{
border-color: #621FDC;
}
.TagClassName
{
border-color: #621FDC;
}
</style>