Shades of Purple Heart #4004BC
Tints of Purple Heart #4004BC
RGB
CMYK
RGB Variations
Color information
#4004BC (or 0x4004BC) is known color: Purple Heart. HEX triplet: 40, 04 and BC. RGB value is (64,4,188). Sum of RGB (Red+Green+Blue) = 64+4+188=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 188 (73.83% from 255 or 73.44% from 256); Max value from RGB is 188 - color contains mainly: blue. Hex color #4004BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4004BC is #BFFB43. Grayscale: #2A2A2A. Windows color (decimal): -12581700 or 12321856. OLE color: 12321856.
HSL color Cylindrical-coordinate representation of color #4004BC: hue angle of 259.57º 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 #4004BC is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 4 | 188 | - |
| CMYK | 0.66 | 0.98 | 0 | 0.26 |
| HSL | 259.57º | 0.96% | 0.38% | - |
| HSV(B) | 259.57º | 0.98% | 0.74% | - |
| XYZ | 11.23 | 4.81 | 47.91 | - |
| YUV | 42.92 | 209.88 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 4 | 188 | 0.66 | 0.98 | 0 | 0.26 | 259.57 | 0.96 | 0.38 |
| Hex | 40 | 4 | BC | 42 | 62 | 0 | 1A | 104 | 60 | 26 |
| Octal | 100 | 4 | 274 | 102 | 142 | 0 | 32 | 404 | 140 | 46 |
| Binary | 1000000 | 100 | 10111100 | 1000010 | 1100010 | 0 | 11010 | 100000100 | 1100000 | 100110 |
Color Harmonies of #4004BC
Complementary color
Monochromatic Colors of #4004BC
Black with #4004BC
Text Example
Text Example
White with #4004BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4004BC; }
p { color: rgb(64,4,188); }
H1.HeaderClassName
{
color: #4004BC;
}
.AnyTagClassName
{
color: #4004BC;
}
</style>
background-color css
<style>
a { background-color: #4004BC; }
a { background-color: rgb(64,4,188); }
div.DivClassName
{
background-color: #4004BC;
}
.BgClassName
{
background-color: #4004BC;
}
</style>
border-color css
<style>
span { border-color: #4004BC; }
span { border-color: rgb(64,4,188); }
td.TdClassName
{
border-color: #4004BC;
}
.TagClassName
{
border-color: #4004BC;
}
</style>