Shades of Purple Heart #7A25B6
Tints of Purple Heart #7A25B6
RGB
CMYK
RGB Variations
Color information
#7A25B6 (or 0x7A25B6) is known color: Purple Heart. HEX triplet: 7A, 25 and B6. RGB value is (122,37,182). Sum of RGB (Red+Green+Blue) = 122+37+182=341 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.78% from 341); Green value is 37 (14.84% from 255 or 10.85% from 341); Blue value is 182 (71.48% from 255 or 53.37% from 341); Max value from RGB is 182 - color contains mainly: blue. Hex color #7A25B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A25B6 is #85DA49. Grayscale: #4E4E4E. Windows color (decimal): -8772170 or 11937146. OLE color: 11937146.
HSL color Cylindrical-coordinate representation of color #7A25B6: hue angle of 275.17º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A25B6 is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 37 | 182 | - |
| CMYK | 0.33 | 0.80 | 0 | 0.29 |
| HSL | 275.17º | 0.66% | 0.43% | - |
| HSV(B) | 275.17º | 0.8% | 0.71% | - |
| XYZ | 17.13 | 8.84 | 45.06 | - |
| YUV | 78.95 | 186.16 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 37 | 182 | 0.33 | 0.80 | 0 | 0.29 | 275.17 | 0.66 | 0.43 |
| Hex | 7A | 25 | B6 | 21 | 50 | 0 | 1D | 113 | 42 | 2B |
| Octal | 172 | 45 | 266 | 41 | 120 | 0 | 35 | 423 | 102 | 53 |
| Binary | 1111010 | 100101 | 10110110 | 100001 | 1010000 | 0 | 11101 | 100010011 | 1000010 | 101011 |
Color Harmonies of #7A25B6
Complementary color
Monochromatic Colors of #7A25B6
Black with #7A25B6
Text Example
Text Example
White with #7A25B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A25B6; }
p { color: rgb(122,37,182); }
H1.HeaderClassName
{
color: #7A25B6;
}
.AnyTagClassName
{
color: #7A25B6;
}
</style>
background-color css
<style>
a { background-color: #7A25B6; }
a { background-color: rgb(122,37,182); }
div.DivClassName
{
background-color: #7A25B6;
}
.BgClassName
{
background-color: #7A25B6;
}
</style>
border-color css
<style>
span { border-color: #7A25B6; }
span { border-color: rgb(122,37,182); }
td.TdClassName
{
border-color: #7A25B6;
}
.TagClassName
{
border-color: #7A25B6;
}
</style>