Shades of Purple Heart #6718BB
Tints of Purple Heart #6718BB
RGB
CMYK
RGB Variations
Color information
#6718BB (or 0x6718BB) is known color: Purple Heart. HEX triplet: 67, 18 and BB. RGB value is (103,24,187). Sum of RGB (Red+Green+Blue) = 103+24+187=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 24 (9.77% from 255 or 7.64% from 314); Blue value is 187 (73.44% from 255 or 59.55% from 314); Max value from RGB is 187 - color contains mainly: blue. Hex color #6718BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6718BB is #98E744. Grayscale: #414141. Windows color (decimal): -10020677 or 12261479. OLE color: 12261479.
HSL color Cylindrical-coordinate representation of color #6718BB: hue angle of 269.08º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6718BB is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 24 | 187 | - |
| CMYK | 0.45 | 0.87 | 0 | 0.27 |
| HSL | 269.08º | 0.77% | 0.41% | - |
| HSV(B) | 269.08º | 0.87% | 0.73% | - |
| XYZ | 14.89 | 7.12 | 47.6 | - |
| YUV | 66.2 | 196.17 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 24 | 187 | 0.45 | 0.87 | 0 | 0.27 | 269.08 | 0.77 | 0.41 |
| Hex | 67 | 18 | BB | 2D | 57 | 0 | 1B | 10D | 4D | 29 |
| Octal | 147 | 30 | 273 | 55 | 127 | 0 | 33 | 415 | 115 | 51 |
| Binary | 1100111 | 11000 | 10111011 | 101101 | 1010111 | 0 | 11011 | 100001101 | 1001101 | 101001 |
Color Harmonies of #6718BB
Complementary color
Monochromatic Colors of #6718BB
Black with #6718BB
Text Example
Text Example
White with #6718BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6718BB; }
p { color: rgb(103,24,187); }
H1.HeaderClassName
{
color: #6718BB;
}
.AnyTagClassName
{
color: #6718BB;
}
</style>
background-color css
<style>
a { background-color: #6718BB; }
a { background-color: rgb(103,24,187); }
div.DivClassName
{
background-color: #6718BB;
}
.BgClassName
{
background-color: #6718BB;
}
</style>
border-color css
<style>
span { border-color: #6718BB; }
span { border-color: rgb(103,24,187); }
td.TdClassName
{
border-color: #6718BB;
}
.TagClassName
{
border-color: #6718BB;
}
</style>