Shades of Purple Heart #752EBF
Tints of Purple Heart #752EBF
RGB
CMYK
RGB Variations
Color information
#752EBF (or 0x752EBF) is known color: Purple Heart. HEX triplet: 75, 2E and BF. RGB value is (117,46,191). Sum of RGB (Red+Green+Blue) = 117+46+191=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 46 (18.36% from 255 or 12.99% from 354); Blue value is 191 (75% from 255 or 53.95% from 354); Max value from RGB is 191 - color contains mainly: blue. Hex color #752EBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752EBF is #8AD140. Grayscale: #535353. Windows color (decimal): -9097537 or 12529269. OLE color: 12529269.
HSL color Cylindrical-coordinate representation of color #752EBF: hue angle of 269.38º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #752EBF is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 46 | 191 | - |
| CMYK | 0.39 | 0.76 | 0 | 0.25 |
| HSL | 269.38º | 0.61% | 0.46% | - |
| HSV(B) | 269.38º | 0.76% | 0.75% | - |
| XYZ | 17.72 | 9.5 | 50.19 | - |
| YUV | 83.76 | 188.52 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 46 | 191 | 0.39 | 0.76 | 0 | 0.25 | 269.38 | 0.61 | 0.46 |
| Hex | 75 | 2E | BF | 27 | 4C | 0 | 19 | 10D | 3D | 2E |
| Octal | 165 | 56 | 277 | 47 | 114 | 0 | 31 | 415 | 75 | 56 |
| Binary | 1110101 | 101110 | 10111111 | 100111 | 1001100 | 0 | 11001 | 100001101 | 111101 | 101110 |
Color Harmonies of #752EBF
Complementary color
Monochromatic Colors of #752EBF
Black with #752EBF
Text Example
Text Example
White with #752EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752EBF; }
p { color: rgb(117,46,191); }
H1.HeaderClassName
{
color: #752EBF;
}
.AnyTagClassName
{
color: #752EBF;
}
</style>
background-color css
<style>
a { background-color: #752EBF; }
a { background-color: rgb(117,46,191); }
div.DivClassName
{
background-color: #752EBF;
}
.BgClassName
{
background-color: #752EBF;
}
</style>
border-color css
<style>
span { border-color: #752EBF; }
span { border-color: rgb(117,46,191); }
td.TdClassName
{
border-color: #752EBF;
}
.TagClassName
{
border-color: #752EBF;
}
</style>