Shades of Purple Heart #6816BF
Tints of Purple Heart #6816BF
RGB
CMYK
RGB Variations
Color information
#6816BF (or 0x6816BF) is known color: Purple Heart. HEX triplet: 68, 16 and BF. RGB value is (104,22,191). Sum of RGB (Red+Green+Blue) = 104+22+191=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 22 (8.98% from 255 or 6.94% from 317); Blue value is 191 (75% from 255 or 60.25% from 317); Max value from RGB is 191 - color contains mainly: blue. Hex color #6816BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6816BF is #97E940. Grayscale: #414141. Windows color (decimal): -9955649 or 12523112. OLE color: 12523112.
HSL color Cylindrical-coordinate representation of color #6816BF: hue angle of 269.11º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6816BF is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 22 | 191 | - |
| CMYK | 0.46 | 0.88 | 0 | 0.25 |
| HSL | 269.11º | 0.79% | 0.42% | - |
| HSV(B) | 269.11º | 0.88% | 0.75% | - |
| XYZ | 15.4 | 7.28 | 49.88 | - |
| YUV | 65.78 | 198.67 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 22 | 191 | 0.46 | 0.88 | 0 | 0.25 | 269.11 | 0.79 | 0.42 |
| Hex | 68 | 16 | BF | 2E | 58 | 0 | 19 | 10D | 4F | 2A |
| Octal | 150 | 26 | 277 | 56 | 130 | 0 | 31 | 415 | 117 | 52 |
| Binary | 1101000 | 10110 | 10111111 | 101110 | 1011000 | 0 | 11001 | 100001101 | 1001111 | 101010 |
Color Harmonies of #6816BF
Complementary color
Monochromatic Colors of #6816BF
Black with #6816BF
Text Example
Text Example
White with #6816BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6816BF; }
p { color: rgb(104,22,191); }
H1.HeaderClassName
{
color: #6816BF;
}
.AnyTagClassName
{
color: #6816BF;
}
</style>
background-color css
<style>
a { background-color: #6816BF; }
a { background-color: rgb(104,22,191); }
div.DivClassName
{
background-color: #6816BF;
}
.BgClassName
{
background-color: #6816BF;
}
</style>
border-color css
<style>
span { border-color: #6816BF; }
span { border-color: rgb(104,22,191); }
td.TdClassName
{
border-color: #6816BF;
}
.TagClassName
{
border-color: #6816BF;
}
</style>