Shades of Purple Heart #7A1DBC
Tints of Purple Heart #7A1DBC
RGB
CMYK
RGB Variations
Color information
#7A1DBC (or 0x7A1DBC) is known color: Purple Heart. HEX triplet: 7A, 1D and BC. RGB value is (122,29,188). Sum of RGB (Red+Green+Blue) = 122+29+188=339 (44% of max value = 765). Red value is 122 (48.05% from 255 or 35.99% from 339); Green value is 29 (11.72% from 255 or 8.55% from 339); Blue value is 188 (73.83% from 255 or 55.46% from 339); Max value from RGB is 188 - color contains mainly: blue. Hex color #7A1DBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A1DBC is #85E243. Grayscale: #4A4A4A. Windows color (decimal): -8774212 or 12328314. OLE color: 12328314.
HSL color Cylindrical-coordinate representation of color #7A1DBC: hue angle of 275.09º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A1DBC is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 29 | 188 | - |
| CMYK | 0.35 | 0.85 | 0 | 0.26 |
| HSL | 275.09º | 0.73% | 0.43% | - |
| HSV(B) | 275.09º | 0.85% | 0.74% | - |
| XYZ | 17.54 | 8.65 | 48.32 | - |
| YUV | 74.93 | 191.81 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 29 | 188 | 0.35 | 0.85 | 0 | 0.26 | 275.09 | 0.73 | 0.43 |
| Hex | 7A | 1D | BC | 23 | 55 | 0 | 1A | 113 | 49 | 2B |
| Octal | 172 | 35 | 274 | 43 | 125 | 0 | 32 | 423 | 111 | 53 |
| Binary | 1111010 | 11101 | 10111100 | 100011 | 1010101 | 0 | 11010 | 100010011 | 1001001 | 101011 |
Color Harmonies of #7A1DBC
Complementary color
Monochromatic Colors of #7A1DBC
Black with #7A1DBC
Text Example
Text Example
White with #7A1DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1DBC; }
p { color: rgb(122,29,188); }
H1.HeaderClassName
{
color: #7A1DBC;
}
.AnyTagClassName
{
color: #7A1DBC;
}
</style>
background-color css
<style>
a { background-color: #7A1DBC; }
a { background-color: rgb(122,29,188); }
div.DivClassName
{
background-color: #7A1DBC;
}
.BgClassName
{
background-color: #7A1DBC;
}
</style>
border-color css
<style>
span { border-color: #7A1DBC; }
span { border-color: rgb(122,29,188); }
td.TdClassName
{
border-color: #7A1DBC;
}
.TagClassName
{
border-color: #7A1DBC;
}
</style>