Shades of Purple Heart #7434BA
Tints of Purple Heart #7434BA
RGB
CMYK
RGB Variations
Color information
#7434BA (or 0x7434BA) is known color: Purple Heart. HEX triplet: 74, 34 and BA. RGB value is (116,52,186). Sum of RGB (Red+Green+Blue) = 116+52+186=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #7434BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7434BA is #8BCB45. Grayscale: #555555. Windows color (decimal): -9161542 or 12203124. OLE color: 12203124.
HSL color Cylindrical-coordinate representation of color #7434BA: hue angle of 268.66º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7434BA is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 52 | 186 | - |
| CMYK | 0.38 | 0.72 | 0 | 0.27 |
| HSL | 268.66º | 0.56% | 0.47% | - |
| HSV(B) | 268.66º | 0.72% | 0.73% | - |
| XYZ | 17.29 | 9.71 | 47.42 | - |
| YUV | 86.41 | 184.2 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 52 | 186 | 0.38 | 0.72 | 0 | 0.27 | 268.66 | 0.56 | 0.47 |
| Hex | 74 | 34 | BA | 26 | 48 | 0 | 1B | 10D | 38 | 2F |
| Octal | 164 | 64 | 272 | 46 | 110 | 0 | 33 | 415 | 70 | 57 |
| Binary | 1110100 | 110100 | 10111010 | 100110 | 1001000 | 0 | 11011 | 100001101 | 111000 | 101111 |
Color Harmonies of #7434BA
Complementary color
Monochromatic Colors of #7434BA
Black with #7434BA
Text Example
Text Example
White with #7434BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7434BA; }
p { color: rgb(116,52,186); }
H1.HeaderClassName
{
color: #7434BA;
}
.AnyTagClassName
{
color: #7434BA;
}
</style>
background-color css
<style>
a { background-color: #7434BA; }
a { background-color: rgb(116,52,186); }
div.DivClassName
{
background-color: #7434BA;
}
.BgClassName
{
background-color: #7434BA;
}
</style>
border-color css
<style>
span { border-color: #7434BA; }
span { border-color: rgb(116,52,186); }
td.TdClassName
{
border-color: #7434BA;
}
.TagClassName
{
border-color: #7434BA;
}
</style>