Shades of Purple Heart #4412AE
Tints of Purple Heart #4412AE
RGB
CMYK
RGB Variations
Color information
#4412AE (or 0x4412AE) is known color: Purple Heart. HEX triplet: 44, 12 and AE. RGB value is (68,18,174). Sum of RGB (Red+Green+Blue) = 68+18+174=260 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.15% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 174 (68.36% from 255 or 66.92% from 260); Max value from RGB is 174 - color contains mainly: blue. Hex color #4412AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4412AE is #BBED51. Grayscale: #323232. Windows color (decimal): -12315986 or 11407940. OLE color: 11407940.
HSL color Cylindrical-coordinate representation of color #4412AE: hue angle of 259.23º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4412AE is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 68 | 18 | 174 | - |
| CMYK | 0.61 | 0.90 | 0 | 0.32 |
| HSL | 259.23º | 0.81% | 0.38% | - |
| HSV(B) | 259.23º | 0.9% | 0.68% | - |
| XYZ | 10.24 | 4.72 | 40.42 | - |
| YUV | 50.73 | 197.57 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 18 | 174 | 0.61 | 0.90 | 0 | 0.32 | 259.23 | 0.81 | 0.38 |
| Hex | 44 | 12 | AE | 3D | 5A | 0 | 20 | 103 | 51 | 26 |
| Octal | 104 | 22 | 256 | 75 | 132 | 0 | 40 | 403 | 121 | 46 |
| Binary | 1000100 | 10010 | 10101110 | 111101 | 1011010 | 0 | 100000 | 100000011 | 1010001 | 100110 |
Color Harmonies of #4412AE
Complementary color
Monochromatic Colors of #4412AE
Black with #4412AE
Text Example
Text Example
White with #4412AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4412AE; }
p { color: rgb(68,18,174); }
H1.HeaderClassName
{
color: #4412AE;
}
.AnyTagClassName
{
color: #4412AE;
}
</style>
background-color css
<style>
a { background-color: #4412AE; }
a { background-color: rgb(68,18,174); }
div.DivClassName
{
background-color: #4412AE;
}
.BgClassName
{
background-color: #4412AE;
}
</style>
border-color css
<style>
span { border-color: #4412AE; }
span { border-color: rgb(68,18,174); }
td.TdClassName
{
border-color: #4412AE;
}
.TagClassName
{
border-color: #4412AE;
}
</style>