Shades of Purple Heart #6404BC
Tints of Purple Heart #6404BC
RGB
CMYK
RGB Variations
Color information
#6404BC (or 0x6404BC) is known color: Purple Heart. HEX triplet: 64, 04 and BC. RGB value is (100,4,188). Sum of RGB (Red+Green+Blue) = 100+4+188=292 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.25% from 292); Green value is 4 (1.95% from 255 or 1.37% from 292); Blue value is 188 (73.83% from 255 or 64.38% from 292); Max value from RGB is 188 - color contains mainly: blue. Hex color #6404BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6404BC is #9BFB43. Grayscale: #353535. Windows color (decimal): -10222404 or 12321892. OLE color: 12321892.
HSL color Cylindrical-coordinate representation of color #6404BC: hue angle of 271.3º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6404BC is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 4 | 188 | - |
| CMYK | 0.47 | 0.98 | 0 | 0.26 |
| HSL | 271.3º | 0.96% | 0.38% | - |
| HSV(B) | 271.3º | 0.98% | 0.74% | - |
| XYZ | 14.38 | 6.43 | 48.06 | - |
| YUV | 53.68 | 203.8 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 4 | 188 | 0.47 | 0.98 | 0 | 0.26 | 271.3 | 0.96 | 0.38 |
| Hex | 64 | 4 | BC | 2F | 62 | 0 | 1A | 10F | 60 | 26 |
| Octal | 144 | 4 | 274 | 57 | 142 | 0 | 32 | 417 | 140 | 46 |
| Binary | 1100100 | 100 | 10111100 | 101111 | 1100010 | 0 | 11010 | 100001111 | 1100000 | 100110 |
Color Harmonies of #6404BC
Complementary color
Monochromatic Colors of #6404BC
Black with #6404BC
Text Example
Text Example
White with #6404BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6404BC; }
p { color: rgb(100,4,188); }
H1.HeaderClassName
{
color: #6404BC;
}
.AnyTagClassName
{
color: #6404BC;
}
</style>
background-color css
<style>
a { background-color: #6404BC; }
a { background-color: rgb(100,4,188); }
div.DivClassName
{
background-color: #6404BC;
}
.BgClassName
{
background-color: #6404BC;
}
</style>
border-color css
<style>
span { border-color: #6404BC; }
span { border-color: rgb(100,4,188); }
td.TdClassName
{
border-color: #6404BC;
}
.TagClassName
{
border-color: #6404BC;
}
</style>