Shades of Purple Heart #6814BA
Tints of Purple Heart #6814BA
RGB
CMYK
RGB Variations
Color information
#6814BA (or 0x6814BA) is known color: Purple Heart. HEX triplet: 68, 14 and BA. RGB value is (104,20,186). Sum of RGB (Red+Green+Blue) = 104+20+186=310 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.55% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 186 (73.05% from 255 or 60% from 310); Max value from RGB is 186 - color contains mainly: blue. Hex color #6814BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6814BA is #97EB45. Grayscale: #3F3F3F. Windows color (decimal): -9956166 or 12194920. OLE color: 12194920.
HSL color Cylindrical-coordinate representation of color #6814BA: hue angle of 270.36º 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 #6814BA is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 20 | 186 | - |
| CMYK | 0.44 | 0.89 | 0 | 0.27 |
| HSL | 270.36º | 0.81% | 0.4% | - |
| HSV(B) | 270.36º | 0.89% | 0.73% | - |
| XYZ | 14.82 | 6.99 | 47.02 | - |
| YUV | 64.04 | 196.83 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 20 | 186 | 0.44 | 0.89 | 0 | 0.27 | 270.36 | 0.81 | 0.4 |
| Hex | 68 | 14 | BA | 2C | 59 | 0 | 1B | 10E | 51 | 28 |
| Octal | 150 | 24 | 272 | 54 | 131 | 0 | 33 | 416 | 121 | 50 |
| Binary | 1101000 | 10100 | 10111010 | 101100 | 1011001 | 0 | 11011 | 100001110 | 1010001 | 101000 |
Color Harmonies of #6814BA
Complementary color
Monochromatic Colors of #6814BA
Black with #6814BA
Text Example
Text Example
White with #6814BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6814BA; }
p { color: rgb(104,20,186); }
H1.HeaderClassName
{
color: #6814BA;
}
.AnyTagClassName
{
color: #6814BA;
}
</style>
background-color css
<style>
a { background-color: #6814BA; }
a { background-color: rgb(104,20,186); }
div.DivClassName
{
background-color: #6814BA;
}
.BgClassName
{
background-color: #6814BA;
}
</style>
border-color css
<style>
span { border-color: #6814BA; }
span { border-color: rgb(104,20,186); }
td.TdClassName
{
border-color: #6814BA;
}
.TagClassName
{
border-color: #6814BA;
}
</style>