Shades of Purple Heart #7A3BCF
Tints of Purple Heart #7A3BCF
RGB
CMYK
RGB Variations
Color information
#7A3BCF (or 0x7A3BCF) is known color: Purple Heart. HEX triplet: 7A, 3B and CF. RGB value is (122,59,207). Sum of RGB (Red+Green+Blue) = 122+59+207=388 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.44% from 388); Green value is 59 (23.44% from 255 or 15.21% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #7A3BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A3BCF is #85C430. Grayscale: #5E5E5E. Windows color (decimal): -8766513 or 13581178. OLE color: 13581178.
HSL color Cylindrical-coordinate representation of color #7A3BCF: hue angle of 265.54º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7A3BCF is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 59 | 207 | - |
| CMYK | 0.41 | 0.71 | 0 | 0.19 |
| HSL | 265.54º | 0.61% | 0.52% | - |
| HSV(B) | 265.54º | 0.71% | 0.81% | - |
| XYZ | 20.85 | 11.77 | 60.2 | - |
| YUV | 94.71 | 191.37 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 59 | 207 | 0.41 | 0.71 | 0 | 0.19 | 265.54 | 0.61 | 0.52 |
| Hex | 7A | 3B | CF | 29 | 47 | 0 | 13 | 10A | 3D | 34 |
| Octal | 172 | 73 | 317 | 51 | 107 | 0 | 23 | 412 | 75 | 64 |
| Binary | 1111010 | 111011 | 11001111 | 101001 | 1000111 | 0 | 10011 | 100001010 | 111101 | 110100 |
Color Harmonies of #7A3BCF
Complementary color
Monochromatic Colors of #7A3BCF
Black with #7A3BCF
Text Example
Text Example
White with #7A3BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3BCF; }
p { color: rgb(122,59,207); }
H1.HeaderClassName
{
color: #7A3BCF;
}
.AnyTagClassName
{
color: #7A3BCF;
}
</style>
background-color css
<style>
a { background-color: #7A3BCF; }
a { background-color: rgb(122,59,207); }
div.DivClassName
{
background-color: #7A3BCF;
}
.BgClassName
{
background-color: #7A3BCF;
}
</style>
border-color css
<style>
span { border-color: #7A3BCF; }
span { border-color: rgb(122,59,207); }
td.TdClassName
{
border-color: #7A3BCF;
}
.TagClassName
{
border-color: #7A3BCF;
}
</style>