Shades of Purple Heart #440DBE
Tints of Purple Heart #440DBE
RGB
CMYK
RGB Variations
Color information
#440DBE (or 0x440DBE) is known color: Purple Heart. HEX triplet: 44, 0D and BE. RGB value is (68,13,190). Sum of RGB (Red+Green+Blue) = 68+13+190=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 13 (5.47% from 255 or 4.80% from 271); Blue value is 190 (74.61% from 255 or 70.11% from 271); Max value from RGB is 190 - color contains mainly: blue. Hex color #440DBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440DBE is #BBF241. Grayscale: #303030. Windows color (decimal): -12317250 or 12455236. OLE color: 12455236.
HSL color Cylindrical-coordinate representation of color #440DBE: hue angle of 258.64º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440DBE is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 13 | 190 | - |
| CMYK | 0.64 | 0.93 | 0 | 0.25 |
| HSL | 258.64º | 0.87% | 0.4% | - |
| HSV(B) | 258.64º | 0.93% | 0.75% | - |
| XYZ | 11.82 | 5.23 | 49.1 | - |
| YUV | 49.62 | 207.22 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 13 | 190 | 0.64 | 0.93 | 0 | 0.25 | 258.64 | 0.87 | 0.4 |
| Hex | 44 | D | BE | 40 | 5D | 0 | 19 | 103 | 57 | 28 |
| Octal | 104 | 15 | 276 | 100 | 135 | 0 | 31 | 403 | 127 | 50 |
| Binary | 1000100 | 1101 | 10111110 | 1000000 | 1011101 | 0 | 11001 | 100000011 | 1010111 | 101000 |
Color Harmonies of #440DBE
Complementary color
Monochromatic Colors of #440DBE
Black with #440DBE
Text Example
Text Example
White with #440DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440DBE; }
p { color: rgb(68,13,190); }
H1.HeaderClassName
{
color: #440DBE;
}
.AnyTagClassName
{
color: #440DBE;
}
</style>
background-color css
<style>
a { background-color: #440DBE; }
a { background-color: rgb(68,13,190); }
div.DivClassName
{
background-color: #440DBE;
}
.BgClassName
{
background-color: #440DBE;
}
</style>
border-color css
<style>
span { border-color: #440DBE; }
span { border-color: rgb(68,13,190); }
td.TdClassName
{
border-color: #440DBE;
}
.TagClassName
{
border-color: #440DBE;
}
</style>