Shades of Purple Heart #752CC8
Tints of Purple Heart #752CC8
RGB
CMYK
RGB Variations
Color information
#752CC8 (or 0x752CC8) is known color: Purple Heart. HEX triplet: 75, 2C and C8. RGB value is (117,44,200). Sum of RGB (Red+Green+Blue) = 117+44+200=361 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.41% from 361); Green value is 44 (17.58% from 255 or 12.19% from 361); Blue value is 200 (78.52% from 255 or 55.40% from 361); Max value from RGB is 200 - color contains mainly: blue. Hex color #752CC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752CC8 is #8AD337. Grayscale: #535353. Windows color (decimal): -9098040 or 13118581. OLE color: 13118581.
HSL color Cylindrical-coordinate representation of color #752CC8: hue angle of 268.08º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #752CC8 is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 44 | 200 | - |
| CMYK | 0.42 | 0.78 | 0 | 0.22 |
| HSL | 268.08º | 0.64% | 0.48% | - |
| HSV(B) | 268.08º | 0.78% | 0.78% | - |
| XYZ | 18.66 | 9.75 | 55.54 | - |
| YUV | 83.61 | 193.68 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 44 | 200 | 0.42 | 0.78 | 0 | 0.22 | 268.08 | 0.64 | 0.48 |
| Hex | 75 | 2C | C8 | 2A | 4E | 0 | 16 | 10C | 40 | 30 |
| Octal | 165 | 54 | 310 | 52 | 116 | 0 | 26 | 414 | 100 | 60 |
| Binary | 1110101 | 101100 | 11001000 | 101010 | 1001110 | 0 | 10110 | 100001100 | 1000000 | 110000 |
Color Harmonies of #752CC8
Complementary color
Monochromatic Colors of #752CC8
Black with #752CC8
Text Example
Text Example
White with #752CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752CC8; }
p { color: rgb(117,44,200); }
H1.HeaderClassName
{
color: #752CC8;
}
.AnyTagClassName
{
color: #752CC8;
}
</style>
background-color css
<style>
a { background-color: #752CC8; }
a { background-color: rgb(117,44,200); }
div.DivClassName
{
background-color: #752CC8;
}
.BgClassName
{
background-color: #752CC8;
}
</style>
border-color css
<style>
span { border-color: #752CC8; }
span { border-color: rgb(117,44,200); }
td.TdClassName
{
border-color: #752CC8;
}
.TagClassName
{
border-color: #752CC8;
}
</style>