Shades of Purple Heart #7A35CF
Tints of Purple Heart #7A35CF
RGB
CMYK
RGB Variations
Color information
#7A35CF (or 0x7A35CF) is known color: Purple Heart. HEX triplet: 7A, 35 and CF. RGB value is (122,53,207). Sum of RGB (Red+Green+Blue) = 122+53+207=382 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.94% from 382); Green value is 53 (21.09% from 255 or 13.87% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #7A35CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A35CF is #85CA30. Grayscale: #5A5A5A. Windows color (decimal): -8768049 or 13579642. OLE color: 13579642.
HSL color Cylindrical-coordinate representation of color #7A35CF: hue angle of 266.88º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7A35CF is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 53 | 207 | - |
| CMYK | 0.41 | 0.74 | 0 | 0.19 |
| HSL | 266.88º | 0.62% | 0.51% | - |
| HSV(B) | 266.88º | 0.74% | 0.81% | - |
| XYZ | 20.56 | 11.19 | 60.11 | - |
| YUV | 91.19 | 193.36 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 53 | 207 | 0.41 | 0.74 | 0 | 0.19 | 266.88 | 0.62 | 0.51 |
| Hex | 7A | 35 | CF | 29 | 4A | 0 | 13 | 10B | 3E | 33 |
| Octal | 172 | 65 | 317 | 51 | 112 | 0 | 23 | 413 | 76 | 63 |
| Binary | 1111010 | 110101 | 11001111 | 101001 | 1001010 | 0 | 10011 | 100001011 | 111110 | 110011 |
Color Harmonies of #7A35CF
Complementary color
Monochromatic Colors of #7A35CF
Black with #7A35CF
Text Example
Text Example
White with #7A35CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A35CF; }
p { color: rgb(122,53,207); }
H1.HeaderClassName
{
color: #7A35CF;
}
.AnyTagClassName
{
color: #7A35CF;
}
</style>
background-color css
<style>
a { background-color: #7A35CF; }
a { background-color: rgb(122,53,207); }
div.DivClassName
{
background-color: #7A35CF;
}
.BgClassName
{
background-color: #7A35CF;
}
</style>
border-color css
<style>
span { border-color: #7A35CF; }
span { border-color: rgb(122,53,207); }
td.TdClassName
{
border-color: #7A35CF;
}
.TagClassName
{
border-color: #7A35CF;
}
</style>