Shades of Purple Heart #4411AC
Tints of Purple Heart #4411AC
RGB
CMYK
RGB Variations
Color information
#4411AC (or 0x4411AC) is known color: Purple Heart. HEX triplet: 44, 11 and AC. RGB value is (68,17,172). Sum of RGB (Red+Green+Blue) = 68+17+172=257 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.46% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 172 (67.58% from 255 or 66.93% from 257); Max value from RGB is 172 - color contains mainly: blue. Hex color #4411AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4411AC is #BBEE53. Grayscale: #313131. Windows color (decimal): -12316244 or 11276612. OLE color: 11276612.
HSL color Cylindrical-coordinate representation of color #4411AC: hue angle of 259.74º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4411AC is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 17 | 172 | - |
| CMYK | 0.60 | 0.90 | 0 | 0.33 |
| HSL | 259.74º | 0.82% | 0.37% | - |
| HSV(B) | 259.74º | 0.9% | 0.67% | - |
| XYZ | 10.03 | 4.61 | 39.39 | - |
| YUV | 49.92 | 196.9 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 17 | 172 | 0.60 | 0.90 | 0 | 0.33 | 259.74 | 0.82 | 0.37 |
| Hex | 44 | 11 | AC | 3C | 5A | 0 | 21 | 104 | 52 | 25 |
| Octal | 104 | 21 | 254 | 74 | 132 | 0 | 41 | 404 | 122 | 45 |
| Binary | 1000100 | 10001 | 10101100 | 111100 | 1011010 | 0 | 100001 | 100000100 | 1010010 | 100101 |
Color Harmonies of #4411AC
Complementary color
Monochromatic Colors of #4411AC
Black with #4411AC
Text Example
Text Example
White with #4411AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4411AC; }
p { color: rgb(68,17,172); }
H1.HeaderClassName
{
color: #4411AC;
}
.AnyTagClassName
{
color: #4411AC;
}
</style>
background-color css
<style>
a { background-color: #4411AC; }
a { background-color: rgb(68,17,172); }
div.DivClassName
{
background-color: #4411AC;
}
.BgClassName
{
background-color: #4411AC;
}
</style>
border-color css
<style>
span { border-color: #4411AC; }
span { border-color: rgb(68,17,172); }
td.TdClassName
{
border-color: #4411AC;
}
.TagClassName
{
border-color: #4411AC;
}
</style>