Shades of Purple Heart #440FAE
Tints of Purple Heart #440FAE
RGB
CMYK
RGB Variations
Color information
#440FAE (or 0x440FAE) is known color: Purple Heart. HEX triplet: 44, 0F and AE. RGB value is (68,15,174). Sum of RGB (Red+Green+Blue) = 68+15+174=257 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.46% from 257); Green value is 15 (6.25% from 255 or 5.84% from 257); Blue value is 174 (68.36% from 255 or 67.70% from 257); Max value from RGB is 174 - color contains mainly: blue. Hex color #440FAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440FAE is #BBF051. Grayscale: #303030. Windows color (decimal): -12316754 or 11407172. OLE color: 11407172.
HSL color Cylindrical-coordinate representation of color #440FAE: hue angle of 260º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #440FAE is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 68 | 15 | 174 | - |
| CMYK | 0.61 | 0.91 | 0 | 0.32 |
| HSL | 260º | 0.84% | 0.37% | - |
| HSV(B) | 260º | 0.91% | 0.68% | - |
| XYZ | 10.19 | 4.63 | 40.4 | - |
| YUV | 48.97 | 198.56 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 15 | 174 | 0.61 | 0.91 | 0 | 0.32 | 260 | 0.84 | 0.37 |
| Hex | 44 | F | AE | 3D | 5B | 0 | 20 | 104 | 54 | 25 |
| Octal | 104 | 17 | 256 | 75 | 133 | 0 | 40 | 404 | 124 | 45 |
| Binary | 1000100 | 1111 | 10101110 | 111101 | 1011011 | 0 | 100000 | 100000100 | 1010100 | 100101 |
Color Harmonies of #440FAE
Complementary color
Monochromatic Colors of #440FAE
Black with #440FAE
Text Example
Text Example
White with #440FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440FAE; }
p { color: rgb(68,15,174); }
H1.HeaderClassName
{
color: #440FAE;
}
.AnyTagClassName
{
color: #440FAE;
}
</style>
background-color css
<style>
a { background-color: #440FAE; }
a { background-color: rgb(68,15,174); }
div.DivClassName
{
background-color: #440FAE;
}
.BgClassName
{
background-color: #440FAE;
}
</style>
border-color css
<style>
span { border-color: #440FAE; }
span { border-color: rgb(68,15,174); }
td.TdClassName
{
border-color: #440FAE;
}
.TagClassName
{
border-color: #440FAE;
}
</style>