Shades of Purple Heart #752FC0
Tints of Purple Heart #752FC0
RGB
CMYK
RGB Variations
Color information
#752FC0 (or 0x752FC0) is known color: Purple Heart. HEX triplet: 75, 2F and C0. RGB value is (117,47,192). Sum of RGB (Red+Green+Blue) = 117+47+192=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 47 (18.75% from 255 or 13.20% from 356); Blue value is 192 (75.39% from 255 or 53.93% from 356); Max value from RGB is 192 - color contains mainly: blue. Hex color #752FC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752FC0 is #8AD03F. Grayscale: #535353. Windows color (decimal): -9097280 or 12595061. OLE color: 12595061.
HSL color Cylindrical-coordinate representation of color #752FC0: hue angle of 268.97º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #752FC0 is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 47 | 192 | - |
| CMYK | 0.39 | 0.76 | 0 | 0.25 |
| HSL | 268.97º | 0.61% | 0.47% | - |
| HSV(B) | 268.97º | 0.76% | 0.75% | - |
| XYZ | 17.87 | 9.62 | 50.78 | - |
| YUV | 84.46 | 188.69 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 47 | 192 | 0.39 | 0.76 | 0 | 0.25 | 268.97 | 0.61 | 0.47 |
| Hex | 75 | 2F | C0 | 27 | 4C | 0 | 19 | 10D | 3D | 2F |
| Octal | 165 | 57 | 300 | 47 | 114 | 0 | 31 | 415 | 75 | 57 |
| Binary | 1110101 | 101111 | 11000000 | 100111 | 1001100 | 0 | 11001 | 100001101 | 111101 | 101111 |
Color Harmonies of #752FC0
Complementary color
Monochromatic Colors of #752FC0
Black with #752FC0
Text Example
Text Example
White with #752FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752FC0; }
p { color: rgb(117,47,192); }
H1.HeaderClassName
{
color: #752FC0;
}
.AnyTagClassName
{
color: #752FC0;
}
</style>
background-color css
<style>
a { background-color: #752FC0; }
a { background-color: rgb(117,47,192); }
div.DivClassName
{
background-color: #752FC0;
}
.BgClassName
{
background-color: #752FC0;
}
</style>
border-color css
<style>
span { border-color: #752FC0; }
span { border-color: rgb(117,47,192); }
td.TdClassName
{
border-color: #752FC0;
}
.TagClassName
{
border-color: #752FC0;
}
</style>