Shades of Purple Heart #742FBC
Tints of Purple Heart #742FBC
RGB
CMYK
RGB Variations
Color information
#742FBC (or 0x742FBC) is known color: Purple Heart. HEX triplet: 74, 2F and BC. RGB value is (116,47,188). Sum of RGB (Red+Green+Blue) = 116+47+188=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 47 (18.75% from 255 or 13.39% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #742FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742FBC is #8BD043. Grayscale: #535353. Windows color (decimal): -9162820 or 12332916. OLE color: 12332916.
HSL color Cylindrical-coordinate representation of color #742FBC: hue angle of 269.36º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #742FBC is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 47 | 188 | - |
| CMYK | 0.38 | 0.75 | 0 | 0.26 |
| HSL | 269.36º | 0.6% | 0.46% | - |
| HSV(B) | 269.36º | 0.75% | 0.74% | - |
| XYZ | 17.3 | 9.38 | 48.48 | - |
| YUV | 83.71 | 186.86 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 47 | 188 | 0.38 | 0.75 | 0 | 0.26 | 269.36 | 0.6 | 0.46 |
| Hex | 74 | 2F | BC | 26 | 4B | 0 | 1A | 10D | 3C | 2E |
| Octal | 164 | 57 | 274 | 46 | 113 | 0 | 32 | 415 | 74 | 56 |
| Binary | 1110100 | 101111 | 10111100 | 100110 | 1001011 | 0 | 11010 | 100001101 | 111100 | 101110 |
Color Harmonies of #742FBC
Complementary color
Monochromatic Colors of #742FBC
Black with #742FBC
Text Example
Text Example
White with #742FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742FBC; }
p { color: rgb(116,47,188); }
H1.HeaderClassName
{
color: #742FBC;
}
.AnyTagClassName
{
color: #742FBC;
}
</style>
background-color css
<style>
a { background-color: #742FBC; }
a { background-color: rgb(116,47,188); }
div.DivClassName
{
background-color: #742FBC;
}
.BgClassName
{
background-color: #742FBC;
}
</style>
border-color css
<style>
span { border-color: #742FBC; }
span { border-color: rgb(116,47,188); }
td.TdClassName
{
border-color: #742FBC;
}
.TagClassName
{
border-color: #742FBC;
}
</style>