Shades of Purple Heart #440FBC
Tints of Purple Heart #440FBC
RGB
CMYK
RGB Variations
Color information
#440FBC (or 0x440FBC) is known color: Purple Heart. HEX triplet: 44, 0F and BC. RGB value is (68,15,188). Sum of RGB (Red+Green+Blue) = 68+15+188=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 15 (6.25% from 255 or 5.54% from 271); Blue value is 188 (73.83% from 255 or 69.37% from 271); Max value from RGB is 188 - color contains mainly: blue. Hex color #440FBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440FBC is #BBF043. Grayscale: #313131. Windows color (decimal): -12316740 or 12324676. OLE color: 12324676.
HSL color Cylindrical-coordinate representation of color #440FBC: hue angle of 258.38º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #440FBC is Cyan = 0.64, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 15 | 188 | - |
| CMYK | 0.64 | 0.92 | 0 | 0.26 |
| HSL | 258.38º | 0.85% | 0.4% | - |
| HSV(B) | 258.38º | 0.92% | 0.74% | - |
| XYZ | 11.63 | 5.2 | 47.97 | - |
| YUV | 50.57 | 205.56 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 15 | 188 | 0.64 | 0.92 | 0 | 0.26 | 258.38 | 0.85 | 0.4 |
| Hex | 44 | F | BC | 40 | 5C | 0 | 1A | 102 | 55 | 28 |
| Octal | 104 | 17 | 274 | 100 | 134 | 0 | 32 | 402 | 125 | 50 |
| Binary | 1000100 | 1111 | 10111100 | 1000000 | 1011100 | 0 | 11010 | 100000010 | 1010101 | 101000 |
Color Harmonies of #440FBC
Complementary color
Monochromatic Colors of #440FBC
Black with #440FBC
Text Example
Text Example
White with #440FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440FBC; }
p { color: rgb(68,15,188); }
H1.HeaderClassName
{
color: #440FBC;
}
.AnyTagClassName
{
color: #440FBC;
}
</style>
background-color css
<style>
a { background-color: #440FBC; }
a { background-color: rgb(68,15,188); }
div.DivClassName
{
background-color: #440FBC;
}
.BgClassName
{
background-color: #440FBC;
}
</style>
border-color css
<style>
span { border-color: #440FBC; }
span { border-color: rgb(68,15,188); }
td.TdClassName
{
border-color: #440FBC;
}
.TagClassName
{
border-color: #440FBC;
}
</style>