Shades of Purple Heart #621EA4
Tints of Purple Heart #621EA4
RGB
CMYK
RGB Variations
Color information
#621EA4 (or 0x621EA4) is known color: Purple Heart. HEX triplet: 62, 1E and A4. RGB value is (98,30,164). Sum of RGB (Red+Green+Blue) = 98+30+164=292 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.56% from 292); Green value is 30 (12.11% from 255 or 10.27% from 292); Blue value is 164 (64.45% from 255 or 56.16% from 292); Max value from RGB is 164 - color contains mainly: blue. Hex color #621EA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #621EA4 is #9DE15B. Grayscale: #414141. Windows color (decimal): -10346844 or 10755682. OLE color: 10755682.
HSL color Cylindrical-coordinate representation of color #621EA4: hue angle of 270.45º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #621EA4 is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 98 | 30 | 164 | - |
| CMYK | 0.40 | 0.82 | 0 | 0.36 |
| HSL | 270.45º | 0.69% | 0.38% | - |
| HSV(B) | 270.45º | 0.82% | 0.64% | - |
| XYZ | 12.2 | 6.21 | 35.68 | - |
| YUV | 65.61 | 183.53 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 30 | 164 | 0.40 | 0.82 | 0 | 0.36 | 270.45 | 0.69 | 0.38 |
| Hex | 62 | 1E | A4 | 28 | 52 | 0 | 24 | 10E | 45 | 26 |
| Octal | 142 | 36 | 244 | 50 | 122 | 0 | 44 | 416 | 105 | 46 |
| Binary | 1100010 | 11110 | 10100100 | 101000 | 1010010 | 0 | 100100 | 100001110 | 1000101 | 100110 |
Color Harmonies of #621EA4
Complementary color
Monochromatic Colors of #621EA4
Black with #621EA4
Text Example
Text Example
White with #621EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621EA4; }
p { color: rgb(98,30,164); }
H1.HeaderClassName
{
color: #621EA4;
}
.AnyTagClassName
{
color: #621EA4;
}
</style>
background-color css
<style>
a { background-color: #621EA4; }
a { background-color: rgb(98,30,164); }
div.DivClassName
{
background-color: #621EA4;
}
.BgClassName
{
background-color: #621EA4;
}
</style>
border-color css
<style>
span { border-color: #621EA4; }
span { border-color: rgb(98,30,164); }
td.TdClassName
{
border-color: #621EA4;
}
.TagClassName
{
border-color: #621EA4;
}
</style>