Shades of Purple Heart #7A40CF
Tints of Purple Heart #7A40CF
RGB
CMYK
RGB Variations
Color information
#7A40CF (or 0x7A40CF) is known color: Purple Heart. HEX triplet: 7A, 40 and CF. RGB value is (122,64,207). Sum of RGB (Red+Green+Blue) = 122+64+207=393 (52% of max value = 765). Red value is 122 (48.05% from 255 or 31.04% from 393); Green value is 64 (25.39% from 255 or 16.28% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #7A40CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A40CF is #85BF30. Grayscale: #616161. Windows color (decimal): -8765233 or 13582458. OLE color: 13582458.
HSL color Cylindrical-coordinate representation of color #7A40CF: hue angle of 264.34º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7A40CF is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 64 | 207 | - |
| CMYK | 0.41 | 0.69 | 0 | 0.19 |
| HSL | 264.34º | 0.6% | 0.53% | - |
| HSV(B) | 264.34º | 0.69% | 0.81% | - |
| XYZ | 21.12 | 12.31 | 60.29 | - |
| YUV | 97.64 | 189.72 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 64 | 207 | 0.41 | 0.69 | 0 | 0.19 | 264.34 | 0.6 | 0.53 |
| Hex | 7A | 40 | CF | 29 | 45 | 0 | 13 | 108 | 3C | 35 |
| Octal | 172 | 100 | 317 | 51 | 105 | 0 | 23 | 410 | 74 | 65 |
| Binary | 1111010 | 1000000 | 11001111 | 101001 | 1000101 | 0 | 10011 | 100001000 | 111100 | 110101 |
Color Harmonies of #7A40CF
Complementary color
Monochromatic Colors of #7A40CF
Black with #7A40CF
Text Example
Text Example
White with #7A40CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A40CF; }
p { color: rgb(122,64,207); }
H1.HeaderClassName
{
color: #7A40CF;
}
.AnyTagClassName
{
color: #7A40CF;
}
</style>
background-color css
<style>
a { background-color: #7A40CF; }
a { background-color: rgb(122,64,207); }
div.DivClassName
{
background-color: #7A40CF;
}
.BgClassName
{
background-color: #7A40CF;
}
</style>
border-color css
<style>
span { border-color: #7A40CF; }
span { border-color: rgb(122,64,207); }
td.TdClassName
{
border-color: #7A40CF;
}
.TagClassName
{
border-color: #7A40CF;
}
</style>