Shades of Purple Heart #440FBD
Tints of Purple Heart #440FBD
RGB
CMYK
RGB Variations
Color information
#440FBD (or 0x440FBD) is known color: Purple Heart. HEX triplet: 44, 0F and BD. RGB value is (68,15,189). Sum of RGB (Red+Green+Blue) = 68+15+189=272 (36% of max value = 765). Red value is 68 (26.95% from 255 or 25% from 272); Green value is 15 (6.25% from 255 or 5.51% from 272); Blue value is 189 (74.22% from 255 or 69.49% from 272); Max value from RGB is 189 - color contains mainly: blue. Hex color #440FBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440FBD is #BBF042. Grayscale: #323232. Windows color (decimal): -12316739 or 12390212. OLE color: 12390212.
HSL color Cylindrical-coordinate representation of color #440FBD: hue angle of 258.28º 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 #440FBD is Cyan = 0.64, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 15 | 189 | - |
| CMYK | 0.64 | 0.92 | 0 | 0.26 |
| HSL | 258.28º | 0.85% | 0.4% | - |
| HSV(B) | 258.28º | 0.92% | 0.74% | - |
| XYZ | 11.74 | 5.24 | 48.54 | - |
| YUV | 50.68 | 206.06 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 15 | 189 | 0.64 | 0.92 | 0 | 0.26 | 258.28 | 0.85 | 0.4 |
| Hex | 44 | F | BD | 40 | 5C | 0 | 1A | 102 | 55 | 28 |
| Octal | 104 | 17 | 275 | 100 | 134 | 0 | 32 | 402 | 125 | 50 |
| Binary | 1000100 | 1111 | 10111101 | 1000000 | 1011100 | 0 | 11010 | 100000010 | 1010101 | 101000 |
Color Harmonies of #440FBD
Complementary color
Monochromatic Colors of #440FBD
Black with #440FBD
Text Example
Text Example
White with #440FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440FBD; }
p { color: rgb(68,15,189); }
H1.HeaderClassName
{
color: #440FBD;
}
.AnyTagClassName
{
color: #440FBD;
}
</style>
background-color css
<style>
a { background-color: #440FBD; }
a { background-color: rgb(68,15,189); }
div.DivClassName
{
background-color: #440FBD;
}
.BgClassName
{
background-color: #440FBD;
}
</style>
border-color css
<style>
span { border-color: #440FBD; }
span { border-color: rgb(68,15,189); }
td.TdClassName
{
border-color: #440FBD;
}
.TagClassName
{
border-color: #440FBD;
}
</style>