Shades of Purple Heart #7A34BB
Tints of Purple Heart #7A34BB
RGB
CMYK
RGB Variations
Color information
#7A34BB (or 0x7A34BB) is known color: Purple Heart. HEX triplet: 7A, 34 and BB. RGB value is (122,52,187). Sum of RGB (Red+Green+Blue) = 122+52+187=361 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.80% from 361); Green value is 52 (20.70% from 255 or 14.40% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #7A34BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A34BB is #85CB44. Grayscale: #575757. Windows color (decimal): -8768325 or 12268666. OLE color: 12268666.
HSL color Cylindrical-coordinate representation of color #7A34BB: hue angle of 271.11º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7A34BB is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 52 | 187 | - |
| CMYK | 0.35 | 0.72 | 0 | 0.27 |
| HSL | 271.11º | 0.56% | 0.47% | - |
| HSV(B) | 271.11º | 0.72% | 0.73% | - |
| XYZ | 18.22 | 10.18 | 48.02 | - |
| YUV | 88.32 | 183.69 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 52 | 187 | 0.35 | 0.72 | 0 | 0.27 | 271.11 | 0.56 | 0.47 |
| Hex | 7A | 34 | BB | 23 | 48 | 0 | 1B | 10F | 38 | 2F |
| Octal | 172 | 64 | 273 | 43 | 110 | 0 | 33 | 417 | 70 | 57 |
| Binary | 1111010 | 110100 | 10111011 | 100011 | 1001000 | 0 | 11011 | 100001111 | 111000 | 101111 |
Color Harmonies of #7A34BB
Complementary color
Monochromatic Colors of #7A34BB
Black with #7A34BB
Text Example
Text Example
White with #7A34BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A34BB; }
p { color: rgb(122,52,187); }
H1.HeaderClassName
{
color: #7A34BB;
}
.AnyTagClassName
{
color: #7A34BB;
}
</style>
background-color css
<style>
a { background-color: #7A34BB; }
a { background-color: rgb(122,52,187); }
div.DivClassName
{
background-color: #7A34BB;
}
.BgClassName
{
background-color: #7A34BB;
}
</style>
border-color css
<style>
span { border-color: #7A34BB; }
span { border-color: rgb(122,52,187); }
td.TdClassName
{
border-color: #7A34BB;
}
.TagClassName
{
border-color: #7A34BB;
}
</style>