Shades of Purple Heart #6412BF
Tints of Purple Heart #6412BF
RGB
CMYK
RGB Variations
Color information
#6412BF (or 0x6412BF) is known color: Purple Heart. HEX triplet: 64, 12 and BF. RGB value is (100,18,191). Sum of RGB (Red+Green+Blue) = 100+18+191=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 191 (75% from 255 or 61.81% from 309); Max value from RGB is 191 - color contains mainly: blue. Hex color #6412BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6412BF is #9BED40. Grayscale: #3D3D3D. Windows color (decimal): -10218817 or 12522084. OLE color: 12522084.
HSL color Cylindrical-coordinate representation of color #6412BF: hue angle of 268.44º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6412BF is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 18 | 191 | - |
| CMYK | 0.48 | 0.91 | 0 | 0.25 |
| HSL | 268.44º | 0.83% | 0.41% | - |
| HSV(B) | 268.44º | 0.91% | 0.75% | - |
| XYZ | 14.88 | 6.9 | 49.84 | - |
| YUV | 62.24 | 200.67 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 18 | 191 | 0.48 | 0.91 | 0 | 0.25 | 268.44 | 0.83 | 0.41 |
| Hex | 64 | 12 | BF | 30 | 5B | 0 | 19 | 10C | 53 | 29 |
| Octal | 144 | 22 | 277 | 60 | 133 | 0 | 31 | 414 | 123 | 51 |
| Binary | 1100100 | 10010 | 10111111 | 110000 | 1011011 | 0 | 11001 | 100001100 | 1010011 | 101001 |
Color Harmonies of #6412BF
Complementary color
Monochromatic Colors of #6412BF
Black with #6412BF
Text Example
Text Example
White with #6412BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6412BF; }
p { color: rgb(100,18,191); }
H1.HeaderClassName
{
color: #6412BF;
}
.AnyTagClassName
{
color: #6412BF;
}
</style>
background-color css
<style>
a { background-color: #6412BF; }
a { background-color: rgb(100,18,191); }
div.DivClassName
{
background-color: #6412BF;
}
.BgClassName
{
background-color: #6412BF;
}
</style>
border-color css
<style>
span { border-color: #6412BF; }
span { border-color: rgb(100,18,191); }
td.TdClassName
{
border-color: #6412BF;
}
.TagClassName
{
border-color: #6412BF;
}
</style>