Shades of Purple Heart #740FB2
Tints of Purple Heart #740FB2
RGB
CMYK
RGB Variations
Color information
#740FB2 (or 0x740FB2) is known color: Purple Heart. HEX triplet: 74, 0F and B2. RGB value is (116,15,178). Sum of RGB (Red+Green+Blue) = 116+15+178=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 15 (6.25% from 255 or 4.85% from 309); Blue value is 178 (69.92% from 255 or 57.61% from 309); Max value from RGB is 178 - color contains mainly: blue. Hex color #740FB2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740FB2 is #8BF04D. Grayscale: #3F3F3F. Windows color (decimal): -9171022 or 11669364. OLE color: 11669364.
HSL color Cylindrical-coordinate representation of color #740FB2: hue angle of 277.18º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #740FB2 is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 116 | 15 | 178 | - |
| CMYK | 0.35 | 0.92 | 0 | 0.30 |
| HSL | 277.18º | 0.84% | 0.38% | - |
| HSV(B) | 277.18º | 0.92% | 0.7% | - |
| XYZ | 15.41 | 7.27 | 42.71 | - |
| YUV | 63.78 | 192.46 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 15 | 178 | 0.35 | 0.92 | 0 | 0.30 | 277.18 | 0.84 | 0.38 |
| Hex | 74 | F | B2 | 23 | 5C | 0 | 1E | 115 | 54 | 26 |
| Octal | 164 | 17 | 262 | 43 | 134 | 0 | 36 | 425 | 124 | 46 |
| Binary | 1110100 | 1111 | 10110010 | 100011 | 1011100 | 0 | 11110 | 100010101 | 1010100 | 100110 |
Color Harmonies of #740FB2
Complementary color
Monochromatic Colors of #740FB2
Black with #740FB2
Text Example
Text Example
White with #740FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740FB2; }
p { color: rgb(116,15,178); }
H1.HeaderClassName
{
color: #740FB2;
}
.AnyTagClassName
{
color: #740FB2;
}
</style>
background-color css
<style>
a { background-color: #740FB2; }
a { background-color: rgb(116,15,178); }
div.DivClassName
{
background-color: #740FB2;
}
.BgClassName
{
background-color: #740FB2;
}
</style>
border-color css
<style>
span { border-color: #740FB2; }
span { border-color: rgb(116,15,178); }
td.TdClassName
{
border-color: #740FB2;
}
.TagClassName
{
border-color: #740FB2;
}
</style>