Shades of Purple Heart #621DDC
Tints of Purple Heart #621DDC
RGB
CMYK
RGB Variations
Color information
#621DDC (or 0x621DDC) is known color: Purple Heart. HEX triplet: 62, 1D and DC. RGB value is (98,29,220). Sum of RGB (Red+Green+Blue) = 98+29+220=347 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.24% from 347); Green value is 29 (11.72% from 255 or 8.36% from 347); Blue value is 220 (86.33% from 255 or 63.40% from 347); Max value from RGB is 220 - color contains mainly: blue. Hex color #621DDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621DDC is #9DE223. Grayscale: #464646. Windows color (decimal): -10347044 or 14425442. OLE color: 14425442.
HSL color Cylindrical-coordinate representation of color #621DDC: hue angle of 261.68º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #621DDC is Cyan = 0.55, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 29 | 220 | - |
| CMYK | 0.55 | 0.87 | 0 | 0.14 |
| HSL | 261.68º | 0.77% | 0.49% | - |
| HSV(B) | 261.68º | 0.87% | 0.86% | - |
| XYZ | 18.39 | 8.64 | 68.41 | - |
| YUV | 71.41 | 211.86 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 29 | 220 | 0.55 | 0.87 | 0 | 0.14 | 261.68 | 0.77 | 0.49 |
| Hex | 62 | 1D | DC | 37 | 57 | 0 | E | 106 | 4D | 31 |
| Octal | 142 | 35 | 334 | 67 | 127 | 0 | 16 | 406 | 115 | 61 |
| Binary | 1100010 | 11101 | 11011100 | 110111 | 1010111 | 0 | 1110 | 100000110 | 1001101 | 110001 |
Color Harmonies of #621DDC
Complementary color
Monochromatic Colors of #621DDC
Black with #621DDC
Text Example
Text Example
White with #621DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621DDC; }
p { color: rgb(98,29,220); }
H1.HeaderClassName
{
color: #621DDC;
}
.AnyTagClassName
{
color: #621DDC;
}
</style>
background-color css
<style>
a { background-color: #621DDC; }
a { background-color: rgb(98,29,220); }
div.DivClassName
{
background-color: #621DDC;
}
.BgClassName
{
background-color: #621DDC;
}
</style>
border-color css
<style>
span { border-color: #621DDC; }
span { border-color: rgb(98,29,220); }
td.TdClassName
{
border-color: #621DDC;
}
.TagClassName
{
border-color: #621DDC;
}
</style>