Shades of Purple Heart #440AC4
Tints of Purple Heart #440AC4
RGB
CMYK
RGB Variations
Color information
#440AC4 (or 0x440AC4) is known color: Purple Heart. HEX triplet: 44, 0A and C4. RGB value is (68,10,196). Sum of RGB (Red+Green+Blue) = 68+10+196=274 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.82% from 274); Green value is 10 (4.30% from 255 or 3.65% from 274); Blue value is 196 (76.95% from 255 or 71.53% from 274); Max value from RGB is 196 - color contains mainly: blue. Hex color #440AC4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440AC4 is #BBF53B. Grayscale: #2F2F2F. Windows color (decimal): -12318012 or 12847684. OLE color: 12847684.
HSL color Cylindrical-coordinate representation of color #440AC4: hue angle of 258.71º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440AC4 is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 68 | 10 | 196 | - |
| CMYK | 0.65 | 0.95 | 0 | 0.23 |
| HSL | 258.71º | 0.9% | 0.4% | - |
| HSV(B) | 258.71º | 0.95% | 0.77% | - |
| XYZ | 12.46 | 5.43 | 52.62 | - |
| YUV | 48.55 | 211.22 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 10 | 196 | 0.65 | 0.95 | 0 | 0.23 | 258.71 | 0.9 | 0.4 |
| Hex | 44 | A | C4 | 41 | 5F | 0 | 17 | 103 | 5A | 28 |
| Octal | 104 | 12 | 304 | 101 | 137 | 0 | 27 | 403 | 132 | 50 |
| Binary | 1000100 | 1010 | 11000100 | 1000001 | 1011111 | 0 | 10111 | 100000011 | 1011010 | 101000 |
Color Harmonies of #440AC4
Complementary color
Monochromatic Colors of #440AC4
Black with #440AC4
Text Example
Text Example
White with #440AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440AC4; }
p { color: rgb(68,10,196); }
H1.HeaderClassName
{
color: #440AC4;
}
.AnyTagClassName
{
color: #440AC4;
}
</style>
background-color css
<style>
a { background-color: #440AC4; }
a { background-color: rgb(68,10,196); }
div.DivClassName
{
background-color: #440AC4;
}
.BgClassName
{
background-color: #440AC4;
}
</style>
border-color css
<style>
span { border-color: #440AC4; }
span { border-color: rgb(68,10,196); }
td.TdClassName
{
border-color: #440AC4;
}
.TagClassName
{
border-color: #440AC4;
}
</style>