Shades of Purple Heart #6415BF
Tints of Purple Heart #6415BF
RGB
CMYK
RGB Variations
Color information
#6415BF (or 0x6415BF) is known color: Purple Heart. HEX triplet: 64, 15 and BF. RGB value is (100,21,191). Sum of RGB (Red+Green+Blue) = 100+21+191=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 191 (75% from 255 or 61.22% from 312); Max value from RGB is 191 - color contains mainly: blue. Hex color #6415BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6415BF is #9BEA40. Grayscale: #3F3F3F. Windows color (decimal): -10218049 or 12522852. OLE color: 12522852.
HSL color Cylindrical-coordinate representation of color #6415BF: hue angle of 267.88º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6415BF is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 21 | 191 | - |
| CMYK | 0.48 | 0.89 | 0 | 0.25 |
| HSL | 267.88º | 0.8% | 0.42% | - |
| HSV(B) | 267.88º | 0.89% | 0.75% | - |
| XYZ | 14.93 | 7.01 | 49.86 | - |
| YUV | 64 | 199.67 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 21 | 191 | 0.48 | 0.89 | 0 | 0.25 | 267.88 | 0.8 | 0.42 |
| Hex | 64 | 15 | BF | 30 | 59 | 0 | 19 | 10C | 50 | 2A |
| Octal | 144 | 25 | 277 | 60 | 131 | 0 | 31 | 414 | 120 | 52 |
| Binary | 1100100 | 10101 | 10111111 | 110000 | 1011001 | 0 | 11001 | 100001100 | 1010000 | 101010 |
Color Harmonies of #6415BF
Complementary color
Monochromatic Colors of #6415BF
Black with #6415BF
Text Example
Text Example
White with #6415BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6415BF; }
p { color: rgb(100,21,191); }
H1.HeaderClassName
{
color: #6415BF;
}
.AnyTagClassName
{
color: #6415BF;
}
</style>
background-color css
<style>
a { background-color: #6415BF; }
a { background-color: rgb(100,21,191); }
div.DivClassName
{
background-color: #6415BF;
}
.BgClassName
{
background-color: #6415BF;
}
</style>
border-color css
<style>
span { border-color: #6415BF; }
span { border-color: rgb(100,21,191); }
td.TdClassName
{
border-color: #6415BF;
}
.TagClassName
{
border-color: #6415BF;
}
</style>