Shades of Purple Heart #7A3CC0
Tints of Purple Heart #7A3CC0
RGB
CMYK
RGB Variations
Color information
#7A3CC0 (or 0x7A3CC0) is known color: Purple Heart. HEX triplet: 7A, 3C and C0. RGB value is (122,60,192). Sum of RGB (Red+Green+Blue) = 122+60+192=374 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.62% from 374); Green value is 60 (23.83% from 255 or 16.04% from 374); Blue value is 192 (75.39% from 255 or 51.34% from 374); Max value from RGB is 192 - color contains mainly: blue. Hex color #7A3CC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A3CC0 is #85C33F. Grayscale: #5D5D5D. Windows color (decimal): -8766272 or 12598394. OLE color: 12598394.
HSL color Cylindrical-coordinate representation of color #7A3CC0: hue angle of 268.18º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7A3CC0 is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 60 | 192 | - |
| CMYK | 0.36 | 0.69 | 0 | 0.25 |
| HSL | 268.18º | 0.52% | 0.49% | - |
| HSV(B) | 268.18º | 0.69% | 0.75% | - |
| XYZ | 19.16 | 11.18 | 51.02 | - |
| YUV | 93.59 | 183.54 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 60 | 192 | 0.36 | 0.69 | 0 | 0.25 | 268.18 | 0.52 | 0.49 |
| Hex | 7A | 3C | C0 | 24 | 45 | 0 | 19 | 10C | 34 | 31 |
| Octal | 172 | 74 | 300 | 44 | 105 | 0 | 31 | 414 | 64 | 61 |
| Binary | 1111010 | 111100 | 11000000 | 100100 | 1000101 | 0 | 11001 | 100001100 | 110100 | 110001 |
Color Harmonies of #7A3CC0
Complementary color
Monochromatic Colors of #7A3CC0
Black with #7A3CC0
Text Example
Text Example
White with #7A3CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3CC0; }
p { color: rgb(122,60,192); }
H1.HeaderClassName
{
color: #7A3CC0;
}
.AnyTagClassName
{
color: #7A3CC0;
}
</style>
background-color css
<style>
a { background-color: #7A3CC0; }
a { background-color: rgb(122,60,192); }
div.DivClassName
{
background-color: #7A3CC0;
}
.BgClassName
{
background-color: #7A3CC0;
}
</style>
border-color css
<style>
span { border-color: #7A3CC0; }
span { border-color: rgb(122,60,192); }
td.TdClassName
{
border-color: #7A3CC0;
}
.TagClassName
{
border-color: #7A3CC0;
}
</style>