Shades of Purple Heart #6819BF
Tints of Purple Heart #6819BF
RGB
CMYK
RGB Variations
Color information
#6819BF (or 0x6819BF) is known color: Purple Heart. HEX triplet: 68, 19 and BF. RGB value is (104,25,191). Sum of RGB (Red+Green+Blue) = 104+25+191=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 25 (10.16% from 255 or 7.81% from 320); Blue value is 191 (75% from 255 or 59.69% from 320); Max value from RGB is 191 - color contains mainly: blue. Hex color #6819BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6819BF is #97E640. Grayscale: #424242. Windows color (decimal): -9954881 or 12523880. OLE color: 12523880.
HSL color Cylindrical-coordinate representation of color #6819BF: hue angle of 268.55º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6819BF is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 25 | 191 | - |
| CMYK | 0.46 | 0.87 | 0 | 0.25 |
| HSL | 268.55º | 0.77% | 0.42% | - |
| HSV(B) | 268.55º | 0.87% | 0.75% | - |
| XYZ | 15.46 | 7.4 | 49.9 | - |
| YUV | 67.55 | 197.67 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 25 | 191 | 0.46 | 0.87 | 0 | 0.25 | 268.55 | 0.77 | 0.42 |
| Hex | 68 | 19 | BF | 2E | 57 | 0 | 19 | 10D | 4D | 2A |
| Octal | 150 | 31 | 277 | 56 | 127 | 0 | 31 | 415 | 115 | 52 |
| Binary | 1101000 | 11001 | 10111111 | 101110 | 1010111 | 0 | 11001 | 100001101 | 1001101 | 101010 |
Color Harmonies of #6819BF
Complementary color
Monochromatic Colors of #6819BF
Black with #6819BF
Text Example
Text Example
White with #6819BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6819BF; }
p { color: rgb(104,25,191); }
H1.HeaderClassName
{
color: #6819BF;
}
.AnyTagClassName
{
color: #6819BF;
}
</style>
background-color css
<style>
a { background-color: #6819BF; }
a { background-color: rgb(104,25,191); }
div.DivClassName
{
background-color: #6819BF;
}
.BgClassName
{
background-color: #6819BF;
}
</style>
border-color css
<style>
span { border-color: #6819BF; }
span { border-color: rgb(104,25,191); }
td.TdClassName
{
border-color: #6819BF;
}
.TagClassName
{
border-color: #6819BF;
}
</style>