Shades of Purple Heart #440AB7
Tints of Purple Heart #440AB7
RGB
CMYK
RGB Variations
Color information
#440AB7 (or 0x440AB7) is known color: Purple Heart. HEX triplet: 44, 0A and B7. RGB value is (68,10,183). Sum of RGB (Red+Green+Blue) = 68+10+183=261 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.05% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 183 (71.88% from 255 or 70.11% from 261); Max value from RGB is 183 - color contains mainly: blue. Hex color #440AB7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440AB7 is #BBF548. Grayscale: #2E2E2E. Windows color (decimal): -12318025 or 11995716. OLE color: 11995716.
HSL color Cylindrical-coordinate representation of color #440AB7: hue angle of 260.12º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440AB7 is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 68 | 10 | 183 | - |
| CMYK | 0.63 | 0.95 | 0 | 0.28 |
| HSL | 260.12º | 0.9% | 0.38% | - |
| HSV(B) | 260.12º | 0.95% | 0.72% | - |
| XYZ | 11.04 | 4.86 | 45.16 | - |
| YUV | 47.06 | 204.72 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 10 | 183 | 0.63 | 0.95 | 0 | 0.28 | 260.12 | 0.9 | 0.38 |
| Hex | 44 | A | B7 | 3F | 5F | 0 | 1C | 104 | 5A | 26 |
| Octal | 104 | 12 | 267 | 77 | 137 | 0 | 34 | 404 | 132 | 46 |
| Binary | 1000100 | 1010 | 10110111 | 111111 | 1011111 | 0 | 11100 | 100000100 | 1011010 | 100110 |
Color Harmonies of #440AB7
Complementary color
Monochromatic Colors of #440AB7
Black with #440AB7
Text Example
Text Example
White with #440AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440AB7; }
p { color: rgb(68,10,183); }
H1.HeaderClassName
{
color: #440AB7;
}
.AnyTagClassName
{
color: #440AB7;
}
</style>
background-color css
<style>
a { background-color: #440AB7; }
a { background-color: rgb(68,10,183); }
div.DivClassName
{
background-color: #440AB7;
}
.BgClassName
{
background-color: #440AB7;
}
</style>
border-color css
<style>
span { border-color: #440AB7; }
span { border-color: rgb(68,10,183); }
td.TdClassName
{
border-color: #440AB7;
}
.TagClassName
{
border-color: #440AB7;
}
</style>