Shades of Purple Heart #442EBB
Tints of Purple Heart #442EBB
RGB
CMYK
RGB Variations
Color information
#442EBB (or 0x442EBB) is known color: Purple Heart. HEX triplet: 44, 2E and BB. RGB value is (68,46,187). Sum of RGB (Red+Green+Blue) = 68+46+187=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 46 (18.36% from 255 or 15.28% from 301); Blue value is 187 (73.44% from 255 or 62.13% from 301); Max value from RGB is 187 - color contains mainly: blue. Hex color #442EBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442EBB is #BBD144. Grayscale: #444444. Windows color (decimal): -12308805 or 12267076. OLE color: 12267076.
HSL color Cylindrical-coordinate representation of color #442EBB: hue angle of 249.36º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #442EBB is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 46 | 187 | - |
| CMYK | 0.64 | 0.75 | 0 | 0.27 |
| HSL | 249.36º | 0.61% | 0.46% | - |
| HSV(B) | 249.36º | 0.75% | 0.73% | - |
| XYZ | 12.33 | 6.77 | 47.67 | - |
| YUV | 68.65 | 194.79 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 46 | 187 | 0.64 | 0.75 | 0 | 0.27 | 249.36 | 0.61 | 0.46 |
| Hex | 44 | 2E | BB | 40 | 4B | 0 | 1B | F9 | 3D | 2E |
| Octal | 104 | 56 | 273 | 100 | 113 | 0 | 33 | 371 | 75 | 56 |
| Binary | 1000100 | 101110 | 10111011 | 1000000 | 1001011 | 0 | 11011 | 11111001 | 111101 | 101110 |
Color Harmonies of #442EBB
Complementary color
Monochromatic Colors of #442EBB
Black with #442EBB
Text Example
Text Example
White with #442EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442EBB; }
p { color: rgb(68,46,187); }
H1.HeaderClassName
{
color: #442EBB;
}
.AnyTagClassName
{
color: #442EBB;
}
</style>
background-color css
<style>
a { background-color: #442EBB; }
a { background-color: rgb(68,46,187); }
div.DivClassName
{
background-color: #442EBB;
}
.BgClassName
{
background-color: #442EBB;
}
</style>
border-color css
<style>
span { border-color: #442EBB; }
span { border-color: rgb(68,46,187); }
td.TdClassName
{
border-color: #442EBB;
}
.TagClassName
{
border-color: #442EBB;
}
</style>