Shades of Purple Heart #7A28B9
Tints of Purple Heart #7A28B9
RGB
CMYK
RGB Variations
Color information
#7A28B9 (or 0x7A28B9) is known color: Purple Heart. HEX triplet: 7A, 28 and B9. RGB value is (122,40,185). Sum of RGB (Red+Green+Blue) = 122+40+185=347 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.16% from 347); Green value is 40 (16.02% from 255 or 11.53% from 347); Blue value is 185 (72.66% from 255 or 53.31% from 347); Max value from RGB is 185 - color contains mainly: blue. Hex color #7A28B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A28B9 is #85D746. Grayscale: #505050. Windows color (decimal): -8771399 or 12134522. OLE color: 12134522.
HSL color Cylindrical-coordinate representation of color #7A28B9: hue angle of 273.93º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7A28B9 is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 40 | 185 | - |
| CMYK | 0.34 | 0.78 | 0 | 0.27 |
| HSL | 273.93º | 0.64% | 0.44% | - |
| HSV(B) | 273.93º | 0.78% | 0.73% | - |
| XYZ | 17.54 | 9.16 | 46.74 | - |
| YUV | 81.05 | 186.67 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 40 | 185 | 0.34 | 0.78 | 0 | 0.27 | 273.93 | 0.64 | 0.44 |
| Hex | 7A | 28 | B9 | 22 | 4E | 0 | 1B | 112 | 40 | 2C |
| Octal | 172 | 50 | 271 | 42 | 116 | 0 | 33 | 422 | 100 | 54 |
| Binary | 1111010 | 101000 | 10111001 | 100010 | 1001110 | 0 | 11011 | 100010010 | 1000000 | 101100 |
Color Harmonies of #7A28B9
Complementary color
Monochromatic Colors of #7A28B9
Black with #7A28B9
Text Example
Text Example
White with #7A28B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A28B9; }
p { color: rgb(122,40,185); }
H1.HeaderClassName
{
color: #7A28B9;
}
.AnyTagClassName
{
color: #7A28B9;
}
</style>
background-color css
<style>
a { background-color: #7A28B9; }
a { background-color: rgb(122,40,185); }
div.DivClassName
{
background-color: #7A28B9;
}
.BgClassName
{
background-color: #7A28B9;
}
</style>
border-color css
<style>
span { border-color: #7A28B9; }
span { border-color: rgb(122,40,185); }
td.TdClassName
{
border-color: #7A28B9;
}
.TagClassName
{
border-color: #7A28B9;
}
</style>