Shades of Purple Heart #442EC8
Tints of Purple Heart #442EC8
RGB
CMYK
RGB Variations
Color information
#442EC8 (or 0x442EC8) is known color: Purple Heart. HEX triplet: 44, 2E and C8. RGB value is (68,46,200). Sum of RGB (Red+Green+Blue) = 68+46+200=314 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.66% from 314); Green value is 46 (18.36% from 255 or 14.65% from 314); Blue value is 200 (78.52% from 255 or 63.69% from 314); Max value from RGB is 200 - color contains mainly: blue. Hex color #442EC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442EC8 is #BBD137. Grayscale: #454545. Windows color (decimal): -12308792 or 13119044. OLE color: 13119044.
HSL color Cylindrical-coordinate representation of color #442EC8: hue angle of 248.57º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #442EC8 is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 68 | 46 | 200 | - |
| CMYK | 0.66 | 0.77 | 0 | 0.22 |
| HSL | 248.57º | 0.63% | 0.48% | - |
| HSV(B) | 248.57º | 0.77% | 0.78% | - |
| XYZ | 13.79 | 7.35 | 55.34 | - |
| YUV | 70.13 | 201.29 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 46 | 200 | 0.66 | 0.77 | 0 | 0.22 | 248.57 | 0.63 | 0.48 |
| Hex | 44 | 2E | C8 | 42 | 4D | 0 | 16 | F9 | 3F | 30 |
| Octal | 104 | 56 | 310 | 102 | 115 | 0 | 26 | 371 | 77 | 60 |
| Binary | 1000100 | 101110 | 11001000 | 1000010 | 1001101 | 0 | 10110 | 11111001 | 111111 | 110000 |
Color Harmonies of #442EC8
Complementary color
Monochromatic Colors of #442EC8
Black with #442EC8
Text Example
Text Example
White with #442EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442EC8; }
p { color: rgb(68,46,200); }
H1.HeaderClassName
{
color: #442EC8;
}
.AnyTagClassName
{
color: #442EC8;
}
</style>
background-color css
<style>
a { background-color: #442EC8; }
a { background-color: rgb(68,46,200); }
div.DivClassName
{
background-color: #442EC8;
}
.BgClassName
{
background-color: #442EC8;
}
</style>
border-color css
<style>
span { border-color: #442EC8; }
span { border-color: rgb(68,46,200); }
td.TdClassName
{
border-color: #442EC8;
}
.TagClassName
{
border-color: #442EC8;
}
</style>