Shades of Purple Heart #741DBA
Tints of Purple Heart #741DBA
RGB
CMYK
RGB Variations
Color information
#741DBA (or 0x741DBA) is known color: Purple Heart. HEX triplet: 74, 1D and BA. RGB value is (116,29,186). Sum of RGB (Red+Green+Blue) = 116+29+186=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 29 (11.72% from 255 or 8.76% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #741DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741DBA is #8BE245. Grayscale: #484848. Windows color (decimal): -9167430 or 12197236. OLE color: 12197236.
HSL color Cylindrical-coordinate representation of color #741DBA: hue angle of 273.25º 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 #741DBA is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 29 | 186 | - |
| CMYK | 0.38 | 0.84 | 0 | 0.27 |
| HSL | 273.25º | 0.73% | 0.42% | - |
| HSV(B) | 273.25º | 0.84% | 0.73% | - |
| XYZ | 16.5 | 8.14 | 47.16 | - |
| YUV | 72.91 | 191.82 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 29 | 186 | 0.38 | 0.84 | 0 | 0.27 | 273.25 | 0.73 | 0.42 |
| Hex | 74 | 1D | BA | 26 | 54 | 0 | 1B | 111 | 49 | 2A |
| Octal | 164 | 35 | 272 | 46 | 124 | 0 | 33 | 421 | 111 | 52 |
| Binary | 1110100 | 11101 | 10111010 | 100110 | 1010100 | 0 | 11011 | 100010001 | 1001001 | 101010 |
Color Harmonies of #741DBA
Complementary color
Monochromatic Colors of #741DBA
Black with #741DBA
Text Example
Text Example
White with #741DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741DBA; }
p { color: rgb(116,29,186); }
H1.HeaderClassName
{
color: #741DBA;
}
.AnyTagClassName
{
color: #741DBA;
}
</style>
background-color css
<style>
a { background-color: #741DBA; }
a { background-color: rgb(116,29,186); }
div.DivClassName
{
background-color: #741DBA;
}
.BgClassName
{
background-color: #741DBA;
}
</style>
border-color css
<style>
span { border-color: #741DBA; }
span { border-color: rgb(116,29,186); }
td.TdClassName
{
border-color: #741DBA;
}
.TagClassName
{
border-color: #741DBA;
}
</style>