Shades of Purple Heart #4418AA
Tints of Purple Heart #4418AA
RGB
CMYK
RGB Variations
Color information
#4418AA (or 0x4418AA) is known color: Purple Heart. HEX triplet: 44, 18 and AA. RGB value is (68,24,170). Sum of RGB (Red+Green+Blue) = 68+24+170=262 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.95% from 262); Green value is 24 (9.77% from 255 or 9.16% from 262); Blue value is 170 (66.80% from 255 or 64.89% from 262); Max value from RGB is 170 - color contains mainly: blue. Hex color #4418AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4418AA is #BBE755. Grayscale: #353535. Windows color (decimal): -12314454 or 11147332. OLE color: 11147332.
HSL color Cylindrical-coordinate representation of color #4418AA: hue angle of 258.08º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4418AA is Cyan = 0.6, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 24 | 170 | - |
| CMYK | 0.6 | 0.86 | 0 | 0.33 |
| HSL | 258.08º | 0.75% | 0.38% | - |
| HSV(B) | 258.08º | 0.86% | 0.67% | - |
| XYZ | 9.97 | 4.78 | 38.43 | - |
| YUV | 53.8 | 193.58 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 24 | 170 | 0.6 | 0.86 | 0 | 0.33 | 258.08 | 0.75 | 0.38 |
| Hex | 44 | 18 | AA | 3C | 56 | 0 | 21 | 102 | 4B | 26 |
| Octal | 104 | 30 | 252 | 74 | 126 | 0 | 41 | 402 | 113 | 46 |
| Binary | 1000100 | 11000 | 10101010 | 111100 | 1010110 | 0 | 100001 | 100000010 | 1001011 | 100110 |
Color Harmonies of #4418AA
Complementary color
Monochromatic Colors of #4418AA
Black with #4418AA
Text Example
Text Example
White with #4418AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4418AA; }
p { color: rgb(68,24,170); }
H1.HeaderClassName
{
color: #4418AA;
}
.AnyTagClassName
{
color: #4418AA;
}
</style>
background-color css
<style>
a { background-color: #4418AA; }
a { background-color: rgb(68,24,170); }
div.DivClassName
{
background-color: #4418AA;
}
.BgClassName
{
background-color: #4418AA;
}
</style>
border-color css
<style>
span { border-color: #4418AA; }
span { border-color: rgb(68,24,170); }
td.TdClassName
{
border-color: #4418AA;
}
.TagClassName
{
border-color: #4418AA;
}
</style>