Shades of Purple Heart #752DB9
Tints of Purple Heart #752DB9
RGB
CMYK
RGB Variations
Color information
#752DB9 (or 0x752DB9) is known color: Purple Heart. HEX triplet: 75, 2D and B9. RGB value is (117,45,185). Sum of RGB (Red+Green+Blue) = 117+45+185=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 45 (17.97% from 255 or 12.97% from 347); Blue value is 185 (72.66% from 255 or 53.31% from 347); Max value from RGB is 185 - color contains mainly: blue. Hex color #752DB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752DB9 is #8AD246. Grayscale: #525252. Windows color (decimal): -9097799 or 12135797. OLE color: 12135797.
HSL color Cylindrical-coordinate representation of color #752DB9: hue angle of 270.86º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #752DB9 is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 45 | 185 | - |
| CMYK | 0.37 | 0.76 | 0 | 0.27 |
| HSL | 270.86º | 0.61% | 0.45% | - |
| HSV(B) | 270.86º | 0.76% | 0.73% | - |
| XYZ | 17.03 | 9.16 | 46.77 | - |
| YUV | 82.49 | 185.85 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 45 | 185 | 0.37 | 0.76 | 0 | 0.27 | 270.86 | 0.61 | 0.45 |
| Hex | 75 | 2D | B9 | 25 | 4C | 0 | 1B | 10F | 3D | 2D |
| Octal | 165 | 55 | 271 | 45 | 114 | 0 | 33 | 417 | 75 | 55 |
| Binary | 1110101 | 101101 | 10111001 | 100101 | 1001100 | 0 | 11011 | 100001111 | 111101 | 101101 |
Color Harmonies of #752DB9
Complementary color
Monochromatic Colors of #752DB9
Black with #752DB9
Text Example
Text Example
White with #752DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752DB9; }
p { color: rgb(117,45,185); }
H1.HeaderClassName
{
color: #752DB9;
}
.AnyTagClassName
{
color: #752DB9;
}
</style>
background-color css
<style>
a { background-color: #752DB9; }
a { background-color: rgb(117,45,185); }
div.DivClassName
{
background-color: #752DB9;
}
.BgClassName
{
background-color: #752DB9;
}
</style>
border-color css
<style>
span { border-color: #752DB9; }
span { border-color: rgb(117,45,185); }
td.TdClassName
{
border-color: #752DB9;
}
.TagClassName
{
border-color: #752DB9;
}
</style>