Shades of Purple Heart #752BC6
Tints of Purple Heart #752BC6
RGB
CMYK
RGB Variations
Color information
#752BC6 (or 0x752BC6) is known color: Purple Heart. HEX triplet: 75, 2B and C6. RGB value is (117,43,198). Sum of RGB (Red+Green+Blue) = 117+43+198=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 43 (17.19% from 255 or 12.01% from 358); Blue value is 198 (77.73% from 255 or 55.31% from 358); Max value from RGB is 198 - color contains mainly: blue. Hex color #752BC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752BC6 is #8AD439. Grayscale: #525252. Windows color (decimal): -9098298 or 12987253. OLE color: 12987253.
HSL color Cylindrical-coordinate representation of color #752BC6: hue angle of 268.65º 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 #752BC6 is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 43 | 198 | - |
| CMYK | 0.41 | 0.78 | 0 | 0.22 |
| HSL | 268.65º | 0.64% | 0.47% | - |
| HSV(B) | 268.65º | 0.78% | 0.78% | - |
| XYZ | 18.39 | 9.59 | 54.31 | - |
| YUV | 82.8 | 193.02 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 43 | 198 | 0.41 | 0.78 | 0 | 0.22 | 268.65 | 0.64 | 0.47 |
| Hex | 75 | 2B | C6 | 29 | 4E | 0 | 16 | 10D | 40 | 2F |
| Octal | 165 | 53 | 306 | 51 | 116 | 0 | 26 | 415 | 100 | 57 |
| Binary | 1110101 | 101011 | 11000110 | 101001 | 1001110 | 0 | 10110 | 100001101 | 1000000 | 101111 |
Color Harmonies of #752BC6
Complementary color
Monochromatic Colors of #752BC6
Black with #752BC6
Text Example
Text Example
White with #752BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752BC6; }
p { color: rgb(117,43,198); }
H1.HeaderClassName
{
color: #752BC6;
}
.AnyTagClassName
{
color: #752BC6;
}
</style>
background-color css
<style>
a { background-color: #752BC6; }
a { background-color: rgb(117,43,198); }
div.DivClassName
{
background-color: #752BC6;
}
.BgClassName
{
background-color: #752BC6;
}
</style>
border-color css
<style>
span { border-color: #752BC6; }
span { border-color: rgb(117,43,198); }
td.TdClassName
{
border-color: #752BC6;
}
.TagClassName
{
border-color: #752BC6;
}
</style>