Shades of Purple Heart #442AB9
Tints of Purple Heart #442AB9
RGB
CMYK
RGB Variations
Color information
#442AB9 (or 0x442AB9) is known color: Purple Heart. HEX triplet: 44, 2A and B9. RGB value is (68,42,185). Sum of RGB (Red+Green+Blue) = 68+42+185=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 42 (16.80% from 255 or 14.24% from 295); Blue value is 185 (72.66% from 255 or 62.71% from 295); Max value from RGB is 185 - color contains mainly: blue. Hex color #442AB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442AB9 is #BBD546. Grayscale: #414141. Windows color (decimal): -12309831 or 12134980. OLE color: 12134980.
HSL color Cylindrical-coordinate representation of color #442AB9: hue angle of 250.91º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #442AB9 is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 42 | 185 | - |
| CMYK | 0.63 | 0.77 | 0 | 0.27 |
| HSL | 250.91º | 0.63% | 0.45% | - |
| HSV(B) | 250.91º | 0.77% | 0.73% | - |
| XYZ | 11.97 | 6.39 | 46.5 | - |
| YUV | 66.08 | 195.11 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 42 | 185 | 0.63 | 0.77 | 0 | 0.27 | 250.91 | 0.63 | 0.45 |
| Hex | 44 | 2A | B9 | 3F | 4D | 0 | 1B | FB | 3F | 2D |
| Octal | 104 | 52 | 271 | 77 | 115 | 0 | 33 | 373 | 77 | 55 |
| Binary | 1000100 | 101010 | 10111001 | 111111 | 1001101 | 0 | 11011 | 11111011 | 111111 | 101101 |
Color Harmonies of #442AB9
Complementary color
Monochromatic Colors of #442AB9
Black with #442AB9
Text Example
Text Example
White with #442AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442AB9; }
p { color: rgb(68,42,185); }
H1.HeaderClassName
{
color: #442AB9;
}
.AnyTagClassName
{
color: #442AB9;
}
</style>
background-color css
<style>
a { background-color: #442AB9; }
a { background-color: rgb(68,42,185); }
div.DivClassName
{
background-color: #442AB9;
}
.BgClassName
{
background-color: #442AB9;
}
</style>
border-color css
<style>
span { border-color: #442AB9; }
span { border-color: rgb(68,42,185); }
td.TdClassName
{
border-color: #442AB9;
}
.TagClassName
{
border-color: #442AB9;
}
</style>