Shades of Purple Heart #7522CF
Tints of Purple Heart #7522CF
RGB
CMYK
RGB Variations
Color information
#7522CF (or 0x7522CF) is known color: Purple Heart. HEX triplet: 75, 22 and CF. RGB value is (117,34,207). Sum of RGB (Red+Green+Blue) = 117+34+207=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 34 (13.67% from 255 or 9.50% from 358); Blue value is 207 (81.25% from 255 or 57.82% from 358); Max value from RGB is 207 - color contains mainly: blue. Hex color #7522CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7522CF is #8ADD30. Grayscale: #4D4D4D. Windows color (decimal): -9100593 or 13574773. OLE color: 13574773.
HSL color Cylindrical-coordinate representation of color #7522CF: hue angle of 268.79º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7522CF is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 34 | 207 | - |
| CMYK | 0.43 | 0.84 | 0 | 0.19 |
| HSL | 268.79º | 0.72% | 0.47% | - |
| HSV(B) | 268.79º | 0.84% | 0.81% | - |
| XYZ | 19.17 | 9.43 | 59.84 | - |
| YUV | 78.54 | 200.5 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 34 | 207 | 0.43 | 0.84 | 0 | 0.19 | 268.79 | 0.72 | 0.47 |
| Hex | 75 | 22 | CF | 2B | 54 | 0 | 13 | 10D | 48 | 2F |
| Octal | 165 | 42 | 317 | 53 | 124 | 0 | 23 | 415 | 110 | 57 |
| Binary | 1110101 | 100010 | 11001111 | 101011 | 1010100 | 0 | 10011 | 100001101 | 1001000 | 101111 |
Color Harmonies of #7522CF
Complementary color
Monochromatic Colors of #7522CF
Black with #7522CF
Text Example
Text Example
White with #7522CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7522CF; }
p { color: rgb(117,34,207); }
H1.HeaderClassName
{
color: #7522CF;
}
.AnyTagClassName
{
color: #7522CF;
}
</style>
background-color css
<style>
a { background-color: #7522CF; }
a { background-color: rgb(117,34,207); }
div.DivClassName
{
background-color: #7522CF;
}
.BgClassName
{
background-color: #7522CF;
}
</style>
border-color css
<style>
span { border-color: #7522CF; }
span { border-color: rgb(117,34,207); }
td.TdClassName
{
border-color: #7522CF;
}
.TagClassName
{
border-color: #7522CF;
}
</style>