Shades of Purple Heart #752EBB
Tints of Purple Heart #752EBB
RGB
CMYK
RGB Variations
Color information
#752EBB (or 0x752EBB) is known color: Purple Heart. HEX triplet: 75, 2E and BB. RGB value is (117,46,187). Sum of RGB (Red+Green+Blue) = 117+46+187=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 46 (18.36% from 255 or 13.14% from 350); Blue value is 187 (73.44% from 255 or 53.43% from 350); Max value from RGB is 187 - color contains mainly: blue. Hex color #752EBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752EBB is #8AD144. Grayscale: #525252. Windows color (decimal): -9097541 or 12267125. OLE color: 12267125.
HSL color Cylindrical-coordinate representation of color #752EBB: hue angle of 270.21º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #752EBB is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 46 | 187 | - |
| CMYK | 0.37 | 0.75 | 0 | 0.27 |
| HSL | 270.21º | 0.61% | 0.46% | - |
| HSV(B) | 270.21º | 0.75% | 0.73% | - |
| XYZ | 17.28 | 9.32 | 47.9 | - |
| YUV | 83.3 | 186.52 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 46 | 187 | 0.37 | 0.75 | 0 | 0.27 | 270.21 | 0.61 | 0.46 |
| Hex | 75 | 2E | BB | 25 | 4B | 0 | 1B | 10E | 3D | 2E |
| Octal | 165 | 56 | 273 | 45 | 113 | 0 | 33 | 416 | 75 | 56 |
| Binary | 1110101 | 101110 | 10111011 | 100101 | 1001011 | 0 | 11011 | 100001110 | 111101 | 101110 |
Color Harmonies of #752EBB
Complementary color
Monochromatic Colors of #752EBB
Black with #752EBB
Text Example
Text Example
White with #752EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752EBB; }
p { color: rgb(117,46,187); }
H1.HeaderClassName
{
color: #752EBB;
}
.AnyTagClassName
{
color: #752EBB;
}
</style>
background-color css
<style>
a { background-color: #752EBB; }
a { background-color: rgb(117,46,187); }
div.DivClassName
{
background-color: #752EBB;
}
.BgClassName
{
background-color: #752EBB;
}
</style>
border-color css
<style>
span { border-color: #752EBB; }
span { border-color: rgb(117,46,187); }
td.TdClassName
{
border-color: #752EBB;
}
.TagClassName
{
border-color: #752EBB;
}
</style>