Shades of Purple Heart #752EBC
Tints of Purple Heart #752EBC
RGB
CMYK
RGB Variations
Color information
#752EBC (or 0x752EBC) is known color: Purple Heart. HEX triplet: 75, 2E and BC. RGB value is (117,46,188). Sum of RGB (Red+Green+Blue) = 117+46+188=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 46 (18.36% from 255 or 13.11% 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 #752EBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752EBC is #8AD143. Grayscale: #525252. Windows color (decimal): -9097540 or 12332661. OLE color: 12332661.
HSL color Cylindrical-coordinate representation of color #752EBC: hue angle of 270º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #752EBC is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 46 | 188 | - |
| CMYK | 0.38 | 0.76 | 0 | 0.26 |
| HSL | 270º | 0.61% | 0.46% | - |
| HSV(B) | 270º | 0.76% | 0.74% | - |
| XYZ | 17.39 | 9.37 | 48.47 | - |
| YUV | 83.42 | 187.02 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 46 | 188 | 0.38 | 0.76 | 0 | 0.26 | 270 | 0.61 | 0.46 |
| Hex | 75 | 2E | BC | 26 | 4C | 0 | 1A | 10E | 3D | 2E |
| Octal | 165 | 56 | 274 | 46 | 114 | 0 | 32 | 416 | 75 | 56 |
| Binary | 1110101 | 101110 | 10111100 | 100110 | 1001100 | 0 | 11010 | 100001110 | 111101 | 101110 |
Color Harmonies of #752EBC
Complementary color
Monochromatic Colors of #752EBC
Black with #752EBC
Text Example
Text Example
White with #752EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752EBC; }
p { color: rgb(117,46,188); }
H1.HeaderClassName
{
color: #752EBC;
}
.AnyTagClassName
{
color: #752EBC;
}
</style>
background-color css
<style>
a { background-color: #752EBC; }
a { background-color: rgb(117,46,188); }
div.DivClassName
{
background-color: #752EBC;
}
.BgClassName
{
background-color: #752EBC;
}
</style>
border-color css
<style>
span { border-color: #752EBC; }
span { border-color: rgb(117,46,188); }
td.TdClassName
{
border-color: #752EBC;
}
.TagClassName
{
border-color: #752EBC;
}
</style>