Shades of Purple Heart #7A3DCE
Tints of Purple Heart #7A3DCE
RGB
CMYK
RGB Variations
Color information
#7A3DCE (or 0x7A3DCE) is known color: Purple Heart. HEX triplet: 7A, 3D and CE. RGB value is (122,61,206). Sum of RGB (Red+Green+Blue) = 122+61+206=389 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.36% from 389); Green value is 61 (24.22% from 255 or 15.68% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #7A3DCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A3DCE is #85C231. Grayscale: #5F5F5F. Windows color (decimal): -8766002 or 13516154. OLE color: 13516154.
HSL color Cylindrical-coordinate representation of color #7A3DCE: hue angle of 265.24º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7A3DCE is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 61 | 206 | - |
| CMYK | 0.41 | 0.70 | 0 | 0.19 |
| HSL | 265.24º | 0.6% | 0.52% | - |
| HSV(B) | 265.24º | 0.7% | 0.81% | - |
| XYZ | 20.84 | 11.93 | 59.6 | - |
| YUV | 95.77 | 190.21 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 61 | 206 | 0.41 | 0.70 | 0 | 0.19 | 265.24 | 0.6 | 0.52 |
| Hex | 7A | 3D | CE | 29 | 46 | 0 | 13 | 109 | 3C | 34 |
| Octal | 172 | 75 | 316 | 51 | 106 | 0 | 23 | 411 | 74 | 64 |
| Binary | 1111010 | 111101 | 11001110 | 101001 | 1000110 | 0 | 10011 | 100001001 | 111100 | 110100 |
Color Harmonies of #7A3DCE
Complementary color
Monochromatic Colors of #7A3DCE
Black with #7A3DCE
Text Example
Text Example
White with #7A3DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3DCE; }
p { color: rgb(122,61,206); }
H1.HeaderClassName
{
color: #7A3DCE;
}
.AnyTagClassName
{
color: #7A3DCE;
}
</style>
background-color css
<style>
a { background-color: #7A3DCE; }
a { background-color: rgb(122,61,206); }
div.DivClassName
{
background-color: #7A3DCE;
}
.BgClassName
{
background-color: #7A3DCE;
}
</style>
border-color css
<style>
span { border-color: #7A3DCE; }
span { border-color: rgb(122,61,206); }
td.TdClassName
{
border-color: #7A3DCE;
}
.TagClassName
{
border-color: #7A3DCE;
}
</style>