Shades of Purple Heart #740BB6
Tints of Purple Heart #740BB6
RGB
CMYK
RGB Variations
Color information
#740BB6 (or 0x740BB6) is known color: Purple Heart. HEX triplet: 74, 0B and B6. RGB value is (116,11,182). Sum of RGB (Red+Green+Blue) = 116+11+182=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 11 (4.69% from 255 or 3.56% from 309); Blue value is 182 (71.48% from 255 or 58.90% from 309); Max value from RGB is 182 - color contains mainly: blue. Hex color #740BB6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740BB6 is #8BF449. Grayscale: #3D3D3D. Windows color (decimal): -9172042 or 11930484. OLE color: 11930484.
HSL color Cylindrical-coordinate representation of color #740BB6: hue angle of 276.84º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740BB6 is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 11 | 182 | - |
| CMYK | 0.36 | 0.94 | 0 | 0.29 |
| HSL | 276.84º | 0.89% | 0.38% | - |
| HSV(B) | 276.84º | 0.94% | 0.71% | - |
| XYZ | 15.77 | 7.33 | 44.84 | - |
| YUV | 61.89 | 195.79 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 11 | 182 | 0.36 | 0.94 | 0 | 0.29 | 276.84 | 0.89 | 0.38 |
| Hex | 74 | B | B6 | 24 | 5E | 0 | 1D | 115 | 59 | 26 |
| Octal | 164 | 13 | 266 | 44 | 136 | 0 | 35 | 425 | 131 | 46 |
| Binary | 1110100 | 1011 | 10110110 | 100100 | 1011110 | 0 | 11101 | 100010101 | 1011001 | 100110 |
Color Harmonies of #740BB6
Complementary color
Monochromatic Colors of #740BB6
Black with #740BB6
Text Example
Text Example
White with #740BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740BB6; }
p { color: rgb(116,11,182); }
H1.HeaderClassName
{
color: #740BB6;
}
.AnyTagClassName
{
color: #740BB6;
}
</style>
background-color css
<style>
a { background-color: #740BB6; }
a { background-color: rgb(116,11,182); }
div.DivClassName
{
background-color: #740BB6;
}
.BgClassName
{
background-color: #740BB6;
}
</style>
border-color css
<style>
span { border-color: #740BB6; }
span { border-color: rgb(116,11,182); }
td.TdClassName
{
border-color: #740BB6;
}
.TagClassName
{
border-color: #740BB6;
}
</style>