Shades of Purple Heart #752DCC
Tints of Purple Heart #752DCC
RGB
CMYK
RGB Variations
Color information
#752DCC (or 0x752DCC) is known color: Purple Heart. HEX triplet: 75, 2D and CC. RGB value is (117,45,204). Sum of RGB (Red+Green+Blue) = 117+45+204=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 45 (17.97% from 255 or 12.30% from 366); Blue value is 204 (80.08% from 255 or 55.74% from 366); Max value from RGB is 204 - color contains mainly: blue. Hex color #752DCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752DCC is #8AD233. Grayscale: #545454. Windows color (decimal): -9097780 or 13380981. OLE color: 13380981.
HSL color Cylindrical-coordinate representation of color #752DCC: hue angle of 267.17º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #752DCC is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 117 | 45 | 204 | - |
| CMYK | 0.43 | 0.78 | 0 | 0.2 |
| HSL | 267.17º | 0.64% | 0.49% | - |
| HSV(B) | 267.17º | 0.78% | 0.8% | - |
| XYZ | 19.17 | 10.02 | 58.05 | - |
| YUV | 84.65 | 195.35 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 45 | 204 | 0.43 | 0.78 | 0 | 0.2 | 267.17 | 0.64 | 0.49 |
| Hex | 75 | 2D | CC | 2B | 4E | 0 | 14 | 10B | 40 | 31 |
| Octal | 165 | 55 | 314 | 53 | 116 | 0 | 24 | 413 | 100 | 61 |
| Binary | 1110101 | 101101 | 11001100 | 101011 | 1001110 | 0 | 10100 | 100001011 | 1000000 | 110001 |
Color Harmonies of #752DCC
Complementary color
Monochromatic Colors of #752DCC
Black with #752DCC
Text Example
Text Example
White with #752DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752DCC; }
p { color: rgb(117,45,204); }
H1.HeaderClassName
{
color: #752DCC;
}
.AnyTagClassName
{
color: #752DCC;
}
</style>
background-color css
<style>
a { background-color: #752DCC; }
a { background-color: rgb(117,45,204); }
div.DivClassName
{
background-color: #752DCC;
}
.BgClassName
{
background-color: #752DCC;
}
</style>
border-color css
<style>
span { border-color: #752DCC; }
span { border-color: rgb(117,45,204); }
td.TdClassName
{
border-color: #752DCC;
}
.TagClassName
{
border-color: #752DCC;
}
</style>