Shades of Purple Heart #750EB2
Tints of Purple Heart #750EB2
RGB
CMYK
RGB Variations
Color information
#750EB2 (or 0x750EB2) is known color: Purple Heart. HEX triplet: 75, 0E and B2. RGB value is (117,14,178). Sum of RGB (Red+Green+Blue) = 117+14+178=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 14 (5.86% from 255 or 4.53% 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 #750EB2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750EB2 is #8AF14D. Grayscale: #3E3E3E. Windows color (decimal): -9105742 or 11669109. OLE color: 11669109.
HSL color Cylindrical-coordinate representation of color #750EB2: hue angle of 277.68º degrees, saturation: 0.85, 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 #750EB2 is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 117 | 14 | 178 | - |
| CMYK | 0.34 | 0.92 | 0 | 0.30 |
| HSL | 277.68º | 0.85% | 0.38% | - |
| HSV(B) | 277.68º | 0.92% | 0.7% | - |
| XYZ | 15.53 | 7.31 | 42.71 | - |
| YUV | 63.49 | 192.62 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 14 | 178 | 0.34 | 0.92 | 0 | 0.30 | 277.68 | 0.85 | 0.38 |
| Hex | 75 | E | B2 | 22 | 5C | 0 | 1E | 116 | 55 | 26 |
| Octal | 165 | 16 | 262 | 42 | 134 | 0 | 36 | 426 | 125 | 46 |
| Binary | 1110101 | 1110 | 10110010 | 100010 | 1011100 | 0 | 11110 | 100010110 | 1010101 | 100110 |
Color Harmonies of #750EB2
Complementary color
Monochromatic Colors of #750EB2
Black with #750EB2
Text Example
Text Example
White with #750EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750EB2; }
p { color: rgb(117,14,178); }
H1.HeaderClassName
{
color: #750EB2;
}
.AnyTagClassName
{
color: #750EB2;
}
</style>
background-color css
<style>
a { background-color: #750EB2; }
a { background-color: rgb(117,14,178); }
div.DivClassName
{
background-color: #750EB2;
}
.BgClassName
{
background-color: #750EB2;
}
</style>
border-color css
<style>
span { border-color: #750EB2; }
span { border-color: rgb(117,14,178); }
td.TdClassName
{
border-color: #750EB2;
}
.TagClassName
{
border-color: #750EB2;
}
</style>