Shades of Purple Heart #752DBD
Tints of Purple Heart #752DBD
RGB
CMYK
RGB Variations
Color information
#752DBD (or 0x752DBD) is known color: Purple Heart. HEX triplet: 75, 2D and BD. RGB value is (117,45,189). Sum of RGB (Red+Green+Blue) = 117+45+189=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 45 (17.97% from 255 or 12.82% from 351); Blue value is 189 (74.22% from 255 or 53.85% from 351); Max value from RGB is 189 - color contains mainly: blue. Hex color #752DBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752DBD is #8AD242. Grayscale: #525252. Windows color (decimal): -9097795 or 12397941. OLE color: 12397941.
HSL color Cylindrical-coordinate representation of color #752DBD: hue angle of 270º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #752DBD is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 45 | 189 | - |
| CMYK | 0.38 | 0.76 | 0 | 0.26 |
| HSL | 270º | 0.62% | 0.46% | - |
| HSV(B) | 270º | 0.76% | 0.74% | - |
| XYZ | 17.46 | 9.33 | 49.03 | - |
| YUV | 82.94 | 187.85 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 45 | 189 | 0.38 | 0.76 | 0 | 0.26 | 270 | 0.62 | 0.46 |
| Hex | 75 | 2D | BD | 26 | 4C | 0 | 1A | 10E | 3E | 2E |
| Octal | 165 | 55 | 275 | 46 | 114 | 0 | 32 | 416 | 76 | 56 |
| Binary | 1110101 | 101101 | 10111101 | 100110 | 1001100 | 0 | 11010 | 100001110 | 111110 | 101110 |
Color Harmonies of #752DBD
Complementary color
Monochromatic Colors of #752DBD
Black with #752DBD
Text Example
Text Example
White with #752DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752DBD; }
p { color: rgb(117,45,189); }
H1.HeaderClassName
{
color: #752DBD;
}
.AnyTagClassName
{
color: #752DBD;
}
</style>
background-color css
<style>
a { background-color: #752DBD; }
a { background-color: rgb(117,45,189); }
div.DivClassName
{
background-color: #752DBD;
}
.BgClassName
{
background-color: #752DBD;
}
</style>
border-color css
<style>
span { border-color: #752DBD; }
span { border-color: rgb(117,45,189); }
td.TdClassName
{
border-color: #752DBD;
}
.TagClassName
{
border-color: #752DBD;
}
</style>