Shades of Purple Heart #7A2CB3
Tints of Purple Heart #7A2CB3
RGB
CMYK
RGB Variations
Color information
#7A2CB3 (or 0x7A2CB3) is known color: Purple Heart. HEX triplet: 7A, 2C and B3. RGB value is (122,44,179). Sum of RGB (Red+Green+Blue) = 122+44+179=345 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.36% from 345); Green value is 44 (17.58% from 255 or 12.75% from 345); Blue value is 179 (70.31% from 255 or 51.88% from 345); Max value from RGB is 179 - color contains mainly: blue. Hex color #7A2CB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A2CB3 is #85D34C. Grayscale: #525252. Windows color (decimal): -8770381 or 11742330. OLE color: 11742330.
HSL color Cylindrical-coordinate representation of color #7A2CB3: hue angle of 274.67º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7A2CB3 is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 44 | 179 | - |
| CMYK | 0.32 | 0.75 | 0 | 0.30 |
| HSL | 274.67º | 0.61% | 0.44% | - |
| HSV(B) | 274.67º | 0.75% | 0.7% | - |
| XYZ | 17.06 | 9.19 | 43.52 | - |
| YUV | 82.71 | 182.34 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 44 | 179 | 0.32 | 0.75 | 0 | 0.30 | 274.67 | 0.61 | 0.44 |
| Hex | 7A | 2C | B3 | 20 | 4B | 0 | 1E | 113 | 3D | 2C |
| Octal | 172 | 54 | 263 | 40 | 113 | 0 | 36 | 423 | 75 | 54 |
| Binary | 1111010 | 101100 | 10110011 | 100000 | 1001011 | 0 | 11110 | 100010011 | 111101 | 101100 |
Color Harmonies of #7A2CB3
Complementary color
Monochromatic Colors of #7A2CB3
Black with #7A2CB3
Text Example
Text Example
White with #7A2CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2CB3; }
p { color: rgb(122,44,179); }
H1.HeaderClassName
{
color: #7A2CB3;
}
.AnyTagClassName
{
color: #7A2CB3;
}
</style>
background-color css
<style>
a { background-color: #7A2CB3; }
a { background-color: rgb(122,44,179); }
div.DivClassName
{
background-color: #7A2CB3;
}
.BgClassName
{
background-color: #7A2CB3;
}
</style>
border-color css
<style>
span { border-color: #7A2CB3; }
span { border-color: rgb(122,44,179); }
td.TdClassName
{
border-color: #7A2CB3;
}
.TagClassName
{
border-color: #7A2CB3;
}
</style>