Shades of Purple Heart #6842BF
Tints of Purple Heart #6842BF
RGB
CMYK
RGB Variations
Color information
#6842BF (or 0x6842BF) is known color: Purple Heart. HEX triplet: 68, 42 and BF. RGB value is (104,66,191). Sum of RGB (Red+Green+Blue) = 104+66+191=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #6842BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6842BF is #97BD40. Grayscale: #5B5B5B. Windows color (decimal): -9944385 or 12534376. OLE color: 12534376.
HSL color Cylindrical-coordinate representation of color #6842BF: hue angle of 258.24º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6842BF is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 66 | 191 | - |
| CMYK | 0.46 | 0.65 | 0 | 0.25 |
| HSL | 258.24º | 0.49% | 0.5% | - |
| HSV(B) | 258.24º | 0.65% | 0.75% | - |
| XYZ | 17.06 | 10.6 | 50.44 | - |
| YUV | 91.61 | 184.09 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 66 | 191 | 0.46 | 0.65 | 0 | 0.25 | 258.24 | 0.49 | 0.5 |
| Hex | 68 | 42 | BF | 2E | 41 | 0 | 19 | 102 | 31 | 32 |
| Octal | 150 | 102 | 277 | 56 | 101 | 0 | 31 | 402 | 61 | 62 |
| Binary | 1101000 | 1000010 | 10111111 | 101110 | 1000001 | 0 | 11001 | 100000010 | 110001 | 110010 |
Color Harmonies of #6842BF
Complementary color
Monochromatic Colors of #6842BF
Black with #6842BF
Text Example
Text Example
White with #6842BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6842BF; }
p { color: rgb(104,66,191); }
H1.HeaderClassName
{
color: #6842BF;
}
.AnyTagClassName
{
color: #6842BF;
}
</style>
background-color css
<style>
a { background-color: #6842BF; }
a { background-color: rgb(104,66,191); }
div.DivClassName
{
background-color: #6842BF;
}
.BgClassName
{
background-color: #6842BF;
}
</style>
border-color css
<style>
span { border-color: #6842BF; }
span { border-color: rgb(104,66,191); }
td.TdClassName
{
border-color: #6842BF;
}
.TagClassName
{
border-color: #6842BF;
}
</style>