Shades of Purple Heart #4412AA
Tints of Purple Heart #4412AA
RGB
CMYK
RGB Variations
Color information
#4412AA (or 0x4412AA) is known color: Purple Heart. HEX triplet: 44, 12 and AA. RGB value is (68,18,170). Sum of RGB (Red+Green+Blue) = 68+18+170=256 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.56% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 170 (66.80% from 255 or 66.41% from 256); Max value from RGB is 170 - color contains mainly: blue. Hex color #4412AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4412AA is #BBED55. Grayscale: #313131. Windows color (decimal): -12315990 or 11145796. OLE color: 11145796.
HSL color Cylindrical-coordinate representation of color #4412AA: hue angle of 259.74º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4412AA is Cyan = 0.6, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 18 | 170 | - |
| CMYK | 0.6 | 0.89 | 0 | 0.33 |
| HSL | 259.74º | 0.81% | 0.37% | - |
| HSV(B) | 259.74º | 0.89% | 0.67% | - |
| XYZ | 9.86 | 4.56 | 38.39 | - |
| YUV | 50.28 | 195.57 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 18 | 170 | 0.6 | 0.89 | 0 | 0.33 | 259.74 | 0.81 | 0.37 |
| Hex | 44 | 12 | AA | 3C | 59 | 0 | 21 | 104 | 51 | 25 |
| Octal | 104 | 22 | 252 | 74 | 131 | 0 | 41 | 404 | 121 | 45 |
| Binary | 1000100 | 10010 | 10101010 | 111100 | 1011001 | 0 | 100001 | 100000100 | 1010001 | 100101 |
Color Harmonies of #4412AA
Complementary color
Monochromatic Colors of #4412AA
Black with #4412AA
Text Example
Text Example
White with #4412AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4412AA; }
p { color: rgb(68,18,170); }
H1.HeaderClassName
{
color: #4412AA;
}
.AnyTagClassName
{
color: #4412AA;
}
</style>
background-color css
<style>
a { background-color: #4412AA; }
a { background-color: rgb(68,18,170); }
div.DivClassName
{
background-color: #4412AA;
}
.BgClassName
{
background-color: #4412AA;
}
</style>
border-color css
<style>
span { border-color: #4412AA; }
span { border-color: rgb(68,18,170); }
td.TdClassName
{
border-color: #4412AA;
}
.TagClassName
{
border-color: #4412AA;
}
</style>