Shades of Purple Heart #7A42C5
Tints of Purple Heart #7A42C5
RGB
CMYK
RGB Variations
Color information
#7A42C5 (or 0x7A42C5) is known color: Purple Heart. HEX triplet: 7A, 42 and C5. RGB value is (122,66,197). Sum of RGB (Red+Green+Blue) = 122+66+197=385 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.69% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 197 (77.34% from 255 or 51.17% from 385); Max value from RGB is 197 - color contains mainly: blue. Hex color #7A42C5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A42C5 is #85BD3A. Grayscale: #616161. Windows color (decimal): -8764731 or 12927610. OLE color: 12927610.
HSL color Cylindrical-coordinate representation of color #7A42C5: hue angle of 265.65º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7A42C5 is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 122 | 66 | 197 | - |
| CMYK | 0.38 | 0.66 | 0 | 0.23 |
| HSL | 265.65º | 0.53% | 0.52% | - |
| HSV(B) | 265.65º | 0.66% | 0.77% | - |
| XYZ | 20.05 | 12.07 | 54.1 | - |
| YUV | 97.68 | 184.05 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 66 | 197 | 0.38 | 0.66 | 0 | 0.23 | 265.65 | 0.53 | 0.52 |
| Hex | 7A | 42 | C5 | 26 | 42 | 0 | 17 | 10A | 35 | 34 |
| Octal | 172 | 102 | 305 | 46 | 102 | 0 | 27 | 412 | 65 | 64 |
| Binary | 1111010 | 1000010 | 11000101 | 100110 | 1000010 | 0 | 10111 | 100001010 | 110101 | 110100 |
Color Harmonies of #7A42C5
Complementary color
Monochromatic Colors of #7A42C5
Black with #7A42C5
Text Example
Text Example
White with #7A42C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A42C5; }
p { color: rgb(122,66,197); }
H1.HeaderClassName
{
color: #7A42C5;
}
.AnyTagClassName
{
color: #7A42C5;
}
</style>
background-color css
<style>
a { background-color: #7A42C5; }
a { background-color: rgb(122,66,197); }
div.DivClassName
{
background-color: #7A42C5;
}
.BgClassName
{
background-color: #7A42C5;
}
</style>
border-color css
<style>
span { border-color: #7A42C5; }
span { border-color: rgb(122,66,197); }
td.TdClassName
{
border-color: #7A42C5;
}
.TagClassName
{
border-color: #7A42C5;
}
</style>