Shades of Purple Heart #6839BF
Tints of Purple Heart #6839BF
RGB
CMYK
RGB Variations
Color information
#6839BF (or 0x6839BF) is known color: Purple Heart. HEX triplet: 68, 39 and BF. RGB value is (104,57,191). Sum of RGB (Red+Green+Blue) = 104+57+191=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 57 (22.66% from 255 or 16.19% from 352); Blue value is 191 (75% from 255 or 54.26% from 352); Max value from RGB is 191 - color contains mainly: blue. Hex color #6839BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6839BF is #97C640. Grayscale: #555555. Windows color (decimal): -9946689 or 12532072. OLE color: 12532072.
HSL color Cylindrical-coordinate representation of color #6839BF: hue angle of 261.04º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6839BF is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 57 | 191 | - |
| CMYK | 0.46 | 0.70 | 0 | 0.25 |
| HSL | 261.04º | 0.54% | 0.49% | - |
| HSV(B) | 261.04º | 0.7% | 0.75% | - |
| XYZ | 16.58 | 9.63 | 50.28 | - |
| YUV | 86.33 | 187.07 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 57 | 191 | 0.46 | 0.70 | 0 | 0.25 | 261.04 | 0.54 | 0.49 |
| Hex | 68 | 39 | BF | 2E | 46 | 0 | 19 | 105 | 36 | 31 |
| Octal | 150 | 71 | 277 | 56 | 106 | 0 | 31 | 405 | 66 | 61 |
| Binary | 1101000 | 111001 | 10111111 | 101110 | 1000110 | 0 | 11001 | 100000101 | 110110 | 110001 |
Color Harmonies of #6839BF
Complementary color
Monochromatic Colors of #6839BF
Black with #6839BF
Text Example
Text Example
White with #6839BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6839BF; }
p { color: rgb(104,57,191); }
H1.HeaderClassName
{
color: #6839BF;
}
.AnyTagClassName
{
color: #6839BF;
}
</style>
background-color css
<style>
a { background-color: #6839BF; }
a { background-color: rgb(104,57,191); }
div.DivClassName
{
background-color: #6839BF;
}
.BgClassName
{
background-color: #6839BF;
}
</style>
border-color css
<style>
span { border-color: #6839BF; }
span { border-color: rgb(104,57,191); }
td.TdClassName
{
border-color: #6839BF;
}
.TagClassName
{
border-color: #6839BF;
}
</style>