Shades of Purple Heart #7A28B7
Tints of Purple Heart #7A28B7
RGB
CMYK
RGB Variations
Color information
#7A28B7 (or 0x7A28B7) is known color: Purple Heart. HEX triplet: 7A, 28 and B7. RGB value is (122,40,183). Sum of RGB (Red+Green+Blue) = 122+40+183=345 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.36% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 183 (71.88% from 255 or 53.04% from 345); Max value from RGB is 183 - color contains mainly: blue. Hex color #7A28B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A28B7 is #85D748. Grayscale: #505050. Windows color (decimal): -8771401 or 12003450. OLE color: 12003450.
HSL color Cylindrical-coordinate representation of color #7A28B7: hue angle of 274.41º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7A28B7 is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 40 | 183 | - |
| CMYK | 0.33 | 0.78 | 0 | 0.28 |
| HSL | 274.41º | 0.64% | 0.44% | - |
| HSV(B) | 274.41º | 0.78% | 0.72% | - |
| XYZ | 17.33 | 9.07 | 45.64 | - |
| YUV | 80.82 | 185.67 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 40 | 183 | 0.33 | 0.78 | 0 | 0.28 | 274.41 | 0.64 | 0.44 |
| Hex | 7A | 28 | B7 | 21 | 4E | 0 | 1C | 112 | 40 | 2C |
| Octal | 172 | 50 | 267 | 41 | 116 | 0 | 34 | 422 | 100 | 54 |
| Binary | 1111010 | 101000 | 10110111 | 100001 | 1001110 | 0 | 11100 | 100010010 | 1000000 | 101100 |
Color Harmonies of #7A28B7
Complementary color
Monochromatic Colors of #7A28B7
Black with #7A28B7
Text Example
Text Example
White with #7A28B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A28B7; }
p { color: rgb(122,40,183); }
H1.HeaderClassName
{
color: #7A28B7;
}
.AnyTagClassName
{
color: #7A28B7;
}
</style>
background-color css
<style>
a { background-color: #7A28B7; }
a { background-color: rgb(122,40,183); }
div.DivClassName
{
background-color: #7A28B7;
}
.BgClassName
{
background-color: #7A28B7;
}
</style>
border-color css
<style>
span { border-color: #7A28B7; }
span { border-color: rgb(122,40,183); }
td.TdClassName
{
border-color: #7A28B7;
}
.TagClassName
{
border-color: #7A28B7;
}
</style>