Shades of Purple Heart #7A3DCA
Tints of Purple Heart #7A3DCA
RGB
CMYK
RGB Variations
Color information
#7A3DCA (or 0x7A3DCA) is known color: Purple Heart. HEX triplet: 7A, 3D and CA. RGB value is (122,61,202). Sum of RGB (Red+Green+Blue) = 122+61+202=385 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.69% from 385); Green value is 61 (24.22% from 255 or 15.84% from 385); Blue value is 202 (79.30% from 255 or 52.47% from 385); Max value from RGB is 202 - color contains mainly: blue. Hex color #7A3DCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A3DCA is #85C235. Grayscale: #5E5E5E. Windows color (decimal): -8766006 or 13254010. OLE color: 13254010.
HSL color Cylindrical-coordinate representation of color #7A3DCA: hue angle of 265.96º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7A3DCA is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 122 | 61 | 202 | - |
| CMYK | 0.40 | 0.70 | 0 | 0.21 |
| HSL | 265.96º | 0.57% | 0.52% | - |
| HSV(B) | 265.96º | 0.7% | 0.79% | - |
| XYZ | 20.36 | 11.74 | 57.07 | - |
| YUV | 95.31 | 188.21 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 61 | 202 | 0.40 | 0.70 | 0 | 0.21 | 265.96 | 0.57 | 0.52 |
| Hex | 7A | 3D | CA | 28 | 46 | 0 | 15 | 10A | 39 | 34 |
| Octal | 172 | 75 | 312 | 50 | 106 | 0 | 25 | 412 | 71 | 64 |
| Binary | 1111010 | 111101 | 11001010 | 101000 | 1000110 | 0 | 10101 | 100001010 | 111001 | 110100 |
Color Harmonies of #7A3DCA
Complementary color
Monochromatic Colors of #7A3DCA
Black with #7A3DCA
Text Example
Text Example
White with #7A3DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3DCA; }
p { color: rgb(122,61,202); }
H1.HeaderClassName
{
color: #7A3DCA;
}
.AnyTagClassName
{
color: #7A3DCA;
}
</style>
background-color css
<style>
a { background-color: #7A3DCA; }
a { background-color: rgb(122,61,202); }
div.DivClassName
{
background-color: #7A3DCA;
}
.BgClassName
{
background-color: #7A3DCA;
}
</style>
border-color css
<style>
span { border-color: #7A3DCA; }
span { border-color: rgb(122,61,202); }
td.TdClassName
{
border-color: #7A3DCA;
}
.TagClassName
{
border-color: #7A3DCA;
}
</style>