Shades of Purple Heart #6400BC
Tints of Purple Heart #6400BC
RGB
CMYK
RGB Variations
Color information
#6400BC (or 0x6400BC) is known color: Purple Heart. HEX triplet: 64, 00 and BC. RGB value is (100,0,188). Sum of RGB (Red+Green+Blue) = 100+0+188=288 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.72% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 188 (73.83% from 255 or 65.28% from 288); Max value from RGB is 188 - color contains mainly: blue. Hex color #6400BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6400BC is #9BFF43. Grayscale: #323232. Windows color (decimal): -10223428 or 12320868. OLE color: 12320868.
HSL color Cylindrical-coordinate representation of color #6400BC: hue angle of 271.91º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6400BC is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 0 | 188 | - |
| CMYK | 0.47 | 1 | 0 | 0.26 |
| HSL | 271.91º | 1% | 0.37% | - |
| HSV(B) | 271.91º | 1% | 0.74% | - |
| XYZ | 14.33 | 6.34 | 48.05 | - |
| YUV | 51.33 | 205.13 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 0 | 188 | 0.47 | 1 | 0 | 0.26 | 271.91 | 1 | 0.37 |
| Hex | 64 | 0 | BC | 2F | 64 | 0 | 1A | 110 | 64 | 25 |
| Octal | 144 | 0 | 274 | 57 | 144 | 0 | 32 | 420 | 144 | 45 |
| Binary | 1100100 | 0 | 10111100 | 101111 | 1100100 | 0 | 11010 | 100010000 | 1100100 | 100101 |
Color Harmonies of #6400BC
Complementary color
Monochromatic Colors of #6400BC
Black with #6400BC
Text Example
Text Example
White with #6400BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6400BC; }
p { color: rgb(100,0,188); }
H1.HeaderClassName
{
color: #6400BC;
}
.AnyTagClassName
{
color: #6400BC;
}
</style>
background-color css
<style>
a { background-color: #6400BC; }
a { background-color: rgb(100,0,188); }
div.DivClassName
{
background-color: #6400BC;
}
.BgClassName
{
background-color: #6400BC;
}
</style>
border-color css
<style>
span { border-color: #6400BC; }
span { border-color: rgb(100,0,188); }
td.TdClassName
{
border-color: #6400BC;
}
.TagClassName
{
border-color: #6400BC;
}
</style>