Shades of Purple Heart #621AD8
Tints of Purple Heart #621AD8
RGB
CMYK
RGB Variations
Color information
#621AD8 (or 0x621AD8) is known color: Purple Heart. HEX triplet: 62, 1A and D8. RGB value is (98,26,216). Sum of RGB (Red+Green+Blue) = 98+26+216=340 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.82% from 340); Green value is 26 (10.55% from 255 or 7.65% from 340); Blue value is 216 (84.77% from 255 or 63.53% from 340); Max value from RGB is 216 - color contains mainly: blue. Hex color #621AD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621AD8 is #9DE527. Grayscale: #444444. Windows color (decimal): -10347816 or 14162530. OLE color: 14162530.
HSL color Cylindrical-coordinate representation of color #621AD8: hue angle of 262.74º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #621AD8 is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 98 | 26 | 216 | - |
| CMYK | 0.55 | 0.88 | 0 | 0.15 |
| HSL | 262.74º | 0.79% | 0.47% | - |
| HSV(B) | 262.74º | 0.88% | 0.85% | - |
| XYZ | 17.8 | 8.29 | 65.63 | - |
| YUV | 69.19 | 210.85 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 26 | 216 | 0.55 | 0.88 | 0 | 0.15 | 262.74 | 0.79 | 0.47 |
| Hex | 62 | 1A | D8 | 37 | 58 | 0 | F | 107 | 4F | 2F |
| Octal | 142 | 32 | 330 | 67 | 130 | 0 | 17 | 407 | 117 | 57 |
| Binary | 1100010 | 11010 | 11011000 | 110111 | 1011000 | 0 | 1111 | 100000111 | 1001111 | 101111 |
Color Harmonies of #621AD8
Complementary color
Monochromatic Colors of #621AD8
Black with #621AD8
Text Example
Text Example
White with #621AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621AD8; }
p { color: rgb(98,26,216); }
H1.HeaderClassName
{
color: #621AD8;
}
.AnyTagClassName
{
color: #621AD8;
}
</style>
background-color css
<style>
a { background-color: #621AD8; }
a { background-color: rgb(98,26,216); }
div.DivClassName
{
background-color: #621AD8;
}
.BgClassName
{
background-color: #621AD8;
}
</style>
border-color css
<style>
span { border-color: #621AD8; }
span { border-color: rgb(98,26,216); }
td.TdClassName
{
border-color: #621AD8;
}
.TagClassName
{
border-color: #621AD8;
}
</style>