Shades of Purple Heart #621AD0
Tints of Purple Heart #621AD0
RGB
CMYK
RGB Variations
Color information
#621AD0 (or 0x621AD0) is known color: Purple Heart. HEX triplet: 62, 1A and D0. RGB value is (98,26,208). Sum of RGB (Red+Green+Blue) = 98+26+208=332 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.52% from 332); Green value is 26 (10.55% from 255 or 7.83% from 332); Blue value is 208 (81.64% from 255 or 62.65% from 332); Max value from RGB is 208 - color contains mainly: blue. Hex color #621AD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621AD0 is #9DE52F. Grayscale: #434343. Windows color (decimal): -10347824 or 13638242. OLE color: 13638242.
HSL color Cylindrical-coordinate representation of color #621AD0: hue angle of 263.74º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #621AD0 is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 98 | 26 | 208 | - |
| CMYK | 0.53 | 0.88 | 0 | 0.18 |
| HSL | 263.74º | 0.78% | 0.46% | - |
| HSV(B) | 263.74º | 0.88% | 0.82% | - |
| XYZ | 16.79 | 7.89 | 60.31 | - |
| YUV | 68.28 | 206.85 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 26 | 208 | 0.53 | 0.88 | 0 | 0.18 | 263.74 | 0.78 | 0.46 |
| Hex | 62 | 1A | D0 | 35 | 58 | 0 | 12 | 108 | 4E | 2E |
| Octal | 142 | 32 | 320 | 65 | 130 | 0 | 22 | 410 | 116 | 56 |
| Binary | 1100010 | 11010 | 11010000 | 110101 | 1011000 | 0 | 10010 | 100001000 | 1001110 | 101110 |
Color Harmonies of #621AD0
Complementary color
Monochromatic Colors of #621AD0
Black with #621AD0
Text Example
Text Example
White with #621AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621AD0; }
p { color: rgb(98,26,208); }
H1.HeaderClassName
{
color: #621AD0;
}
.AnyTagClassName
{
color: #621AD0;
}
</style>
background-color css
<style>
a { background-color: #621AD0; }
a { background-color: rgb(98,26,208); }
div.DivClassName
{
background-color: #621AD0;
}
.BgClassName
{
background-color: #621AD0;
}
</style>
border-color css
<style>
span { border-color: #621AD0; }
span { border-color: rgb(98,26,208); }
td.TdClassName
{
border-color: #621AD0;
}
.TagClassName
{
border-color: #621AD0;
}
</style>