Shades of Purple Heart #7A1BAF
Tints of Purple Heart #7A1BAF
RGB
CMYK
RGB Variations
Color information
#7A1BAF (or 0x7A1BAF) is known color: Purple Heart. HEX triplet: 7A, 1B and AF. RGB value is (122,27,175). Sum of RGB (Red+Green+Blue) = 122+27+175=324 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.65% from 324); Green value is 27 (10.94% from 255 or 8.33% from 324); Blue value is 175 (68.75% from 255 or 54.01% from 324); Max value from RGB is 175 - color contains mainly: blue. Hex color #7A1BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A1BAF is #85E450. Grayscale: #474747. Windows color (decimal): -8774737 or 11475834. OLE color: 11475834.
HSL color Cylindrical-coordinate representation of color #7A1BAF: hue angle of 278.51º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A1BAF is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 27 | 175 | - |
| CMYK | 0.30 | 0.85 | 0 | 0.31 |
| HSL | 278.51º | 0.73% | 0.4% | - |
| HSV(B) | 278.51º | 0.85% | 0.69% | - |
| XYZ | 16.16 | 8.02 | 41.25 | - |
| YUV | 72.28 | 185.97 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 27 | 175 | 0.30 | 0.85 | 0 | 0.31 | 278.51 | 0.73 | 0.4 |
| Hex | 7A | 1B | AF | 1E | 55 | 0 | 1F | 117 | 49 | 28 |
| Octal | 172 | 33 | 257 | 36 | 125 | 0 | 37 | 427 | 111 | 50 |
| Binary | 1111010 | 11011 | 10101111 | 11110 | 1010101 | 0 | 11111 | 100010111 | 1001001 | 101000 |
Color Harmonies of #7A1BAF
Complementary color
Monochromatic Colors of #7A1BAF
Black with #7A1BAF
Text Example
Text Example
White with #7A1BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1BAF; }
p { color: rgb(122,27,175); }
H1.HeaderClassName
{
color: #7A1BAF;
}
.AnyTagClassName
{
color: #7A1BAF;
}
</style>
background-color css
<style>
a { background-color: #7A1BAF; }
a { background-color: rgb(122,27,175); }
div.DivClassName
{
background-color: #7A1BAF;
}
.BgClassName
{
background-color: #7A1BAF;
}
</style>
border-color css
<style>
span { border-color: #7A1BAF; }
span { border-color: rgb(122,27,175); }
td.TdClassName
{
border-color: #7A1BAF;
}
.TagClassName
{
border-color: #7A1BAF;
}
</style>