Shades of Purple Heart #442AB5
Tints of Purple Heart #442AB5
RGB
CMYK
RGB Variations
Color information
#442AB5 (or 0x442AB5) is known color: Purple Heart. HEX triplet: 44, 2A and B5. RGB value is (68,42,181). Sum of RGB (Red+Green+Blue) = 68+42+181=291 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.37% from 291); Green value is 42 (16.80% from 255 or 14.43% from 291); Blue value is 181 (71.09% from 255 or 62.20% from 291); Max value from RGB is 181 - color contains mainly: blue. Hex color #442AB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442AB5 is #BBD54A. Grayscale: #414141. Windows color (decimal): -12309835 or 11872836. OLE color: 11872836.
HSL color Cylindrical-coordinate representation of color #442AB5: hue angle of 251.22º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #442AB5 is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 68 | 42 | 181 | - |
| CMYK | 0.62 | 0.77 | 0 | 0.29 |
| HSL | 251.22º | 0.62% | 0.44% | - |
| HSV(B) | 251.22º | 0.77% | 0.71% | - |
| XYZ | 11.55 | 6.22 | 44.31 | - |
| YUV | 65.62 | 193.11 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 42 | 181 | 0.62 | 0.77 | 0 | 0.29 | 251.22 | 0.62 | 0.44 |
| Hex | 44 | 2A | B5 | 3E | 4D | 0 | 1D | FB | 3E | 2C |
| Octal | 104 | 52 | 265 | 76 | 115 | 0 | 35 | 373 | 76 | 54 |
| Binary | 1000100 | 101010 | 10110101 | 111110 | 1001101 | 0 | 11101 | 11111011 | 111110 | 101100 |
Color Harmonies of #442AB5
Complementary color
Monochromatic Colors of #442AB5
Black with #442AB5
Text Example
Text Example
White with #442AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442AB5; }
p { color: rgb(68,42,181); }
H1.HeaderClassName
{
color: #442AB5;
}
.AnyTagClassName
{
color: #442AB5;
}
</style>
background-color css
<style>
a { background-color: #442AB5; }
a { background-color: rgb(68,42,181); }
div.DivClassName
{
background-color: #442AB5;
}
.BgClassName
{
background-color: #442AB5;
}
</style>
border-color css
<style>
span { border-color: #442AB5; }
span { border-color: rgb(68,42,181); }
td.TdClassName
{
border-color: #442AB5;
}
.TagClassName
{
border-color: #442AB5;
}
</style>