Shades of Purple Heart #7A28BA
Tints of Purple Heart #7A28BA
RGB
CMYK
RGB Variations
Color information
#7A28BA (or 0x7A28BA) is known color: Purple Heart. HEX triplet: 7A, 28 and BA. RGB value is (122,40,186). Sum of RGB (Red+Green+Blue) = 122+40+186=348 (46% of max value = 765). Red value is 122 (48.05% from 255 or 35.06% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #7A28BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A28BA is #85D745. Grayscale: #505050. Windows color (decimal): -8771398 or 12200058. OLE color: 12200058.
HSL color Cylindrical-coordinate representation of color #7A28BA: hue angle of 273.7º degrees, saturation: 0.65, 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 #7A28BA is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 40 | 186 | - |
| CMYK | 0.34 | 0.78 | 0 | 0.27 |
| HSL | 273.7º | 0.65% | 0.44% | - |
| HSV(B) | 273.7º | 0.78% | 0.73% | - |
| XYZ | 17.65 | 9.2 | 47.3 | - |
| YUV | 81.16 | 187.17 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 40 | 186 | 0.34 | 0.78 | 0 | 0.27 | 273.7 | 0.65 | 0.44 |
| Hex | 7A | 28 | BA | 22 | 4E | 0 | 1B | 112 | 41 | 2C |
| Octal | 172 | 50 | 272 | 42 | 116 | 0 | 33 | 422 | 101 | 54 |
| Binary | 1111010 | 101000 | 10111010 | 100010 | 1001110 | 0 | 11011 | 100010010 | 1000001 | 101100 |
Color Harmonies of #7A28BA
Complementary color
Monochromatic Colors of #7A28BA
Black with #7A28BA
Text Example
Text Example
White with #7A28BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A28BA; }
p { color: rgb(122,40,186); }
H1.HeaderClassName
{
color: #7A28BA;
}
.AnyTagClassName
{
color: #7A28BA;
}
</style>
background-color css
<style>
a { background-color: #7A28BA; }
a { background-color: rgb(122,40,186); }
div.DivClassName
{
background-color: #7A28BA;
}
.BgClassName
{
background-color: #7A28BA;
}
</style>
border-color css
<style>
span { border-color: #7A28BA; }
span { border-color: rgb(122,40,186); }
td.TdClassName
{
border-color: #7A28BA;
}
.TagClassName
{
border-color: #7A28BA;
}
</style>