Shades of Purple Heart #7A3FCA
Tints of Purple Heart #7A3FCA
RGB
CMYK
RGB Variations
Color information
#7A3FCA (or 0x7A3FCA) is known color: Purple Heart. HEX triplet: 7A, 3F and CA. RGB value is (122,63,202). Sum of RGB (Red+Green+Blue) = 122+63+202=387 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.52% from 387); Green value is 63 (25% from 255 or 16.28% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #7A3FCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A3FCA is #85C035. Grayscale: #5F5F5F. Windows color (decimal): -8765494 or 13254522. OLE color: 13254522.
HSL color Cylindrical-coordinate representation of color #7A3FCA: hue angle of 265.47º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7A3FCA is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 122 | 63 | 202 | - |
| CMYK | 0.40 | 0.69 | 0 | 0.21 |
| HSL | 265.47º | 0.57% | 0.52% | - |
| HSV(B) | 265.47º | 0.69% | 0.79% | - |
| XYZ | 20.46 | 11.96 | 57.11 | - |
| YUV | 96.49 | 187.55 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 63 | 202 | 0.40 | 0.69 | 0 | 0.21 | 265.47 | 0.57 | 0.52 |
| Hex | 7A | 3F | CA | 28 | 45 | 0 | 15 | 109 | 39 | 34 |
| Octal | 172 | 77 | 312 | 50 | 105 | 0 | 25 | 411 | 71 | 64 |
| Binary | 1111010 | 111111 | 11001010 | 101000 | 1000101 | 0 | 10101 | 100001001 | 111001 | 110100 |
Color Harmonies of #7A3FCA
Complementary color
Monochromatic Colors of #7A3FCA
Black with #7A3FCA
Text Example
Text Example
White with #7A3FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3FCA; }
p { color: rgb(122,63,202); }
H1.HeaderClassName
{
color: #7A3FCA;
}
.AnyTagClassName
{
color: #7A3FCA;
}
</style>
background-color css
<style>
a { background-color: #7A3FCA; }
a { background-color: rgb(122,63,202); }
div.DivClassName
{
background-color: #7A3FCA;
}
.BgClassName
{
background-color: #7A3FCA;
}
</style>
border-color css
<style>
span { border-color: #7A3FCA; }
span { border-color: rgb(122,63,202); }
td.TdClassName
{
border-color: #7A3FCA;
}
.TagClassName
{
border-color: #7A3FCA;
}
</style>