Shades of Purple Heart #741DB5
Tints of Purple Heart #741DB5
RGB
CMYK
RGB Variations
Color information
#741DB5 (or 0x741DB5) is known color: Purple Heart. HEX triplet: 74, 1D and B5. RGB value is (116,29,181). Sum of RGB (Red+Green+Blue) = 116+29+181=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 29 (11.72% from 255 or 8.90% from 326); Blue value is 181 (71.09% from 255 or 55.52% from 326); Max value from RGB is 181 - color contains mainly: blue. Hex color #741DB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741DB5 is #8BE24A. Grayscale: #474747. Windows color (decimal): -9167435 or 11869556. OLE color: 11869556.
HSL color Cylindrical-coordinate representation of color #741DB5: hue angle of 274.34º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #741DB5 is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 29 | 181 | - |
| CMYK | 0.36 | 0.84 | 0 | 0.29 |
| HSL | 274.34º | 0.72% | 0.41% | - |
| HSV(B) | 274.34º | 0.84% | 0.71% | - |
| XYZ | 15.98 | 7.93 | 44.4 | - |
| YUV | 72.34 | 189.32 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 29 | 181 | 0.36 | 0.84 | 0 | 0.29 | 274.34 | 0.72 | 0.41 |
| Hex | 74 | 1D | B5 | 24 | 54 | 0 | 1D | 112 | 48 | 29 |
| Octal | 164 | 35 | 265 | 44 | 124 | 0 | 35 | 422 | 110 | 51 |
| Binary | 1110100 | 11101 | 10110101 | 100100 | 1010100 | 0 | 11101 | 100010010 | 1001000 | 101001 |
Color Harmonies of #741DB5
Complementary color
Monochromatic Colors of #741DB5
Black with #741DB5
Text Example
Text Example
White with #741DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741DB5; }
p { color: rgb(116,29,181); }
H1.HeaderClassName
{
color: #741DB5;
}
.AnyTagClassName
{
color: #741DB5;
}
</style>
background-color css
<style>
a { background-color: #741DB5; }
a { background-color: rgb(116,29,181); }
div.DivClassName
{
background-color: #741DB5;
}
.BgClassName
{
background-color: #741DB5;
}
</style>
border-color css
<style>
span { border-color: #741DB5; }
span { border-color: rgb(116,29,181); }
td.TdClassName
{
border-color: #741DB5;
}
.TagClassName
{
border-color: #741DB5;
}
</style>