Shades of Purple Heart #752BCC
Tints of Purple Heart #752BCC
RGB
CMYK
RGB Variations
Color information
#752BCC (or 0x752BCC) is known color: Purple Heart. HEX triplet: 75, 2B and CC. RGB value is (117,43,204). Sum of RGB (Red+Green+Blue) = 117+43+204=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 43 (17.19% from 255 or 11.81% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #752BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752BCC is #8AD433. Grayscale: #525252. Windows color (decimal): -9098292 or 13380469. OLE color: 13380469.
HSL color Cylindrical-coordinate representation of color #752BCC: hue angle of 267.58º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #752BCC is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 117 | 43 | 204 | - |
| CMYK | 0.43 | 0.79 | 0 | 0.2 |
| HSL | 267.58º | 0.65% | 0.48% | - |
| HSV(B) | 267.58º | 0.79% | 0.8% | - |
| XYZ | 19.1 | 9.87 | 58.03 | - |
| YUV | 83.48 | 196.02 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 43 | 204 | 0.43 | 0.79 | 0 | 0.2 | 267.58 | 0.65 | 0.48 |
| Hex | 75 | 2B | CC | 2B | 4F | 0 | 14 | 10C | 41 | 30 |
| Octal | 165 | 53 | 314 | 53 | 117 | 0 | 24 | 414 | 101 | 60 |
| Binary | 1110101 | 101011 | 11001100 | 101011 | 1001111 | 0 | 10100 | 100001100 | 1000001 | 110000 |
Color Harmonies of #752BCC
Complementary color
Monochromatic Colors of #752BCC
Black with #752BCC
Text Example
Text Example
White with #752BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752BCC; }
p { color: rgb(117,43,204); }
H1.HeaderClassName
{
color: #752BCC;
}
.AnyTagClassName
{
color: #752BCC;
}
</style>
background-color css
<style>
a { background-color: #752BCC; }
a { background-color: rgb(117,43,204); }
div.DivClassName
{
background-color: #752BCC;
}
.BgClassName
{
background-color: #752BCC;
}
</style>
border-color css
<style>
span { border-color: #752BCC; }
span { border-color: rgb(117,43,204); }
td.TdClassName
{
border-color: #752BCC;
}
.TagClassName
{
border-color: #752BCC;
}
</style>