Shades of Purple Heart #6214BA
Tints of Purple Heart #6214BA
RGB
CMYK
RGB Variations
Color information
#6214BA (or 0x6214BA) is known color: Purple Heart. HEX triplet: 62, 14 and BA. RGB value is (98,20,186). Sum of RGB (Red+Green+Blue) = 98+20+186=304 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.24% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 186 (73.05% from 255 or 61.18% from 304); Max value from RGB is 186 - color contains mainly: blue. Hex color #6214BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6214BA is #9DEB45. Grayscale: #3D3D3D. Windows color (decimal): -10349382 or 12194914. OLE color: 12194914.
HSL color Cylindrical-coordinate representation of color #6214BA: hue angle of 268.19º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6214BA is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 20 | 186 | - |
| CMYK | 0.47 | 0.89 | 0 | 0.27 |
| HSL | 268.19º | 0.81% | 0.4% | - |
| HSV(B) | 268.19º | 0.89% | 0.73% | - |
| XYZ | 14.15 | 6.64 | 46.99 | - |
| YUV | 62.25 | 197.84 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 20 | 186 | 0.47 | 0.89 | 0 | 0.27 | 268.19 | 0.81 | 0.4 |
| Hex | 62 | 14 | BA | 2F | 59 | 0 | 1B | 10C | 51 | 28 |
| Octal | 142 | 24 | 272 | 57 | 131 | 0 | 33 | 414 | 121 | 50 |
| Binary | 1100010 | 10100 | 10111010 | 101111 | 1011001 | 0 | 11011 | 100001100 | 1010001 | 101000 |
Color Harmonies of #6214BA
Complementary color
Monochromatic Colors of #6214BA
Black with #6214BA
Text Example
Text Example
White with #6214BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6214BA; }
p { color: rgb(98,20,186); }
H1.HeaderClassName
{
color: #6214BA;
}
.AnyTagClassName
{
color: #6214BA;
}
</style>
background-color css
<style>
a { background-color: #6214BA; }
a { background-color: rgb(98,20,186); }
div.DivClassName
{
background-color: #6214BA;
}
.BgClassName
{
background-color: #6214BA;
}
</style>
border-color css
<style>
span { border-color: #6214BA; }
span { border-color: rgb(98,20,186); }
td.TdClassName
{
border-color: #6214BA;
}
.TagClassName
{
border-color: #6214BA;
}
</style>