Shades of Purple Heart #7A34CE
Tints of Purple Heart #7A34CE
RGB
CMYK
RGB Variations
Color information
#7A34CE (or 0x7A34CE) is known color: Purple Heart. HEX triplet: 7A, 34 and CE. RGB value is (122,52,206). Sum of RGB (Red+Green+Blue) = 122+52+206=380 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.11% from 380); Green value is 52 (20.70% from 255 or 13.68% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #7A34CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A34CE is #85CB31. Grayscale: #595959. Windows color (decimal): -8768306 or 13513850. OLE color: 13513850.
HSL color Cylindrical-coordinate representation of color #7A34CE: hue angle of 267.27º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7A34CE is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 52 | 206 | - |
| CMYK | 0.41 | 0.75 | 0 | 0.19 |
| HSL | 267.27º | 0.61% | 0.51% | - |
| HSV(B) | 267.27º | 0.75% | 0.81% | - |
| XYZ | 20.39 | 11.05 | 59.45 | - |
| YUV | 90.49 | 193.19 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 52 | 206 | 0.41 | 0.75 | 0 | 0.19 | 267.27 | 0.61 | 0.51 |
| Hex | 7A | 34 | CE | 29 | 4B | 0 | 13 | 10B | 3D | 33 |
| Octal | 172 | 64 | 316 | 51 | 113 | 0 | 23 | 413 | 75 | 63 |
| Binary | 1111010 | 110100 | 11001110 | 101001 | 1001011 | 0 | 10011 | 100001011 | 111101 | 110011 |
Color Harmonies of #7A34CE
Complementary color
Monochromatic Colors of #7A34CE
Black with #7A34CE
Text Example
Text Example
White with #7A34CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A34CE; }
p { color: rgb(122,52,206); }
H1.HeaderClassName
{
color: #7A34CE;
}
.AnyTagClassName
{
color: #7A34CE;
}
</style>
background-color css
<style>
a { background-color: #7A34CE; }
a { background-color: rgb(122,52,206); }
div.DivClassName
{
background-color: #7A34CE;
}
.BgClassName
{
background-color: #7A34CE;
}
</style>
border-color css
<style>
span { border-color: #7A34CE; }
span { border-color: rgb(122,52,206); }
td.TdClassName
{
border-color: #7A34CE;
}
.TagClassName
{
border-color: #7A34CE;
}
</style>