Shades of Purple Heart #6400BF
Tints of Purple Heart #6400BF
RGB
CMYK
RGB Variations
Color information
#6400BF (or 0x6400BF) is known color: Purple Heart. HEX triplet: 64, 00 and BF. RGB value is (100,0,191). Sum of RGB (Red+Green+Blue) = 100+0+191=291 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.36% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 191 (75% from 255 or 65.64% from 291); Max value from RGB is 191 - color contains mainly: blue. Hex color #6400BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6400BF is #9BFF40. Grayscale: #333333. Windows color (decimal): -10223425 or 12517476. OLE color: 12517476.
HSL color Cylindrical-coordinate representation of color #6400BF: hue angle of 271.41º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6400BF is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 0 | 191 | - |
| CMYK | 0.48 | 1 | 0 | 0.25 |
| HSL | 271.41º | 1% | 0.37% | - |
| HSV(B) | 271.41º | 1% | 0.75% | - |
| XYZ | 14.66 | 6.47 | 49.77 | - |
| YUV | 51.67 | 206.63 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 0 | 191 | 0.48 | 1 | 0 | 0.25 | 271.41 | 1 | 0.37 |
| Hex | 64 | 0 | BF | 30 | 64 | 0 | 19 | 10F | 64 | 25 |
| Octal | 144 | 0 | 277 | 60 | 144 | 0 | 31 | 417 | 144 | 45 |
| Binary | 1100100 | 0 | 10111111 | 110000 | 1100100 | 0 | 11001 | 100001111 | 1100100 | 100101 |
Color Harmonies of #6400BF
Complementary color
Monochromatic Colors of #6400BF
Black with #6400BF
Text Example
Text Example
White with #6400BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6400BF; }
p { color: rgb(100,0,191); }
H1.HeaderClassName
{
color: #6400BF;
}
.AnyTagClassName
{
color: #6400BF;
}
</style>
background-color css
<style>
a { background-color: #6400BF; }
a { background-color: rgb(100,0,191); }
div.DivClassName
{
background-color: #6400BF;
}
.BgClassName
{
background-color: #6400BF;
}
</style>
border-color css
<style>
span { border-color: #6400BF; }
span { border-color: rgb(100,0,191); }
td.TdClassName
{
border-color: #6400BF;
}
.TagClassName
{
border-color: #6400BF;
}
</style>