Shades of Purple Heart #752FD4
Tints of Purple Heart #752FD4
RGB
CMYK
RGB Variations
Color information
#752FD4 (or 0x752FD4) is known color: Purple Heart. HEX triplet: 75, 2F and D4. RGB value is (117,47,212). Sum of RGB (Red+Green+Blue) = 117+47+212=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 47 (18.75% from 255 or 12.5% from 376); Blue value is 212 (83.20% from 255 or 56.38% from 376); Max value from RGB is 212 - color contains mainly: blue. Hex color #752FD4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752FD4 is #8AD02B. Grayscale: #565656. Windows color (decimal): -9097260 or 13905781. OLE color: 13905781.
HSL color Cylindrical-coordinate representation of color #752FD4: hue angle of 265.45º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #752FD4 is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 117 | 47 | 212 | - |
| CMYK | 0.45 | 0.78 | 0 | 0.17 |
| HSL | 265.45º | 0.66% | 0.51% | - |
| HSV(B) | 265.45º | 0.78% | 0.83% | - |
| XYZ | 20.24 | 10.57 | 63.26 | - |
| YUV | 86.74 | 198.69 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 47 | 212 | 0.45 | 0.78 | 0 | 0.17 | 265.45 | 0.66 | 0.51 |
| Hex | 75 | 2F | D4 | 2D | 4E | 0 | 11 | 109 | 42 | 33 |
| Octal | 165 | 57 | 324 | 55 | 116 | 0 | 21 | 411 | 102 | 63 |
| Binary | 1110101 | 101111 | 11010100 | 101101 | 1001110 | 0 | 10001 | 100001001 | 1000010 | 110011 |
Color Harmonies of #752FD4
Complementary color
Monochromatic Colors of #752FD4
Black with #752FD4
Text Example
Text Example
White with #752FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752FD4; }
p { color: rgb(117,47,212); }
H1.HeaderClassName
{
color: #752FD4;
}
.AnyTagClassName
{
color: #752FD4;
}
</style>
background-color css
<style>
a { background-color: #752FD4; }
a { background-color: rgb(117,47,212); }
div.DivClassName
{
background-color: #752FD4;
}
.BgClassName
{
background-color: #752FD4;
}
</style>
border-color css
<style>
span { border-color: #752FD4; }
span { border-color: rgb(117,47,212); }
td.TdClassName
{
border-color: #752FD4;
}
.TagClassName
{
border-color: #752FD4;
}
</style>