Shades of Purple Heart #7520CF
Tints of Purple Heart #7520CF
RGB
CMYK
RGB Variations
Color information
#7520CF (or 0x7520CF) is known color: Purple Heart. HEX triplet: 75, 20 and CF. RGB value is (117,32,207). Sum of RGB (Red+Green+Blue) = 117+32+207=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 207 (81.25% from 255 or 58.15% from 356); Max value from RGB is 207 - color contains mainly: blue. Hex color #7520CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7520CF is #8ADF30. Grayscale: #4C4C4C. Windows color (decimal): -9101105 or 13574261. OLE color: 13574261.
HSL color Cylindrical-coordinate representation of color #7520CF: hue angle of 269.14º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7520CF is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 32 | 207 | - |
| CMYK | 0.43 | 0.85 | 0 | 0.19 |
| HSL | 269.14º | 0.73% | 0.47% | - |
| HSV(B) | 269.14º | 0.85% | 0.81% | - |
| XYZ | 19.12 | 9.32 | 59.82 | - |
| YUV | 77.37 | 201.16 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 32 | 207 | 0.43 | 0.85 | 0 | 0.19 | 269.14 | 0.73 | 0.47 |
| Hex | 75 | 20 | CF | 2B | 55 | 0 | 13 | 10D | 49 | 2F |
| Octal | 165 | 40 | 317 | 53 | 125 | 0 | 23 | 415 | 111 | 57 |
| Binary | 1110101 | 100000 | 11001111 | 101011 | 1010101 | 0 | 10011 | 100001101 | 1001001 | 101111 |
Color Harmonies of #7520CF
Complementary color
Monochromatic Colors of #7520CF
Black with #7520CF
Text Example
Text Example
White with #7520CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7520CF; }
p { color: rgb(117,32,207); }
H1.HeaderClassName
{
color: #7520CF;
}
.AnyTagClassName
{
color: #7520CF;
}
</style>
background-color css
<style>
a { background-color: #7520CF; }
a { background-color: rgb(117,32,207); }
div.DivClassName
{
background-color: #7520CF;
}
.BgClassName
{
background-color: #7520CF;
}
</style>
border-color css
<style>
span { border-color: #7520CF; }
span { border-color: rgb(117,32,207); }
td.TdClassName
{
border-color: #7520CF;
}
.TagClassName
{
border-color: #7520CF;
}
</style>