Shades of Purple Heart #621EAC
Tints of Purple Heart #621EAC
RGB
CMYK
RGB Variations
Color information
#621EAC (or 0x621EAC) is known color: Purple Heart. HEX triplet: 62, 1E and AC. RGB value is (98,30,172). Sum of RGB (Red+Green+Blue) = 98+30+172=300 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.67% from 300); Green value is 30 (12.11% from 255 or 10% from 300); Blue value is 172 (67.58% from 255 or 57.33% from 300); Max value from RGB is 172 - color contains mainly: blue. Hex color #621EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #621EAC is #9DE153. Grayscale: #424242. Windows color (decimal): -10346836 or 11279970. OLE color: 11279970.
HSL color Cylindrical-coordinate representation of color #621EAC: hue angle of 268.73º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #621EAC is Cyan = 0.43, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 30 | 172 | - |
| CMYK | 0.43 | 0.83 | 0 | 0.33 |
| HSL | 268.73º | 0.7% | 0.4% | - |
| HSV(B) | 268.73º | 0.83% | 0.67% | - |
| XYZ | 12.95 | 6.5 | 39.6 | - |
| YUV | 66.52 | 187.53 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 30 | 172 | 0.43 | 0.83 | 0 | 0.33 | 268.73 | 0.7 | 0.4 |
| Hex | 62 | 1E | AC | 2B | 53 | 0 | 21 | 10D | 46 | 28 |
| Octal | 142 | 36 | 254 | 53 | 123 | 0 | 41 | 415 | 106 | 50 |
| Binary | 1100010 | 11110 | 10101100 | 101011 | 1010011 | 0 | 100001 | 100001101 | 1000110 | 101000 |
Color Harmonies of #621EAC
Complementary color
Monochromatic Colors of #621EAC
Black with #621EAC
Text Example
Text Example
White with #621EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621EAC; }
p { color: rgb(98,30,172); }
H1.HeaderClassName
{
color: #621EAC;
}
.AnyTagClassName
{
color: #621EAC;
}
</style>
background-color css
<style>
a { background-color: #621EAC; }
a { background-color: rgb(98,30,172); }
div.DivClassName
{
background-color: #621EAC;
}
.BgClassName
{
background-color: #621EAC;
}
</style>
border-color css
<style>
span { border-color: #621EAC; }
span { border-color: rgb(98,30,172); }
td.TdClassName
{
border-color: #621EAC;
}
.TagClassName
{
border-color: #621EAC;
}
</style>