Shades of Purple Heart #740BBA
Tints of Purple Heart #740BBA
RGB
CMYK
RGB Variations
Color information
#740BBA (or 0x740BBA) is known color: Purple Heart. HEX triplet: 74, 0B and BA. RGB value is (116,11,186). Sum of RGB (Red+Green+Blue) = 116+11+186=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 11 (4.69% from 255 or 3.51% from 313); Blue value is 186 (73.05% from 255 or 59.42% from 313); Max value from RGB is 186 - color contains mainly: blue. Hex color #740BBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740BBA is #8BF445. Grayscale: #3D3D3D. Windows color (decimal): -9172038 or 12192628. OLE color: 12192628.
HSL color Cylindrical-coordinate representation of color #740BBA: hue angle of 276º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740BBA is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 11 | 186 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.27 |
| HSL | 276º | 0.89% | 0.39% | - |
| HSV(B) | 276º | 0.94% | 0.73% | - |
| XYZ | 16.19 | 7.5 | 47.05 | - |
| YUV | 62.35 | 197.79 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 11 | 186 | 0.38 | 0.94 | 0 | 0.27 | 276 | 0.89 | 0.39 |
| Hex | 74 | B | BA | 26 | 5E | 0 | 1B | 114 | 59 | 27 |
| Octal | 164 | 13 | 272 | 46 | 136 | 0 | 33 | 424 | 131 | 47 |
| Binary | 1110100 | 1011 | 10111010 | 100110 | 1011110 | 0 | 11011 | 100010100 | 1011001 | 100111 |
Color Harmonies of #740BBA
Complementary color
Monochromatic Colors of #740BBA
Black with #740BBA
Text Example
Text Example
White with #740BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740BBA; }
p { color: rgb(116,11,186); }
H1.HeaderClassName
{
color: #740BBA;
}
.AnyTagClassName
{
color: #740BBA;
}
</style>
background-color css
<style>
a { background-color: #740BBA; }
a { background-color: rgb(116,11,186); }
div.DivClassName
{
background-color: #740BBA;
}
.BgClassName
{
background-color: #740BBA;
}
</style>
border-color css
<style>
span { border-color: #740BBA; }
span { border-color: rgb(116,11,186); }
td.TdClassName
{
border-color: #740BBA;
}
.TagClassName
{
border-color: #740BBA;
}
</style>