Shades of Purple Heart #6718D9
Tints of Purple Heart #6718D9
RGB
CMYK
RGB Variations
Color information
#6718D9 (or 0x6718D9) is known color: Purple Heart. HEX triplet: 67, 18 and D9. RGB value is (103,24,217). Sum of RGB (Red+Green+Blue) = 103+24+217=344 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.94% from 344); Green value is 24 (9.77% from 255 or 6.98% from 344); Blue value is 217 (85.16% from 255 or 63.08% from 344); Max value from RGB is 217 - color contains mainly: blue. Hex color #6718D9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6718D9 is #98E726. Grayscale: #444444. Windows color (decimal): -10020647 or 14227559. OLE color: 14227559.
HSL color Cylindrical-coordinate representation of color #6718D9: hue angle of 264.56º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6718D9 is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 24 | 217 | - |
| CMYK | 0.53 | 0.89 | 0 | 0.15 |
| HSL | 264.56º | 0.8% | 0.47% | - |
| HSV(B) | 264.56º | 0.89% | 0.85% | - |
| XYZ | 18.44 | 8.55 | 66.32 | - |
| YUV | 69.62 | 211.17 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 24 | 217 | 0.53 | 0.89 | 0 | 0.15 | 264.56 | 0.8 | 0.47 |
| Hex | 67 | 18 | D9 | 35 | 59 | 0 | F | 109 | 50 | 2F |
| Octal | 147 | 30 | 331 | 65 | 131 | 0 | 17 | 411 | 120 | 57 |
| Binary | 1100111 | 11000 | 11011001 | 110101 | 1011001 | 0 | 1111 | 100001001 | 1010000 | 101111 |
Color Harmonies of #6718D9
Complementary color
Monochromatic Colors of #6718D9
Black with #6718D9
Text Example
Text Example
White with #6718D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6718D9; }
p { color: rgb(103,24,217); }
H1.HeaderClassName
{
color: #6718D9;
}
.AnyTagClassName
{
color: #6718D9;
}
</style>
background-color css
<style>
a { background-color: #6718D9; }
a { background-color: rgb(103,24,217); }
div.DivClassName
{
background-color: #6718D9;
}
.BgClassName
{
background-color: #6718D9;
}
</style>
border-color css
<style>
span { border-color: #6718D9; }
span { border-color: rgb(103,24,217); }
td.TdClassName
{
border-color: #6718D9;
}
.TagClassName
{
border-color: #6718D9;
}
</style>