Shades of Purple Heart #752DBA
Tints of Purple Heart #752DBA
RGB
CMYK
RGB Variations
Color information
#752DBA (or 0x752DBA) is known color: Purple Heart. HEX triplet: 75, 2D and BA. RGB value is (117,45,186). Sum of RGB (Red+Green+Blue) = 117+45+186=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 45 (17.97% from 255 or 12.93% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #752DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752DBA is #8AD245. Grayscale: #525252. Windows color (decimal): -9097798 or 12201333. OLE color: 12201333.
HSL color Cylindrical-coordinate representation of color #752DBA: hue angle of 270.64º 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 #752DBA is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 45 | 186 | - |
| CMYK | 0.37 | 0.76 | 0 | 0.27 |
| HSL | 270.64º | 0.61% | 0.45% | - |
| HSV(B) | 270.64º | 0.76% | 0.73% | - |
| XYZ | 17.14 | 9.2 | 47.33 | - |
| YUV | 82.6 | 186.35 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 45 | 186 | 0.37 | 0.76 | 0 | 0.27 | 270.64 | 0.61 | 0.45 |
| Hex | 75 | 2D | BA | 25 | 4C | 0 | 1B | 10F | 3D | 2D |
| Octal | 165 | 55 | 272 | 45 | 114 | 0 | 33 | 417 | 75 | 55 |
| Binary | 1110101 | 101101 | 10111010 | 100101 | 1001100 | 0 | 11011 | 100001111 | 111101 | 101101 |
Color Harmonies of #752DBA
Complementary color
Monochromatic Colors of #752DBA
Black with #752DBA
Text Example
Text Example
White with #752DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752DBA; }
p { color: rgb(117,45,186); }
H1.HeaderClassName
{
color: #752DBA;
}
.AnyTagClassName
{
color: #752DBA;
}
</style>
background-color css
<style>
a { background-color: #752DBA; }
a { background-color: rgb(117,45,186); }
div.DivClassName
{
background-color: #752DBA;
}
.BgClassName
{
background-color: #752DBA;
}
</style>
border-color css
<style>
span { border-color: #752DBA; }
span { border-color: rgb(117,45,186); }
td.TdClassName
{
border-color: #752DBA;
}
.TagClassName
{
border-color: #752DBA;
}
</style>