Shades of Purple Heart #7A28C6
Tints of Purple Heart #7A28C6
RGB
CMYK
RGB Variations
Color information
#7A28C6 (or 0x7A28C6) is known color: Purple Heart. HEX triplet: 7A, 28 and C6. RGB value is (122,40,198). Sum of RGB (Red+Green+Blue) = 122+40+198=360 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.89% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 198 (77.73% from 255 or 55% from 360); Max value from RGB is 198 - color contains mainly: blue. Hex color #7A28C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A28C6 is #85D739. Grayscale: #515151. Windows color (decimal): -8771386 or 12986490. OLE color: 12986490.
HSL color Cylindrical-coordinate representation of color #7A28C6: hue angle of 271.14º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A28C6 is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 122 | 40 | 198 | - |
| CMYK | 0.38 | 0.80 | 0 | 0.22 |
| HSL | 271.14º | 0.66% | 0.47% | - |
| HSV(B) | 271.14º | 0.8% | 0.78% | - |
| XYZ | 18.98 | 9.73 | 54.3 | - |
| YUV | 82.53 | 193.17 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 40 | 198 | 0.38 | 0.80 | 0 | 0.22 | 271.14 | 0.66 | 0.47 |
| Hex | 7A | 28 | C6 | 26 | 50 | 0 | 16 | 10F | 42 | 2F |
| Octal | 172 | 50 | 306 | 46 | 120 | 0 | 26 | 417 | 102 | 57 |
| Binary | 1111010 | 101000 | 11000110 | 100110 | 1010000 | 0 | 10110 | 100001111 | 1000010 | 101111 |
Color Harmonies of #7A28C6
Complementary color
Monochromatic Colors of #7A28C6
Black with #7A28C6
Text Example
Text Example
White with #7A28C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A28C6; }
p { color: rgb(122,40,198); }
H1.HeaderClassName
{
color: #7A28C6;
}
.AnyTagClassName
{
color: #7A28C6;
}
</style>
background-color css
<style>
a { background-color: #7A28C6; }
a { background-color: rgb(122,40,198); }
div.DivClassName
{
background-color: #7A28C6;
}
.BgClassName
{
background-color: #7A28C6;
}
</style>
border-color css
<style>
span { border-color: #7A28C6; }
span { border-color: rgb(122,40,198); }
td.TdClassName
{
border-color: #7A28C6;
}
.TagClassName
{
border-color: #7A28C6;
}
</style>