Shades of Purple Heart #752BC7
Tints of Purple Heart #752BC7
RGB
CMYK
RGB Variations
Color information
#752BC7 (or 0x752BC7) is known color: Purple Heart. HEX triplet: 75, 2B and C7. RGB value is (117,43,199). Sum of RGB (Red+Green+Blue) = 117+43+199=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 43 (17.19% from 255 or 11.98% from 359); Blue value is 199 (78.12% from 255 or 55.43% from 359); Max value from RGB is 199 - color contains mainly: blue. Hex color #752BC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752BC7 is #8AD438. Grayscale: #525252. Windows color (decimal): -9098297 or 13052789. OLE color: 13052789.
HSL color Cylindrical-coordinate representation of color #752BC7: hue angle of 268.46º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #752BC7 is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 43 | 199 | - |
| CMYK | 0.41 | 0.78 | 0 | 0.22 |
| HSL | 268.46º | 0.64% | 0.47% | - |
| HSV(B) | 268.46º | 0.78% | 0.78% | - |
| XYZ | 18.51 | 9.63 | 54.92 | - |
| YUV | 82.91 | 193.52 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 43 | 199 | 0.41 | 0.78 | 0 | 0.22 | 268.46 | 0.64 | 0.47 |
| Hex | 75 | 2B | C7 | 29 | 4E | 0 | 16 | 10C | 40 | 2F |
| Octal | 165 | 53 | 307 | 51 | 116 | 0 | 26 | 414 | 100 | 57 |
| Binary | 1110101 | 101011 | 11000111 | 101001 | 1001110 | 0 | 10110 | 100001100 | 1000000 | 101111 |
Color Harmonies of #752BC7
Complementary color
Monochromatic Colors of #752BC7
Black with #752BC7
Text Example
Text Example
White with #752BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752BC7; }
p { color: rgb(117,43,199); }
H1.HeaderClassName
{
color: #752BC7;
}
.AnyTagClassName
{
color: #752BC7;
}
</style>
background-color css
<style>
a { background-color: #752BC7; }
a { background-color: rgb(117,43,199); }
div.DivClassName
{
background-color: #752BC7;
}
.BgClassName
{
background-color: #752BC7;
}
</style>
border-color css
<style>
span { border-color: #752BC7; }
span { border-color: rgb(117,43,199); }
td.TdClassName
{
border-color: #752BC7;
}
.TagClassName
{
border-color: #752BC7;
}
</style>