Shades of Purple Heart #7A2FCE
Tints of Purple Heart #7A2FCE
RGB
CMYK
RGB Variations
Color information
#7A2FCE (or 0x7A2FCE) is known color: Purple Heart. HEX triplet: 7A, 2F and CE. RGB value is (122,47,206). Sum of RGB (Red+Green+Blue) = 122+47+206=375 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.53% from 375); Green value is 47 (18.75% from 255 or 12.53% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #7A2FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A2FCE is #85D031. Grayscale: #565656. Windows color (decimal): -8769586 or 13512570. OLE color: 13512570.
HSL color Cylindrical-coordinate representation of color #7A2FCE: hue angle of 268.3º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7A2FCE is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 47 | 206 | - |
| CMYK | 0.41 | 0.77 | 0 | 0.19 |
| HSL | 268.3º | 0.63% | 0.5% | - |
| HSV(B) | 268.3º | 0.77% | 0.81% | - |
| XYZ | 20.18 | 10.63 | 59.38 | - |
| YUV | 87.55 | 194.85 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 47 | 206 | 0.41 | 0.77 | 0 | 0.19 | 268.3 | 0.63 | 0.5 |
| Hex | 7A | 2F | CE | 29 | 4D | 0 | 13 | 10C | 3F | 32 |
| Octal | 172 | 57 | 316 | 51 | 115 | 0 | 23 | 414 | 77 | 62 |
| Binary | 1111010 | 101111 | 11001110 | 101001 | 1001101 | 0 | 10011 | 100001100 | 111111 | 110010 |
Color Harmonies of #7A2FCE
Complementary color
Monochromatic Colors of #7A2FCE
Black with #7A2FCE
Text Example
Text Example
White with #7A2FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2FCE; }
p { color: rgb(122,47,206); }
H1.HeaderClassName
{
color: #7A2FCE;
}
.AnyTagClassName
{
color: #7A2FCE;
}
</style>
background-color css
<style>
a { background-color: #7A2FCE; }
a { background-color: rgb(122,47,206); }
div.DivClassName
{
background-color: #7A2FCE;
}
.BgClassName
{
background-color: #7A2FCE;
}
</style>
border-color css
<style>
span { border-color: #7A2FCE; }
span { border-color: rgb(122,47,206); }
td.TdClassName
{
border-color: #7A2FCE;
}
.TagClassName
{
border-color: #7A2FCE;
}
</style>