Shades of Purple Heart #442DBD
Tints of Purple Heart #442DBD
RGB
CMYK
RGB Variations
Color information
#442DBD (or 0x442DBD) is known color: Purple Heart. HEX triplet: 44, 2D and BD. RGB value is (68,45,189). Sum of RGB (Red+Green+Blue) = 68+45+189=302 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.52% from 302); Green value is 45 (17.97% from 255 or 14.90% from 302); Blue value is 189 (74.22% from 255 or 62.58% from 302); Max value from RGB is 189 - color contains mainly: blue. Hex color #442DBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442DBD is #BBD242. Grayscale: #434343. Windows color (decimal): -12309059 or 12397892. OLE color: 12397892.
HSL color Cylindrical-coordinate representation of color #442DBD: hue angle of 249.58º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #442DBD is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 45 | 189 | - |
| CMYK | 0.64 | 0.76 | 0 | 0.26 |
| HSL | 249.58º | 0.62% | 0.46% | - |
| HSV(B) | 249.58º | 0.76% | 0.74% | - |
| XYZ | 12.51 | 6.78 | 48.79 | - |
| YUV | 68.29 | 196.12 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 45 | 189 | 0.64 | 0.76 | 0 | 0.26 | 249.58 | 0.62 | 0.46 |
| Hex | 44 | 2D | BD | 40 | 4C | 0 | 1A | FA | 3E | 2E |
| Octal | 104 | 55 | 275 | 100 | 114 | 0 | 32 | 372 | 76 | 56 |
| Binary | 1000100 | 101101 | 10111101 | 1000000 | 1001100 | 0 | 11010 | 11111010 | 111110 | 101110 |
Color Harmonies of #442DBD
Complementary color
Monochromatic Colors of #442DBD
Black with #442DBD
Text Example
Text Example
White with #442DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442DBD; }
p { color: rgb(68,45,189); }
H1.HeaderClassName
{
color: #442DBD;
}
.AnyTagClassName
{
color: #442DBD;
}
</style>
background-color css
<style>
a { background-color: #442DBD; }
a { background-color: rgb(68,45,189); }
div.DivClassName
{
background-color: #442DBD;
}
.BgClassName
{
background-color: #442DBD;
}
</style>
border-color css
<style>
span { border-color: #442DBD; }
span { border-color: rgb(68,45,189); }
td.TdClassName
{
border-color: #442DBD;
}
.TagClassName
{
border-color: #442DBD;
}
</style>