Shades of Purple Heart #440EB5
Tints of Purple Heart #440EB5
RGB
CMYK
RGB Variations
Color information
#440EB5 (or 0x440EB5) is known color: Purple Heart. HEX triplet: 44, 0E and B5. RGB value is (68,14,181). Sum of RGB (Red+Green+Blue) = 68+14+181=263 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.86% from 263); Green value is 14 (5.86% from 255 or 5.32% from 263); Blue value is 181 (71.09% from 255 or 68.82% from 263); Max value from RGB is 181 - color contains mainly: blue. Hex color #440EB5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440EB5 is #BBF14A. Grayscale: #303030. Windows color (decimal): -12317003 or 11865668. OLE color: 11865668.
HSL color Cylindrical-coordinate representation of color #440EB5: hue angle of 259.4º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #440EB5 is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 68 | 14 | 181 | - |
| CMYK | 0.62 | 0.92 | 0 | 0.29 |
| HSL | 259.4º | 0.86% | 0.38% | - |
| HSV(B) | 259.4º | 0.92% | 0.71% | - |
| XYZ | 10.88 | 4.88 | 44.08 | - |
| YUV | 49.18 | 202.39 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 14 | 181 | 0.62 | 0.92 | 0 | 0.29 | 259.4 | 0.86 | 0.38 |
| Hex | 44 | E | B5 | 3E | 5C | 0 | 1D | 103 | 56 | 26 |
| Octal | 104 | 16 | 265 | 76 | 134 | 0 | 35 | 403 | 126 | 46 |
| Binary | 1000100 | 1110 | 10110101 | 111110 | 1011100 | 0 | 11101 | 100000011 | 1010110 | 100110 |
Color Harmonies of #440EB5
Complementary color
Monochromatic Colors of #440EB5
Black with #440EB5
Text Example
Text Example
White with #440EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440EB5; }
p { color: rgb(68,14,181); }
H1.HeaderClassName
{
color: #440EB5;
}
.AnyTagClassName
{
color: #440EB5;
}
</style>
background-color css
<style>
a { background-color: #440EB5; }
a { background-color: rgb(68,14,181); }
div.DivClassName
{
background-color: #440EB5;
}
.BgClassName
{
background-color: #440EB5;
}
</style>
border-color css
<style>
span { border-color: #440EB5; }
span { border-color: rgb(68,14,181); }
td.TdClassName
{
border-color: #440EB5;
}
.TagClassName
{
border-color: #440EB5;
}
</style>