Shades of Purple Heart #752CB9
Tints of Purple Heart #752CB9
RGB
CMYK
RGB Variations
Color information
#752CB9 (or 0x752CB9) is known color: Purple Heart. HEX triplet: 75, 2C and B9. RGB value is (117,44,185). Sum of RGB (Red+Green+Blue) = 117+44+185=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 44 (17.58% from 255 or 12.72% from 346); Blue value is 185 (72.66% from 255 or 53.47% from 346); Max value from RGB is 185 - color contains mainly: blue. Hex color #752CB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752CB9 is #8AD346. Grayscale: #515151. Windows color (decimal): -9098055 or 12135541. OLE color: 12135541.
HSL color Cylindrical-coordinate representation of color #752CB9: hue angle of 271.06º degrees, saturation: 0.62, 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 #752CB9 is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 44 | 185 | - |
| CMYK | 0.37 | 0.76 | 0 | 0.27 |
| HSL | 271.06º | 0.62% | 0.45% | - |
| HSV(B) | 271.06º | 0.76% | 0.73% | - |
| XYZ | 16.99 | 9.09 | 46.76 | - |
| YUV | 81.9 | 186.18 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 44 | 185 | 0.37 | 0.76 | 0 | 0.27 | 271.06 | 0.62 | 0.45 |
| Hex | 75 | 2C | B9 | 25 | 4C | 0 | 1B | 10F | 3E | 2D |
| Octal | 165 | 54 | 271 | 45 | 114 | 0 | 33 | 417 | 76 | 55 |
| Binary | 1110101 | 101100 | 10111001 | 100101 | 1001100 | 0 | 11011 | 100001111 | 111110 | 101101 |
Color Harmonies of #752CB9
Complementary color
Monochromatic Colors of #752CB9
Black with #752CB9
Text Example
Text Example
White with #752CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752CB9; }
p { color: rgb(117,44,185); }
H1.HeaderClassName
{
color: #752CB9;
}
.AnyTagClassName
{
color: #752CB9;
}
</style>
background-color css
<style>
a { background-color: #752CB9; }
a { background-color: rgb(117,44,185); }
div.DivClassName
{
background-color: #752CB9;
}
.BgClassName
{
background-color: #752CB9;
}
</style>
border-color css
<style>
span { border-color: #752CB9; }
span { border-color: rgb(117,44,185); }
td.TdClassName
{
border-color: #752CB9;
}
.TagClassName
{
border-color: #752CB9;
}
</style>