Shades of Purple Heart #741AAF
Tints of Purple Heart #741AAF
RGB
CMYK
RGB Variations
Color information
#741AAF (or 0x741AAF) is known color: Purple Heart. HEX triplet: 74, 1A and AF. RGB value is (116,26,175). Sum of RGB (Red+Green+Blue) = 116+26+175=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 26 (10.55% from 255 or 8.20% from 317); Blue value is 175 (68.75% from 255 or 55.21% from 317); Max value from RGB is 175 - color contains mainly: blue. Hex color #741AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741AAF is #8BE550. Grayscale: #454545. Windows color (decimal): -9168209 or 11475572. OLE color: 11475572.
HSL color Cylindrical-coordinate representation of color #741AAF: hue angle of 276.24º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #741AAF is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 26 | 175 | - |
| CMYK | 0.34 | 0.85 | 0 | 0.31 |
| HSL | 276.24º | 0.74% | 0.39% | - |
| HSV(B) | 276.24º | 0.85% | 0.69% | - |
| XYZ | 15.31 | 7.55 | 41.21 | - |
| YUV | 69.9 | 187.32 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 26 | 175 | 0.34 | 0.85 | 0 | 0.31 | 276.24 | 0.74 | 0.39 |
| Hex | 74 | 1A | AF | 22 | 55 | 0 | 1F | 114 | 4A | 27 |
| Octal | 164 | 32 | 257 | 42 | 125 | 0 | 37 | 424 | 112 | 47 |
| Binary | 1110100 | 11010 | 10101111 | 100010 | 1010101 | 0 | 11111 | 100010100 | 1001010 | 100111 |
Color Harmonies of #741AAF
Complementary color
Monochromatic Colors of #741AAF
Black with #741AAF
Text Example
Text Example
White with #741AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741AAF; }
p { color: rgb(116,26,175); }
H1.HeaderClassName
{
color: #741AAF;
}
.AnyTagClassName
{
color: #741AAF;
}
</style>
background-color css
<style>
a { background-color: #741AAF; }
a { background-color: rgb(116,26,175); }
div.DivClassName
{
background-color: #741AAF;
}
.BgClassName
{
background-color: #741AAF;
}
</style>
border-color css
<style>
span { border-color: #741AAF; }
span { border-color: rgb(116,26,175); }
td.TdClassName
{
border-color: #741AAF;
}
.TagClassName
{
border-color: #741AAF;
}
</style>