Shades of Purple Heart #440FBF
Tints of Purple Heart #440FBF
RGB
CMYK
RGB Variations
Color information
#440FBF (or 0x440FBF) is known color: Purple Heart. HEX triplet: 44, 0F and BF. RGB value is (68,15,191). Sum of RGB (Red+Green+Blue) = 68+15+191=274 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.82% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 191 (75% from 255 or 69.71% from 274); Max value from RGB is 191 - color contains mainly: blue. Hex color #440FBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440FBF is #BBF040. Grayscale: #323232. Windows color (decimal): -12316737 or 12521284. OLE color: 12521284.
HSL color Cylindrical-coordinate representation of color #440FBF: hue angle of 258.07º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #440FBF is Cyan = 0.64, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 15 | 191 | - |
| CMYK | 0.64 | 0.92 | 0 | 0.25 |
| HSL | 258.07º | 0.85% | 0.4% | - |
| HSV(B) | 258.07º | 0.92% | 0.75% | - |
| XYZ | 11.96 | 5.33 | 49.69 | - |
| YUV | 50.91 | 207.06 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 15 | 191 | 0.64 | 0.92 | 0 | 0.25 | 258.07 | 0.85 | 0.4 |
| Hex | 44 | F | BF | 40 | 5C | 0 | 19 | 102 | 55 | 28 |
| Octal | 104 | 17 | 277 | 100 | 134 | 0 | 31 | 402 | 125 | 50 |
| Binary | 1000100 | 1111 | 10111111 | 1000000 | 1011100 | 0 | 11001 | 100000010 | 1010101 | 101000 |
Color Harmonies of #440FBF
Complementary color
Monochromatic Colors of #440FBF
Black with #440FBF
Text Example
Text Example
White with #440FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440FBF; }
p { color: rgb(68,15,191); }
H1.HeaderClassName
{
color: #440FBF;
}
.AnyTagClassName
{
color: #440FBF;
}
</style>
background-color css
<style>
a { background-color: #440FBF; }
a { background-color: rgb(68,15,191); }
div.DivClassName
{
background-color: #440FBF;
}
.BgClassName
{
background-color: #440FBF;
}
</style>
border-color css
<style>
span { border-color: #440FBF; }
span { border-color: rgb(68,15,191); }
td.TdClassName
{
border-color: #440FBF;
}
.TagClassName
{
border-color: #440FBF;
}
</style>