Shades of Purple Heart #7A2DB3
Tints of Purple Heart #7A2DB3
RGB
CMYK
RGB Variations
Color information
#7A2DB3 (or 0x7A2DB3) is known color: Purple Heart. HEX triplet: 7A, 2D and B3. RGB value is (122,45,179). Sum of RGB (Red+Green+Blue) = 122+45+179=346 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.26% from 346); Green value is 45 (17.97% from 255 or 13.01% from 346); Blue value is 179 (70.31% from 255 or 51.73% from 346); Max value from RGB is 179 - color contains mainly: blue. Hex color #7A2DB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A2DB3 is #85D24C. Grayscale: #525252. Windows color (decimal): -8770125 or 11742586. OLE color: 11742586.
HSL color Cylindrical-coordinate representation of color #7A2DB3: hue angle of 274.48º degrees, saturation: 0.6, 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 #7A2DB3 is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 45 | 179 | - |
| CMYK | 0.32 | 0.75 | 0 | 0.30 |
| HSL | 274.48º | 0.6% | 0.44% | - |
| HSV(B) | 274.48º | 0.75% | 0.7% | - |
| XYZ | 17.1 | 9.27 | 43.54 | - |
| YUV | 83.3 | 182.01 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 45 | 179 | 0.32 | 0.75 | 0 | 0.30 | 274.48 | 0.6 | 0.44 |
| Hex | 7A | 2D | B3 | 20 | 4B | 0 | 1E | 112 | 3C | 2C |
| Octal | 172 | 55 | 263 | 40 | 113 | 0 | 36 | 422 | 74 | 54 |
| Binary | 1111010 | 101101 | 10110011 | 100000 | 1001011 | 0 | 11110 | 100010010 | 111100 | 101100 |
Color Harmonies of #7A2DB3
Complementary color
Monochromatic Colors of #7A2DB3
Black with #7A2DB3
Text Example
Text Example
White with #7A2DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2DB3; }
p { color: rgb(122,45,179); }
H1.HeaderClassName
{
color: #7A2DB3;
}
.AnyTagClassName
{
color: #7A2DB3;
}
</style>
background-color css
<style>
a { background-color: #7A2DB3; }
a { background-color: rgb(122,45,179); }
div.DivClassName
{
background-color: #7A2DB3;
}
.BgClassName
{
background-color: #7A2DB3;
}
</style>
border-color css
<style>
span { border-color: #7A2DB3; }
span { border-color: rgb(122,45,179); }
td.TdClassName
{
border-color: #7A2DB3;
}
.TagClassName
{
border-color: #7A2DB3;
}
</style>