Shades of Purple Heart #6817BE
Tints of Purple Heart #6817BE
RGB
CMYK
RGB Variations
Color information
#6817BE (or 0x6817BE) is known color: Purple Heart. HEX triplet: 68, 17 and BE. RGB value is (104,23,190). Sum of RGB (Red+Green+Blue) = 104+23+190=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 23 (9.38% from 255 or 7.26% from 317); Blue value is 190 (74.61% from 255 or 59.94% from 317); Max value from RGB is 190 - color contains mainly: blue. Hex color #6817BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6817BE is #97E841. Grayscale: #414141. Windows color (decimal): -9955394 or 12457832. OLE color: 12457832.
HSL color Cylindrical-coordinate representation of color #6817BE: hue angle of 269.1º degrees, saturation: 0.78, 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 #6817BE is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 23 | 190 | - |
| CMYK | 0.45 | 0.88 | 0 | 0.25 |
| HSL | 269.1º | 0.78% | 0.42% | - |
| HSV(B) | 269.1º | 0.88% | 0.75% | - |
| XYZ | 15.31 | 7.27 | 49.31 | - |
| YUV | 66.26 | 197.84 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 23 | 190 | 0.45 | 0.88 | 0 | 0.25 | 269.1 | 0.78 | 0.42 |
| Hex | 68 | 17 | BE | 2D | 58 | 0 | 19 | 10D | 4E | 2A |
| Octal | 150 | 27 | 276 | 55 | 130 | 0 | 31 | 415 | 116 | 52 |
| Binary | 1101000 | 10111 | 10111110 | 101101 | 1011000 | 0 | 11001 | 100001101 | 1001110 | 101010 |
Color Harmonies of #6817BE
Complementary color
Monochromatic Colors of #6817BE
Black with #6817BE
Text Example
Text Example
White with #6817BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6817BE; }
p { color: rgb(104,23,190); }
H1.HeaderClassName
{
color: #6817BE;
}
.AnyTagClassName
{
color: #6817BE;
}
</style>
background-color css
<style>
a { background-color: #6817BE; }
a { background-color: rgb(104,23,190); }
div.DivClassName
{
background-color: #6817BE;
}
.BgClassName
{
background-color: #6817BE;
}
</style>
border-color css
<style>
span { border-color: #6817BE; }
span { border-color: rgb(104,23,190); }
td.TdClassName
{
border-color: #6817BE;
}
.TagClassName
{
border-color: #6817BE;
}
</style>