Shades of Purple Heart #752DC5
Tints of Purple Heart #752DC5
RGB
CMYK
RGB Variations
Color information
#752DC5 (or 0x752DC5) is known color: Purple Heart. HEX triplet: 75, 2D and C5. RGB value is (117,45,197). Sum of RGB (Red+Green+Blue) = 117+45+197=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 45 (17.97% from 255 or 12.53% from 359); Blue value is 197 (77.34% from 255 or 54.87% from 359); Max value from RGB is 197 - color contains mainly: blue. Hex color #752DC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752DC5 is #8AD23A. Grayscale: #535353. Windows color (decimal): -9097787 or 12922229. OLE color: 12922229.
HSL color Cylindrical-coordinate representation of color #752DC5: hue angle of 268.42º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #752DC5 is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 45 | 197 | - |
| CMYK | 0.41 | 0.77 | 0 | 0.23 |
| HSL | 268.42º | 0.63% | 0.47% | - |
| HSV(B) | 268.42º | 0.77% | 0.77% | - |
| XYZ | 18.35 | 9.69 | 53.73 | - |
| YUV | 83.86 | 191.85 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 45 | 197 | 0.41 | 0.77 | 0 | 0.23 | 268.42 | 0.63 | 0.47 |
| Hex | 75 | 2D | C5 | 29 | 4D | 0 | 17 | 10C | 3F | 2F |
| Octal | 165 | 55 | 305 | 51 | 115 | 0 | 27 | 414 | 77 | 57 |
| Binary | 1110101 | 101101 | 11000101 | 101001 | 1001101 | 0 | 10111 | 100001100 | 111111 | 101111 |
Color Harmonies of #752DC5
Complementary color
Monochromatic Colors of #752DC5
Black with #752DC5
Text Example
Text Example
White with #752DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752DC5; }
p { color: rgb(117,45,197); }
H1.HeaderClassName
{
color: #752DC5;
}
.AnyTagClassName
{
color: #752DC5;
}
</style>
background-color css
<style>
a { background-color: #752DC5; }
a { background-color: rgb(117,45,197); }
div.DivClassName
{
background-color: #752DC5;
}
.BgClassName
{
background-color: #752DC5;
}
</style>
border-color css
<style>
span { border-color: #752DC5; }
span { border-color: rgb(117,45,197); }
td.TdClassName
{
border-color: #752DC5;
}
.TagClassName
{
border-color: #752DC5;
}
</style>