Shades of Purple Heart #6717BF
Tints of Purple Heart #6717BF
RGB
CMYK
RGB Variations
Color information
#6717BF (or 0x6717BF) is known color: Purple Heart. HEX triplet: 67, 17 and BF. RGB value is (103,23,191). Sum of RGB (Red+Green+Blue) = 103+23+191=317 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.49% from 317); Green value is 23 (9.38% from 255 or 7.26% 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 #6717BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6717BF is #98E840. Grayscale: #414141. Windows color (decimal): -10020929 or 12523367. OLE color: 12523367.
HSL color Cylindrical-coordinate representation of color #6717BF: hue angle of 268.57º 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 #6717BF is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 23 | 191 | - |
| CMYK | 0.46 | 0.88 | 0 | 0.25 |
| HSL | 268.57º | 0.79% | 0.42% | - |
| HSV(B) | 268.57º | 0.88% | 0.75% | - |
| XYZ | 15.3 | 7.26 | 49.88 | - |
| YUV | 66.07 | 198.5 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 23 | 191 | 0.46 | 0.88 | 0 | 0.25 | 268.57 | 0.79 | 0.42 |
| Hex | 67 | 17 | BF | 2E | 58 | 0 | 19 | 10D | 4F | 2A |
| Octal | 147 | 27 | 277 | 56 | 130 | 0 | 31 | 415 | 117 | 52 |
| Binary | 1100111 | 10111 | 10111111 | 101110 | 1011000 | 0 | 11001 | 100001101 | 1001111 | 101010 |
Color Harmonies of #6717BF
Complementary color
Monochromatic Colors of #6717BF
Black with #6717BF
Text Example
Text Example
White with #6717BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6717BF; }
p { color: rgb(103,23,191); }
H1.HeaderClassName
{
color: #6717BF;
}
.AnyTagClassName
{
color: #6717BF;
}
</style>
background-color css
<style>
a { background-color: #6717BF; }
a { background-color: rgb(103,23,191); }
div.DivClassName
{
background-color: #6717BF;
}
.BgClassName
{
background-color: #6717BF;
}
</style>
border-color css
<style>
span { border-color: #6717BF; }
span { border-color: rgb(103,23,191); }
td.TdClassName
{
border-color: #6717BF;
}
.TagClassName
{
border-color: #6717BF;
}
</style>