Shades of Purple Heart #741AAA
Tints of Purple Heart #741AAA
RGB
CMYK
RGB Variations
Color information
#741AAA (or 0x741AAA) is known color: Purple Heart. HEX triplet: 74, 1A and AA. RGB value is (116,26,170). Sum of RGB (Red+Green+Blue) = 116+26+170=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 26 (10.55% from 255 or 8.33% from 312); Blue value is 170 (66.80% from 255 or 54.49% from 312); Max value from RGB is 170 - color contains mainly: blue. Hex color #741AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741AAA is #8BE555. Grayscale: #444444. Windows color (decimal): -9168214 or 11147892. OLE color: 11147892.
HSL color Cylindrical-coordinate representation of color #741AAA: hue angle of 277.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 #741AAA is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 26 | 170 | - |
| CMYK | 0.32 | 0.85 | 0 | 0.33 |
| HSL | 277.5º | 0.73% | 0.38% | - |
| HSV(B) | 277.5º | 0.85% | 0.67% | - |
| XYZ | 14.83 | 7.35 | 38.67 | - |
| YUV | 69.33 | 184.82 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 26 | 170 | 0.32 | 0.85 | 0 | 0.33 | 277.5 | 0.73 | 0.38 |
| Hex | 74 | 1A | AA | 20 | 55 | 0 | 21 | 116 | 49 | 26 |
| Octal | 164 | 32 | 252 | 40 | 125 | 0 | 41 | 426 | 111 | 46 |
| Binary | 1110100 | 11010 | 10101010 | 100000 | 1010101 | 0 | 100001 | 100010110 | 1001001 | 100110 |
Color Harmonies of #741AAA
Complementary color
Monochromatic Colors of #741AAA
Black with #741AAA
Text Example
Text Example
White with #741AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741AAA; }
p { color: rgb(116,26,170); }
H1.HeaderClassName
{
color: #741AAA;
}
.AnyTagClassName
{
color: #741AAA;
}
</style>
background-color css
<style>
a { background-color: #741AAA; }
a { background-color: rgb(116,26,170); }
div.DivClassName
{
background-color: #741AAA;
}
.BgClassName
{
background-color: #741AAA;
}
</style>
border-color css
<style>
span { border-color: #741AAA; }
span { border-color: rgb(116,26,170); }
td.TdClassName
{
border-color: #741AAA;
}
.TagClassName
{
border-color: #741AAA;
}
</style>