Shades of Purple Heart #441AAA
Tints of Purple Heart #441AAA
RGB
CMYK
RGB Variations
Color information
#441AAA (or 0x441AAA) is known color: Purple Heart. HEX triplet: 44, 1A and AA. RGB value is (68,26,170). Sum of RGB (Red+Green+Blue) = 68+26+170=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 26 (10.55% from 255 or 9.85% from 264); Blue value is 170 (66.80% from 255 or 64.39% from 264); Max value from RGB is 170 - color contains mainly: blue. Hex color #441AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441AAA is #BBE555. Grayscale: #363636. Windows color (decimal): -12313942 or 11147844. OLE color: 11147844.
HSL color Cylindrical-coordinate representation of color #441AAA: hue angle of 257.5º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #441AAA is Cyan = 0.6, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 26 | 170 | - |
| CMYK | 0.6 | 0.85 | 0 | 0.33 |
| HSL | 257.5º | 0.73% | 0.38% | - |
| HSV(B) | 257.5º | 0.85% | 0.67% | - |
| XYZ | 10.01 | 4.87 | 38.44 | - |
| YUV | 54.97 | 192.91 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 26 | 170 | 0.6 | 0.85 | 0 | 0.33 | 257.5 | 0.73 | 0.38 |
| Hex | 44 | 1A | AA | 3C | 55 | 0 | 21 | 102 | 49 | 26 |
| Octal | 104 | 32 | 252 | 74 | 125 | 0 | 41 | 402 | 111 | 46 |
| Binary | 1000100 | 11010 | 10101010 | 111100 | 1010101 | 0 | 100001 | 100000010 | 1001001 | 100110 |
Color Harmonies of #441AAA
Complementary color
Monochromatic Colors of #441AAA
Black with #441AAA
Text Example
Text Example
White with #441AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441AAA; }
p { color: rgb(68,26,170); }
H1.HeaderClassName
{
color: #441AAA;
}
.AnyTagClassName
{
color: #441AAA;
}
</style>
background-color css
<style>
a { background-color: #441AAA; }
a { background-color: rgb(68,26,170); }
div.DivClassName
{
background-color: #441AAA;
}
.BgClassName
{
background-color: #441AAA;
}
</style>
border-color css
<style>
span { border-color: #441AAA; }
span { border-color: rgb(68,26,170); }
td.TdClassName
{
border-color: #441AAA;
}
.TagClassName
{
border-color: #441AAA;
}
</style>