Shades of Purple Heart #440EAF
Tints of Purple Heart #440EAF
RGB
CMYK
RGB Variations
Color information
#440EAF (or 0x440EAF) is known color: Purple Heart. HEX triplet: 44, 0E and AF. RGB value is (68,14,175). Sum of RGB (Red+Green+Blue) = 68+14+175=257 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.46% from 257); Green value is 14 (5.86% from 255 or 5.45% from 257); Blue value is 175 (68.75% from 255 or 68.09% from 257); Max value from RGB is 175 - color contains mainly: blue. Hex color #440EAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440EAF is #BBF150. Grayscale: #2F2F2F. Windows color (decimal): -12317009 or 11472452. OLE color: 11472452.
HSL color Cylindrical-coordinate representation of color #440EAF: hue angle of 260.12º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #440EAF is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 14 | 175 | - |
| CMYK | 0.61 | 0.92 | 0 | 0.31 |
| HSL | 260.12º | 0.85% | 0.37% | - |
| HSV(B) | 260.12º | 0.92% | 0.69% | - |
| XYZ | 10.28 | 4.64 | 40.91 | - |
| YUV | 48.5 | 199.39 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 14 | 175 | 0.61 | 0.92 | 0 | 0.31 | 260.12 | 0.85 | 0.37 |
| Hex | 44 | E | AF | 3D | 5C | 0 | 1F | 104 | 55 | 25 |
| Octal | 104 | 16 | 257 | 75 | 134 | 0 | 37 | 404 | 125 | 45 |
| Binary | 1000100 | 1110 | 10101111 | 111101 | 1011100 | 0 | 11111 | 100000100 | 1010101 | 100101 |
Color Harmonies of #440EAF
Complementary color
Monochromatic Colors of #440EAF
Black with #440EAF
Text Example
Text Example
White with #440EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440EAF; }
p { color: rgb(68,14,175); }
H1.HeaderClassName
{
color: #440EAF;
}
.AnyTagClassName
{
color: #440EAF;
}
</style>
background-color css
<style>
a { background-color: #440EAF; }
a { background-color: rgb(68,14,175); }
div.DivClassName
{
background-color: #440EAF;
}
.BgClassName
{
background-color: #440EAF;
}
</style>
border-color css
<style>
span { border-color: #440EAF; }
span { border-color: rgb(68,14,175); }
td.TdClassName
{
border-color: #440EAF;
}
.TagClassName
{
border-color: #440EAF;
}
</style>