Shades of Purple Heart #741DB9
Tints of Purple Heart #741DB9
RGB
CMYK
RGB Variations
Color information
#741DB9 (or 0x741DB9) is known color: Purple Heart. HEX triplet: 74, 1D and B9. RGB value is (116,29,185). Sum of RGB (Red+Green+Blue) = 116+29+185=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 29 (11.72% from 255 or 8.79% from 330); Blue value is 185 (72.66% from 255 or 56.06% from 330); Max value from RGB is 185 - color contains mainly: blue. Hex color #741DB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741DB9 is #8BE246. Grayscale: #484848. Windows color (decimal): -9167431 or 12131700. OLE color: 12131700.
HSL color Cylindrical-coordinate representation of color #741DB9: hue angle of 273.46º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #741DB9 is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 29 | 185 | - |
| CMYK | 0.37 | 0.84 | 0 | 0.27 |
| HSL | 273.46º | 0.73% | 0.42% | - |
| HSV(B) | 273.46º | 0.84% | 0.73% | - |
| XYZ | 16.4 | 8.09 | 46.6 | - |
| YUV | 72.8 | 191.32 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 29 | 185 | 0.37 | 0.84 | 0 | 0.27 | 273.46 | 0.73 | 0.42 |
| Hex | 74 | 1D | B9 | 25 | 54 | 0 | 1B | 111 | 49 | 2A |
| Octal | 164 | 35 | 271 | 45 | 124 | 0 | 33 | 421 | 111 | 52 |
| Binary | 1110100 | 11101 | 10111001 | 100101 | 1010100 | 0 | 11011 | 100010001 | 1001001 | 101010 |
Color Harmonies of #741DB9
Complementary color
Monochromatic Colors of #741DB9
Black with #741DB9
Text Example
Text Example
White with #741DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741DB9; }
p { color: rgb(116,29,185); }
H1.HeaderClassName
{
color: #741DB9;
}
.AnyTagClassName
{
color: #741DB9;
}
</style>
background-color css
<style>
a { background-color: #741DB9; }
a { background-color: rgb(116,29,185); }
div.DivClassName
{
background-color: #741DB9;
}
.BgClassName
{
background-color: #741DB9;
}
</style>
border-color css
<style>
span { border-color: #741DB9; }
span { border-color: rgb(116,29,185); }
td.TdClassName
{
border-color: #741DB9;
}
.TagClassName
{
border-color: #741DB9;
}
</style>