Shades of Purple Heart #442EBA
Tints of Purple Heart #442EBA
RGB
CMYK
RGB Variations
Color information
#442EBA (or 0x442EBA) is known color: Purple Heart. HEX triplet: 44, 2E and BA. RGB value is (68,46,186). Sum of RGB (Red+Green+Blue) = 68+46+186=300 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.67% from 300); Green value is 46 (18.36% from 255 or 15.33% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #442EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442EBA is #BBD145. Grayscale: #444444. Windows color (decimal): -12308806 or 12201540. OLE color: 12201540.
HSL color Cylindrical-coordinate representation of color #442EBA: hue angle of 249.43º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #442EBA is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 46 | 186 | - |
| CMYK | 0.63 | 0.75 | 0 | 0.27 |
| HSL | 249.43º | 0.6% | 0.45% | - |
| HSV(B) | 249.43º | 0.75% | 0.73% | - |
| XYZ | 12.22 | 6.73 | 47.11 | - |
| YUV | 68.54 | 194.29 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 46 | 186 | 0.63 | 0.75 | 0 | 0.27 | 249.43 | 0.6 | 0.45 |
| Hex | 44 | 2E | BA | 3F | 4B | 0 | 1B | F9 | 3C | 2D |
| Octal | 104 | 56 | 272 | 77 | 113 | 0 | 33 | 371 | 74 | 55 |
| Binary | 1000100 | 101110 | 10111010 | 111111 | 1001011 | 0 | 11011 | 11111001 | 111100 | 101101 |
Color Harmonies of #442EBA
Complementary color
Monochromatic Colors of #442EBA
Black with #442EBA
Text Example
Text Example
White with #442EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442EBA; }
p { color: rgb(68,46,186); }
H1.HeaderClassName
{
color: #442EBA;
}
.AnyTagClassName
{
color: #442EBA;
}
</style>
background-color css
<style>
a { background-color: #442EBA; }
a { background-color: rgb(68,46,186); }
div.DivClassName
{
background-color: #442EBA;
}
.BgClassName
{
background-color: #442EBA;
}
</style>
border-color css
<style>
span { border-color: #442EBA; }
span { border-color: rgb(68,46,186); }
td.TdClassName
{
border-color: #442EBA;
}
.TagClassName
{
border-color: #442EBA;
}
</style>