Shades of Purple Heart #4400BC
Tints of Purple Heart #4400BC
RGB
CMYK
RGB Variations
Color information
#4400BC (or 0x4400BC) is known color: Purple Heart. HEX triplet: 44, 00 and BC. RGB value is (68,0,188). Sum of RGB (Red+Green+Blue) = 68+0+188=256 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.56% from 256); Green value is 0 (0.39% from 255 or 0% 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 #4400BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4400BC is #BBFF43. Grayscale: #292929. Windows color (decimal): -12320580 or 12320836. OLE color: 12320836.
HSL color Cylindrical-coordinate representation of color #4400BC: hue angle of 261.7º 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 #4400BC is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 0 | 188 | - |
| CMYK | 0.64 | 1 | 0 | 0.26 |
| HSL | 261.7º | 1% | 0.37% | - |
| HSV(B) | 261.7º | 1% | 0.74% | - |
| XYZ | 11.46 | 4.86 | 47.91 | - |
| YUV | 41.76 | 210.53 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 0 | 188 | 0.64 | 1 | 0 | 0.26 | 261.7 | 1 | 0.37 |
| Hex | 44 | 0 | BC | 40 | 64 | 0 | 1A | 106 | 64 | 25 |
| Octal | 104 | 0 | 274 | 100 | 144 | 0 | 32 | 406 | 144 | 45 |
| Binary | 1000100 | 0 | 10111100 | 1000000 | 1100100 | 0 | 11010 | 100000110 | 1100100 | 100101 |
Color Harmonies of #4400BC
Complementary color
Monochromatic Colors of #4400BC
Black with #4400BC
Text Example
Text Example
White with #4400BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4400BC; }
p { color: rgb(68,0,188); }
H1.HeaderClassName
{
color: #4400BC;
}
.AnyTagClassName
{
color: #4400BC;
}
</style>
background-color css
<style>
a { background-color: #4400BC; }
a { background-color: rgb(68,0,188); }
div.DivClassName
{
background-color: #4400BC;
}
.BgClassName
{
background-color: #4400BC;
}
</style>
border-color css
<style>
span { border-color: #4400BC; }
span { border-color: rgb(68,0,188); }
td.TdClassName
{
border-color: #4400BC;
}
.TagClassName
{
border-color: #4400BC;
}
</style>