Shades of Purple Heart #6214BF
Tints of Purple Heart #6214BF
RGB
CMYK
RGB Variations
Color information
#6214BF (or 0x6214BF) is known color: Purple Heart. HEX triplet: 62, 14 and BF. RGB value is (98,20,191). Sum of RGB (Red+Green+Blue) = 98+20+191=309 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.72% from 309); Green value is 20 (8.20% from 255 or 6.47% from 309); Blue value is 191 (75% from 255 or 61.81% from 309); Max value from RGB is 191 - color contains mainly: blue. Hex color #6214BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6214BF is #9DEB40. Grayscale: #3E3E3E. Windows color (decimal): -10349377 or 12522594. OLE color: 12522594.
HSL color Cylindrical-coordinate representation of color #6214BF: hue angle of 267.37º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6214BF is Cyan = 0.49, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 98 | 20 | 191 | - |
| CMYK | 0.49 | 0.90 | 0 | 0.25 |
| HSL | 267.37º | 0.81% | 0.41% | - |
| HSV(B) | 267.37º | 0.9% | 0.75% | - |
| XYZ | 14.69 | 6.86 | 49.84 | - |
| YUV | 62.82 | 200.34 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 20 | 191 | 0.49 | 0.90 | 0 | 0.25 | 267.37 | 0.81 | 0.41 |
| Hex | 62 | 14 | BF | 31 | 5A | 0 | 19 | 10B | 51 | 29 |
| Octal | 142 | 24 | 277 | 61 | 132 | 0 | 31 | 413 | 121 | 51 |
| Binary | 1100010 | 10100 | 10111111 | 110001 | 1011010 | 0 | 11001 | 100001011 | 1010001 | 101001 |
Color Harmonies of #6214BF
Complementary color
Monochromatic Colors of #6214BF
Black with #6214BF
Text Example
Text Example
White with #6214BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6214BF; }
p { color: rgb(98,20,191); }
H1.HeaderClassName
{
color: #6214BF;
}
.AnyTagClassName
{
color: #6214BF;
}
</style>
background-color css
<style>
a { background-color: #6214BF; }
a { background-color: rgb(98,20,191); }
div.DivClassName
{
background-color: #6214BF;
}
.BgClassName
{
background-color: #6214BF;
}
</style>
border-color css
<style>
span { border-color: #6214BF; }
span { border-color: rgb(98,20,191); }
td.TdClassName
{
border-color: #6214BF;
}
.TagClassName
{
border-color: #6214BF;
}
</style>