Shades of Purple Heart #752FD5
Tints of Purple Heart #752FD5
RGB
CMYK
RGB Variations
Color information
#752FD5 (or 0x752FD5) is known color: Purple Heart. HEX triplet: 75, 2F and D5. RGB value is (117,47,213). Sum of RGB (Red+Green+Blue) = 117+47+213=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 47 (18.75% from 255 or 12.47% from 377); Blue value is 213 (83.59% from 255 or 56.50% from 377); Max value from RGB is 213 - color contains mainly: blue. Hex color #752FD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752FD5 is #8AD02A. Grayscale: #565656. Windows color (decimal): -9097259 or 13971317. OLE color: 13971317.
HSL color Cylindrical-coordinate representation of color #752FD5: hue angle of 265.3º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #752FD5 is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 47 | 213 | - |
| CMYK | 0.45 | 0.78 | 0 | 0.16 |
| HSL | 265.3º | 0.66% | 0.51% | - |
| HSV(B) | 265.3º | 0.78% | 0.84% | - |
| XYZ | 20.36 | 10.62 | 63.93 | - |
| YUV | 86.85 | 199.19 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 47 | 213 | 0.45 | 0.78 | 0 | 0.16 | 265.3 | 0.66 | 0.51 |
| Hex | 75 | 2F | D5 | 2D | 4E | 0 | 10 | 109 | 42 | 33 |
| Octal | 165 | 57 | 325 | 55 | 116 | 0 | 20 | 411 | 102 | 63 |
| Binary | 1110101 | 101111 | 11010101 | 101101 | 1001110 | 0 | 10000 | 100001001 | 1000010 | 110011 |
Color Harmonies of #752FD5
Complementary color
Monochromatic Colors of #752FD5
Black with #752FD5
Text Example
Text Example
White with #752FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752FD5; }
p { color: rgb(117,47,213); }
H1.HeaderClassName
{
color: #752FD5;
}
.AnyTagClassName
{
color: #752FD5;
}
</style>
background-color css
<style>
a { background-color: #752FD5; }
a { background-color: rgb(117,47,213); }
div.DivClassName
{
background-color: #752FD5;
}
.BgClassName
{
background-color: #752FD5;
}
</style>
border-color css
<style>
span { border-color: #752FD5; }
span { border-color: rgb(117,47,213); }
td.TdClassName
{
border-color: #752FD5;
}
.TagClassName
{
border-color: #752FD5;
}
</style>