Shades of Purple Heart #752DBC
Tints of Purple Heart #752DBC
RGB
CMYK
RGB Variations
Color information
#752DBC (or 0x752DBC) is known color: Purple Heart. HEX triplet: 75, 2D and BC. RGB value is (117,45,188). Sum of RGB (Red+Green+Blue) = 117+45+188=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 45 (17.97% from 255 or 12.86% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #752DBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752DBC is #8AD243. Grayscale: #525252. Windows color (decimal): -9097796 or 12332405. OLE color: 12332405.
HSL color Cylindrical-coordinate representation of color #752DBC: hue angle of 270.21º 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 #752DBC is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 45 | 188 | - |
| CMYK | 0.38 | 0.76 | 0 | 0.26 |
| HSL | 270.21º | 0.61% | 0.46% | - |
| HSV(B) | 270.21º | 0.76% | 0.74% | - |
| XYZ | 17.35 | 9.29 | 48.46 | - |
| YUV | 82.83 | 187.35 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 45 | 188 | 0.38 | 0.76 | 0 | 0.26 | 270.21 | 0.61 | 0.46 |
| Hex | 75 | 2D | BC | 26 | 4C | 0 | 1A | 10E | 3D | 2E |
| Octal | 165 | 55 | 274 | 46 | 114 | 0 | 32 | 416 | 75 | 56 |
| Binary | 1110101 | 101101 | 10111100 | 100110 | 1001100 | 0 | 11010 | 100001110 | 111101 | 101110 |
Color Harmonies of #752DBC
Complementary color
Monochromatic Colors of #752DBC
Black with #752DBC
Text Example
Text Example
White with #752DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752DBC; }
p { color: rgb(117,45,188); }
H1.HeaderClassName
{
color: #752DBC;
}
.AnyTagClassName
{
color: #752DBC;
}
</style>
background-color css
<style>
a { background-color: #752DBC; }
a { background-color: rgb(117,45,188); }
div.DivClassName
{
background-color: #752DBC;
}
.BgClassName
{
background-color: #752DBC;
}
</style>
border-color css
<style>
span { border-color: #752DBC; }
span { border-color: rgb(117,45,188); }
td.TdClassName
{
border-color: #752DBC;
}
.TagClassName
{
border-color: #752DBC;
}
</style>