Shades of Purple Heart #442DBB
Tints of Purple Heart #442DBB
RGB
CMYK
RGB Variations
Color information
#442DBB (or 0x442DBB) is known color: Purple Heart. HEX triplet: 44, 2D and BB. RGB value is (68,45,187). Sum of RGB (Red+Green+Blue) = 68+45+187=300 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.67% from 300); Green value is 45 (17.97% from 255 or 15% from 300); Blue value is 187 (73.44% from 255 or 62.33% from 300); Max value from RGB is 187 - color contains mainly: blue. Hex color #442DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442DBB is #BBD244. Grayscale: #434343. Windows color (decimal): -12309061 or 12266820. OLE color: 12266820.
HSL color Cylindrical-coordinate representation of color #442DBB: hue angle of 249.72º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #442DBB is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 45 | 187 | - |
| CMYK | 0.64 | 0.76 | 0 | 0.27 |
| HSL | 249.72º | 0.61% | 0.45% | - |
| HSV(B) | 249.72º | 0.76% | 0.73% | - |
| XYZ | 12.29 | 6.69 | 47.66 | - |
| YUV | 68.07 | 195.12 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 45 | 187 | 0.64 | 0.76 | 0 | 0.27 | 249.72 | 0.61 | 0.45 |
| Hex | 44 | 2D | BB | 40 | 4C | 0 | 1B | FA | 3D | 2D |
| Octal | 104 | 55 | 273 | 100 | 114 | 0 | 33 | 372 | 75 | 55 |
| Binary | 1000100 | 101101 | 10111011 | 1000000 | 1001100 | 0 | 11011 | 11111010 | 111101 | 101101 |
Color Harmonies of #442DBB
Complementary color
Monochromatic Colors of #442DBB
Black with #442DBB
Text Example
Text Example
White with #442DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442DBB; }
p { color: rgb(68,45,187); }
H1.HeaderClassName
{
color: #442DBB;
}
.AnyTagClassName
{
color: #442DBB;
}
</style>
background-color css
<style>
a { background-color: #442DBB; }
a { background-color: rgb(68,45,187); }
div.DivClassName
{
background-color: #442DBB;
}
.BgClassName
{
background-color: #442DBB;
}
</style>
border-color css
<style>
span { border-color: #442DBB; }
span { border-color: rgb(68,45,187); }
td.TdClassName
{
border-color: #442DBB;
}
.TagClassName
{
border-color: #442DBB;
}
</style>