Shades of Purple Heart #621EB6
Tints of Purple Heart #621EB6
RGB
CMYK
RGB Variations
Color information
#621EB6 (or 0x621EB6) is known color: Purple Heart. HEX triplet: 62, 1E and B6. RGB value is (98,30,182). Sum of RGB (Red+Green+Blue) = 98+30+182=310 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.61% from 310); Green value is 30 (12.11% from 255 or 9.68% from 310); Blue value is 182 (71.48% from 255 or 58.71% from 310); Max value from RGB is 182 - color contains mainly: blue. Hex color #621EB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621EB6 is #9DE149. Grayscale: #434343. Windows color (decimal): -10346826 or 11935330. OLE color: 11935330.
HSL color Cylindrical-coordinate representation of color #621EB6: hue angle of 266.84º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #621EB6 is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 98 | 30 | 182 | - |
| CMYK | 0.46 | 0.84 | 0 | 0.29 |
| HSL | 266.84º | 0.72% | 0.42% | - |
| HSV(B) | 266.84º | 0.84% | 0.71% | - |
| XYZ | 13.94 | 6.9 | 44.85 | - |
| YUV | 67.66 | 192.53 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 30 | 182 | 0.46 | 0.84 | 0 | 0.29 | 266.84 | 0.72 | 0.42 |
| Hex | 62 | 1E | B6 | 2E | 54 | 0 | 1D | 10B | 48 | 2A |
| Octal | 142 | 36 | 266 | 56 | 124 | 0 | 35 | 413 | 110 | 52 |
| Binary | 1100010 | 11110 | 10110110 | 101110 | 1010100 | 0 | 11101 | 100001011 | 1001000 | 101010 |
Color Harmonies of #621EB6
Complementary color
Monochromatic Colors of #621EB6
Black with #621EB6
Text Example
Text Example
White with #621EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621EB6; }
p { color: rgb(98,30,182); }
H1.HeaderClassName
{
color: #621EB6;
}
.AnyTagClassName
{
color: #621EB6;
}
</style>
background-color css
<style>
a { background-color: #621EB6; }
a { background-color: rgb(98,30,182); }
div.DivClassName
{
background-color: #621EB6;
}
.BgClassName
{
background-color: #621EB6;
}
</style>
border-color css
<style>
span { border-color: #621EB6; }
span { border-color: rgb(98,30,182); }
td.TdClassName
{
border-color: #621EB6;
}
.TagClassName
{
border-color: #621EB6;
}
</style>