Shades of Purple Heart #6417BF
Tints of Purple Heart #6417BF
RGB
CMYK
RGB Variations
Color information
#6417BF (or 0x6417BF) is known color: Purple Heart. HEX triplet: 64, 17 and BF. RGB value is (100,23,191). Sum of RGB (Red+Green+Blue) = 100+23+191=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 23 (9.38% from 255 or 7.32% from 314); Blue value is 191 (75% from 255 or 60.83% from 314); Max value from RGB is 191 - color contains mainly: blue. Hex color #6417BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6417BF is #9BE840. Grayscale: #404040. Windows color (decimal): -10217537 or 12523364. OLE color: 12523364.
HSL color Cylindrical-coordinate representation of color #6417BF: hue angle of 267.5º 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 #6417BF is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 23 | 191 | - |
| CMYK | 0.48 | 0.88 | 0 | 0.25 |
| HSL | 267.5º | 0.79% | 0.42% | - |
| HSV(B) | 267.5º | 0.88% | 0.75% | - |
| XYZ | 14.97 | 7.08 | 49.87 | - |
| YUV | 65.18 | 199.01 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 23 | 191 | 0.48 | 0.88 | 0 | 0.25 | 267.5 | 0.79 | 0.42 |
| Hex | 64 | 17 | BF | 30 | 58 | 0 | 19 | 10C | 4F | 2A |
| Octal | 144 | 27 | 277 | 60 | 130 | 0 | 31 | 414 | 117 | 52 |
| Binary | 1100100 | 10111 | 10111111 | 110000 | 1011000 | 0 | 11001 | 100001100 | 1001111 | 101010 |
Color Harmonies of #6417BF
Complementary color
Monochromatic Colors of #6417BF
Black with #6417BF
Text Example
Text Example
White with #6417BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6417BF; }
p { color: rgb(100,23,191); }
H1.HeaderClassName
{
color: #6417BF;
}
.AnyTagClassName
{
color: #6417BF;
}
</style>
background-color css
<style>
a { background-color: #6417BF; }
a { background-color: rgb(100,23,191); }
div.DivClassName
{
background-color: #6417BF;
}
.BgClassName
{
background-color: #6417BF;
}
</style>
border-color css
<style>
span { border-color: #6417BF; }
span { border-color: rgb(100,23,191); }
td.TdClassName
{
border-color: #6417BF;
}
.TagClassName
{
border-color: #6417BF;
}
</style>