Shades of Purple Heart #7A3DBD
Tints of Purple Heart #7A3DBD
RGB
CMYK
RGB Variations
Color information
#7A3DBD (or 0x7A3DBD) is known color: Purple Heart. HEX triplet: 7A, 3D and BD. RGB value is (122,61,189). Sum of RGB (Red+Green+Blue) = 122+61+189=372 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.80% from 372); Green value is 61 (24.22% from 255 or 16.40% from 372); Blue value is 189 (74.22% from 255 or 50.81% from 372); Max value from RGB is 189 - color contains mainly: blue. Hex color #7A3DBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A3DBD is #85C242. Grayscale: #5D5D5D. Windows color (decimal): -8766019 or 12402042. OLE color: 12402042.
HSL color Cylindrical-coordinate representation of color #7A3DBD: hue angle of 268.59º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7A3DBD is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 61 | 189 | - |
| CMYK | 0.35 | 0.68 | 0 | 0.26 |
| HSL | 268.59º | 0.51% | 0.49% | - |
| HSV(B) | 268.59º | 0.68% | 0.74% | - |
| XYZ | 18.88 | 11.15 | 49.3 | - |
| YUV | 93.83 | 181.71 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 61 | 189 | 0.35 | 0.68 | 0 | 0.26 | 268.59 | 0.51 | 0.49 |
| Hex | 7A | 3D | BD | 23 | 44 | 0 | 1A | 10D | 33 | 31 |
| Octal | 172 | 75 | 275 | 43 | 104 | 0 | 32 | 415 | 63 | 61 |
| Binary | 1111010 | 111101 | 10111101 | 100011 | 1000100 | 0 | 11010 | 100001101 | 110011 | 110001 |
Color Harmonies of #7A3DBD
Complementary color
Monochromatic Colors of #7A3DBD
Black with #7A3DBD
Text Example
Text Example
White with #7A3DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3DBD; }
p { color: rgb(122,61,189); }
H1.HeaderClassName
{
color: #7A3DBD;
}
.AnyTagClassName
{
color: #7A3DBD;
}
</style>
background-color css
<style>
a { background-color: #7A3DBD; }
a { background-color: rgb(122,61,189); }
div.DivClassName
{
background-color: #7A3DBD;
}
.BgClassName
{
background-color: #7A3DBD;
}
</style>
border-color css
<style>
span { border-color: #7A3DBD; }
span { border-color: rgb(122,61,189); }
td.TdClassName
{
border-color: #7A3DBD;
}
.TagClassName
{
border-color: #7A3DBD;
}
</style>