Shades of Purple Heart #7234BA
Tints of Purple Heart #7234BA
RGB
CMYK
RGB Variations
Color information
#7234BA (or 0x7234BA) is known color: Purple Heart. HEX triplet: 72, 34 and BA. RGB value is (114,52,186). Sum of RGB (Red+Green+Blue) = 114+52+186=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #7234BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7234BA is #8DCB45. Grayscale: #555555. Windows color (decimal): -9292614 or 12203122. OLE color: 12203122.
HSL color Cylindrical-coordinate representation of color #7234BA: hue angle of 267.76º 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 #7234BA is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 52 | 186 | - |
| CMYK | 0.39 | 0.72 | 0 | 0.27 |
| HSL | 267.76º | 0.56% | 0.47% | - |
| HSV(B) | 267.76º | 0.72% | 0.73% | - |
| XYZ | 17.03 | 9.58 | 47.41 | - |
| YUV | 85.81 | 184.54 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 52 | 186 | 0.39 | 0.72 | 0 | 0.27 | 267.76 | 0.56 | 0.47 |
| Hex | 72 | 34 | BA | 27 | 48 | 0 | 1B | 10C | 38 | 2F |
| Octal | 162 | 64 | 272 | 47 | 110 | 0 | 33 | 414 | 70 | 57 |
| Binary | 1110010 | 110100 | 10111010 | 100111 | 1001000 | 0 | 11011 | 100001100 | 111000 | 101111 |
Color Harmonies of #7234BA
Complementary color
Monochromatic Colors of #7234BA
Black with #7234BA
Text Example
Text Example
White with #7234BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7234BA; }
p { color: rgb(114,52,186); }
H1.HeaderClassName
{
color: #7234BA;
}
.AnyTagClassName
{
color: #7234BA;
}
</style>
background-color css
<style>
a { background-color: #7234BA; }
a { background-color: rgb(114,52,186); }
div.DivClassName
{
background-color: #7234BA;
}
.BgClassName
{
background-color: #7234BA;
}
</style>
border-color css
<style>
span { border-color: #7234BA; }
span { border-color: rgb(114,52,186); }
td.TdClassName
{
border-color: #7234BA;
}
.TagClassName
{
border-color: #7234BA;
}
</style>