Shades of Purple Heart #7243BA
Tints of Purple Heart #7243BA
RGB
CMYK
RGB Variations
Color information
#7243BA (or 0x7243BA) is known color: Purple Heart. HEX triplet: 72, 43 and BA. RGB value is (114,67,186). Sum of RGB (Red+Green+Blue) = 114+67+186=367 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.06% from 367); Green value is 67 (26.56% from 255 or 18.26% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #7243BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7243BA is #8DBC45. Grayscale: #5E5E5E. Windows color (decimal): -9288774 or 12206962. OLE color: 12206962.
HSL color Cylindrical-coordinate representation of color #7243BA: hue angle of 263.7º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7243BA is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 67 | 186 | - |
| CMYK | 0.39 | 0.64 | 0 | 0.27 |
| HSL | 263.7º | 0.47% | 0.5% | - |
| HSV(B) | 263.7º | 0.64% | 0.73% | - |
| XYZ | 17.81 | 11.14 | 47.67 | - |
| YUV | 94.62 | 179.57 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 67 | 186 | 0.39 | 0.64 | 0 | 0.27 | 263.7 | 0.47 | 0.5 |
| Hex | 72 | 43 | BA | 27 | 40 | 0 | 1B | 108 | 2F | 32 |
| Octal | 162 | 103 | 272 | 47 | 100 | 0 | 33 | 410 | 57 | 62 |
| Binary | 1110010 | 1000011 | 10111010 | 100111 | 1000000 | 0 | 11011 | 100001000 | 101111 | 110010 |
Color Harmonies of #7243BA
Complementary color
Monochromatic Colors of #7243BA
Black with #7243BA
Text Example
Text Example
White with #7243BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7243BA; }
p { color: rgb(114,67,186); }
H1.HeaderClassName
{
color: #7243BA;
}
.AnyTagClassName
{
color: #7243BA;
}
</style>
background-color css
<style>
a { background-color: #7243BA; }
a { background-color: rgb(114,67,186); }
div.DivClassName
{
background-color: #7243BA;
}
.BgClassName
{
background-color: #7243BA;
}
</style>
border-color css
<style>
span { border-color: #7243BA; }
span { border-color: rgb(114,67,186); }
td.TdClassName
{
border-color: #7243BA;
}
.TagClassName
{
border-color: #7243BA;
}
</style>