Shades of Purple Heart #7A40CD
Tints of Purple Heart #7A40CD
RGB
CMYK
RGB Variations
Color information
#7A40CD (or 0x7A40CD) is known color: Purple Heart. HEX triplet: 7A, 40 and CD. RGB value is (122,64,205). Sum of RGB (Red+Green+Blue) = 122+64+205=391 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.20% from 391); Green value is 64 (25.39% from 255 or 16.37% from 391); Blue value is 205 (80.47% from 255 or 52.43% from 391); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A40CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A40CD is #85BF32. Grayscale: #606060. Windows color (decimal): -8765235 or 13451386. OLE color: 13451386.
HSL color Cylindrical-coordinate representation of color #7A40CD: hue angle of 264.68º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7A40CD is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 64 | 205 | - |
| CMYK | 0.40 | 0.69 | 0 | 0.20 |
| HSL | 264.68º | 0.59% | 0.53% | - |
| HSV(B) | 264.68º | 0.69% | 0.8% | - |
| XYZ | 20.88 | 12.21 | 59.01 | - |
| YUV | 97.42 | 188.72 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 64 | 205 | 0.40 | 0.69 | 0 | 0.20 | 264.68 | 0.59 | 0.53 |
| Hex | 7A | 40 | CD | 28 | 45 | 0 | 14 | 109 | 3B | 35 |
| Octal | 172 | 100 | 315 | 50 | 105 | 0 | 24 | 411 | 73 | 65 |
| Binary | 1111010 | 1000000 | 11001101 | 101000 | 1000101 | 0 | 10100 | 100001001 | 111011 | 110101 |
Color Harmonies of #7A40CD
Complementary color
Monochromatic Colors of #7A40CD
Black with #7A40CD
Text Example
Text Example
White with #7A40CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A40CD; }
p { color: rgb(122,64,205); }
H1.HeaderClassName
{
color: #7A40CD;
}
.AnyTagClassName
{
color: #7A40CD;
}
</style>
background-color css
<style>
a { background-color: #7A40CD; }
a { background-color: rgb(122,64,205); }
div.DivClassName
{
background-color: #7A40CD;
}
.BgClassName
{
background-color: #7A40CD;
}
</style>
border-color css
<style>
span { border-color: #7A40CD; }
span { border-color: rgb(122,64,205); }
td.TdClassName
{
border-color: #7A40CD;
}
.TagClassName
{
border-color: #7A40CD;
}
</style>