Shades of Purple Heart #752DBB
Tints of Purple Heart #752DBB
RGB
CMYK
RGB Variations
Color information
#752DBB (or 0x752DBB) is known color: Purple Heart. HEX triplet: 75, 2D and BB. RGB value is (117,45,187). Sum of RGB (Red+Green+Blue) = 117+45+187=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 45 (17.97% from 255 or 12.89% from 349); Blue value is 187 (73.44% from 255 or 53.58% from 349); Max value from RGB is 187 - color contains mainly: blue. Hex color #752DBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752DBB is #8AD244. Grayscale: #525252. Windows color (decimal): -9097797 or 12266869. OLE color: 12266869.
HSL color Cylindrical-coordinate representation of color #752DBB: hue angle of 270.42º 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 #752DBB is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 45 | 187 | - |
| CMYK | 0.37 | 0.76 | 0 | 0.27 |
| HSL | 270.42º | 0.61% | 0.45% | - |
| HSV(B) | 270.42º | 0.76% | 0.73% | - |
| XYZ | 17.24 | 9.25 | 47.89 | - |
| YUV | 82.72 | 186.85 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 45 | 187 | 0.37 | 0.76 | 0 | 0.27 | 270.42 | 0.61 | 0.45 |
| Hex | 75 | 2D | BB | 25 | 4C | 0 | 1B | 10E | 3D | 2D |
| Octal | 165 | 55 | 273 | 45 | 114 | 0 | 33 | 416 | 75 | 55 |
| Binary | 1110101 | 101101 | 10111011 | 100101 | 1001100 | 0 | 11011 | 100001110 | 111101 | 101101 |
Color Harmonies of #752DBB
Complementary color
Monochromatic Colors of #752DBB
Black with #752DBB
Text Example
Text Example
White with #752DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752DBB; }
p { color: rgb(117,45,187); }
H1.HeaderClassName
{
color: #752DBB;
}
.AnyTagClassName
{
color: #752DBB;
}
</style>
background-color css
<style>
a { background-color: #752DBB; }
a { background-color: rgb(117,45,187); }
div.DivClassName
{
background-color: #752DBB;
}
.BgClassName
{
background-color: #752DBB;
}
</style>
border-color css
<style>
span { border-color: #752DBB; }
span { border-color: rgb(117,45,187); }
td.TdClassName
{
border-color: #752DBB;
}
.TagClassName
{
border-color: #752DBB;
}
</style>