Shades of Purple Heart #440DBD
Tints of Purple Heart #440DBD
RGB
CMYK
RGB Variations
Color information
#440DBD (or 0x440DBD) is known color: Purple Heart. HEX triplet: 44, 0D and BD. RGB value is (68,13,189). Sum of RGB (Red+Green+Blue) = 68+13+189=270 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.19% from 270); Green value is 13 (5.47% from 255 or 4.81% from 270); Blue value is 189 (74.22% from 255 or 70% from 270); Max value from RGB is 189 - color contains mainly: blue. Hex color #440DBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440DBD is #BBF242. Grayscale: #303030. Windows color (decimal): -12317251 or 12389700. OLE color: 12389700.
HSL color Cylindrical-coordinate representation of color #440DBD: hue angle of 258.75º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440DBD is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 13 | 189 | - |
| CMYK | 0.64 | 0.93 | 0 | 0.26 |
| HSL | 258.75º | 0.87% | 0.4% | - |
| HSV(B) | 258.75º | 0.93% | 0.74% | - |
| XYZ | 11.71 | 5.19 | 48.53 | - |
| YUV | 49.51 | 206.72 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 13 | 189 | 0.64 | 0.93 | 0 | 0.26 | 258.75 | 0.87 | 0.4 |
| Hex | 44 | D | BD | 40 | 5D | 0 | 1A | 103 | 57 | 28 |
| Octal | 104 | 15 | 275 | 100 | 135 | 0 | 32 | 403 | 127 | 50 |
| Binary | 1000100 | 1101 | 10111101 | 1000000 | 1011101 | 0 | 11010 | 100000011 | 1010111 | 101000 |
Color Harmonies of #440DBD
Complementary color
Monochromatic Colors of #440DBD
Black with #440DBD
Text Example
Text Example
White with #440DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440DBD; }
p { color: rgb(68,13,189); }
H1.HeaderClassName
{
color: #440DBD;
}
.AnyTagClassName
{
color: #440DBD;
}
</style>
background-color css
<style>
a { background-color: #440DBD; }
a { background-color: rgb(68,13,189); }
div.DivClassName
{
background-color: #440DBD;
}
.BgClassName
{
background-color: #440DBD;
}
</style>
border-color css
<style>
span { border-color: #440DBD; }
span { border-color: rgb(68,13,189); }
td.TdClassName
{
border-color: #440DBD;
}
.TagClassName
{
border-color: #440DBD;
}
</style>