Shades of Purple Heart #6717DD
Tints of Purple Heart #6717DD
RGB
CMYK
RGB Variations
Color information
#6717DD (or 0x6717DD) is known color: Purple Heart. HEX triplet: 67, 17 and DD. RGB value is (103,23,221). Sum of RGB (Red+Green+Blue) = 103+23+221=347 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.68% from 347); Green value is 23 (9.38% from 255 or 6.63% from 347); Blue value is 221 (86.72% from 255 or 63.69% from 347); Max value from RGB is 221 - color contains mainly: blue. Hex color #6717DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6717DD is #98E822. Grayscale: #444444. Windows color (decimal): -10020899 or 14489447. OLE color: 14489447.
HSL color Cylindrical-coordinate representation of color #6717DD: hue angle of 264.24º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6717DD is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 23 | 221 | - |
| CMYK | 0.53 | 0.90 | 0 | 0.13 |
| HSL | 264.24º | 0.81% | 0.48% | - |
| HSV(B) | 264.24º | 0.9% | 0.87% | - |
| XYZ | 18.95 | 8.72 | 69.09 | - |
| YUV | 69.49 | 213.5 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 23 | 221 | 0.53 | 0.90 | 0 | 0.13 | 264.24 | 0.81 | 0.48 |
| Hex | 67 | 17 | DD | 35 | 5A | 0 | D | 108 | 51 | 30 |
| Octal | 147 | 27 | 335 | 65 | 132 | 0 | 15 | 410 | 121 | 60 |
| Binary | 1100111 | 10111 | 11011101 | 110101 | 1011010 | 0 | 1101 | 100001000 | 1010001 | 110000 |
Color Harmonies of #6717DD
Complementary color
Monochromatic Colors of #6717DD
Black with #6717DD
Text Example
Text Example
White with #6717DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6717DD; }
p { color: rgb(103,23,221); }
H1.HeaderClassName
{
color: #6717DD;
}
.AnyTagClassName
{
color: #6717DD;
}
</style>
background-color css
<style>
a { background-color: #6717DD; }
a { background-color: rgb(103,23,221); }
div.DivClassName
{
background-color: #6717DD;
}
.BgClassName
{
background-color: #6717DD;
}
</style>
border-color css
<style>
span { border-color: #6717DD; }
span { border-color: rgb(103,23,221); }
td.TdClassName
{
border-color: #6717DD;
}
.TagClassName
{
border-color: #6717DD;
}
</style>