Shades of Purple Heart #7435B7
Tints of Purple Heart #7435B7
RGB
CMYK
RGB Variations
Color information
#7435B7 (or 0x7435B7) is known color: Purple Heart. HEX triplet: 74, 35 and B7. RGB value is (116,53,183). Sum of RGB (Red+Green+Blue) = 116+53+183=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 183 (71.88% from 255 or 51.99% from 352); Max value from RGB is 183 - color contains mainly: blue. Hex color #7435B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7435B7 is #8BCA48. Grayscale: #565656. Windows color (decimal): -9161289 or 12006772. OLE color: 12006772.
HSL color Cylindrical-coordinate representation of color #7435B7: hue angle of 269.08º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7435B7 is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 116 | 53 | 183 | - |
| CMYK | 0.37 | 0.71 | 0 | 0.28 |
| HSL | 269.08º | 0.55% | 0.46% | - |
| HSV(B) | 269.08º | 0.71% | 0.72% | - |
| XYZ | 17.02 | 9.68 | 45.77 | - |
| YUV | 86.66 | 182.37 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 53 | 183 | 0.37 | 0.71 | 0 | 0.28 | 269.08 | 0.55 | 0.46 |
| Hex | 74 | 35 | B7 | 25 | 47 | 0 | 1C | 10D | 37 | 2E |
| Octal | 164 | 65 | 267 | 45 | 107 | 0 | 34 | 415 | 67 | 56 |
| Binary | 1110100 | 110101 | 10110111 | 100101 | 1000111 | 0 | 11100 | 100001101 | 110111 | 101110 |
Color Harmonies of #7435B7
Complementary color
Monochromatic Colors of #7435B7
Black with #7435B7
Text Example
Text Example
White with #7435B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7435B7; }
p { color: rgb(116,53,183); }
H1.HeaderClassName
{
color: #7435B7;
}
.AnyTagClassName
{
color: #7435B7;
}
</style>
background-color css
<style>
a { background-color: #7435B7; }
a { background-color: rgb(116,53,183); }
div.DivClassName
{
background-color: #7435B7;
}
.BgClassName
{
background-color: #7435B7;
}
</style>
border-color css
<style>
span { border-color: #7435B7; }
span { border-color: rgb(116,53,183); }
td.TdClassName
{
border-color: #7435B7;
}
.TagClassName
{
border-color: #7435B7;
}
</style>