Shades of Purple Heart #7A2CC1
Tints of Purple Heart #7A2CC1
RGB
CMYK
RGB Variations
Color information
#7A2CC1 (or 0x7A2CC1) is known color: Purple Heart. HEX triplet: 7A, 2C and C1. RGB value is (122,44,193). Sum of RGB (Red+Green+Blue) = 122+44+193=359 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.98% from 359); Green value is 44 (17.58% from 255 or 12.26% from 359); Blue value is 193 (75.78% from 255 or 53.76% from 359); Max value from RGB is 193 - color contains mainly: blue. Hex color #7A2CC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A2CC1 is #85D33E. Grayscale: #535353. Windows color (decimal): -8770367 or 12659834. OLE color: 12659834.
HSL color Cylindrical-coordinate representation of color #7A2CC1: hue angle of 271.41º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7A2CC1 is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 44 | 193 | - |
| CMYK | 0.37 | 0.77 | 0 | 0.24 |
| HSL | 271.41º | 0.63% | 0.46% | - |
| HSV(B) | 271.41º | 0.77% | 0.76% | - |
| XYZ | 18.55 | 9.79 | 51.36 | - |
| YUV | 84.31 | 189.34 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 44 | 193 | 0.37 | 0.77 | 0 | 0.24 | 271.41 | 0.63 | 0.46 |
| Hex | 7A | 2C | C1 | 25 | 4D | 0 | 18 | 10F | 3F | 2E |
| Octal | 172 | 54 | 301 | 45 | 115 | 0 | 30 | 417 | 77 | 56 |
| Binary | 1111010 | 101100 | 11000001 | 100101 | 1001101 | 0 | 11000 | 100001111 | 111111 | 101110 |
Color Harmonies of #7A2CC1
Complementary color
Monochromatic Colors of #7A2CC1
Black with #7A2CC1
Text Example
Text Example
White with #7A2CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2CC1; }
p { color: rgb(122,44,193); }
H1.HeaderClassName
{
color: #7A2CC1;
}
.AnyTagClassName
{
color: #7A2CC1;
}
</style>
background-color css
<style>
a { background-color: #7A2CC1; }
a { background-color: rgb(122,44,193); }
div.DivClassName
{
background-color: #7A2CC1;
}
.BgClassName
{
background-color: #7A2CC1;
}
</style>
border-color css
<style>
span { border-color: #7A2CC1; }
span { border-color: rgb(122,44,193); }
td.TdClassName
{
border-color: #7A2CC1;
}
.TagClassName
{
border-color: #7A2CC1;
}
</style>