Shades of Purple Heart #7243BB
Tints of Purple Heart #7243BB
RGB
CMYK
RGB Variations
Color information
#7243BB (or 0x7243BB) is known color: Purple Heart. HEX triplet: 72, 43 and BB. RGB value is (114,67,187). Sum of RGB (Red+Green+Blue) = 114+67+187=368 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.98% from 368); Green value is 67 (26.56% from 255 or 18.21% from 368); Blue value is 187 (73.44% from 255 or 50.82% from 368); Max value from RGB is 187 - color contains mainly: blue. Hex color #7243BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7243BB is #8DBC44. Grayscale: #5E5E5E. Windows color (decimal): -9288773 or 12272498. OLE color: 12272498.
HSL color Cylindrical-coordinate representation of color #7243BB: hue angle of 263.5º 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 #7243BB is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 67 | 187 | - |
| CMYK | 0.39 | 0.64 | 0 | 0.27 |
| HSL | 263.5º | 0.47% | 0.5% | - |
| HSV(B) | 263.5º | 0.64% | 0.73% | - |
| XYZ | 17.92 | 11.18 | 48.23 | - |
| YUV | 94.73 | 180.07 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 67 | 187 | 0.39 | 0.64 | 0 | 0.27 | 263.5 | 0.47 | 0.5 |
| Hex | 72 | 43 | BB | 27 | 40 | 0 | 1B | 108 | 2F | 32 |
| Octal | 162 | 103 | 273 | 47 | 100 | 0 | 33 | 410 | 57 | 62 |
| Binary | 1110010 | 1000011 | 10111011 | 100111 | 1000000 | 0 | 11011 | 100001000 | 101111 | 110010 |
Color Harmonies of #7243BB
Complementary color
Monochromatic Colors of #7243BB
Black with #7243BB
Text Example
Text Example
White with #7243BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7243BB; }
p { color: rgb(114,67,187); }
H1.HeaderClassName
{
color: #7243BB;
}
.AnyTagClassName
{
color: #7243BB;
}
</style>
background-color css
<style>
a { background-color: #7243BB; }
a { background-color: rgb(114,67,187); }
div.DivClassName
{
background-color: #7243BB;
}
.BgClassName
{
background-color: #7243BB;
}
</style>
border-color css
<style>
span { border-color: #7243BB; }
span { border-color: rgb(114,67,187); }
td.TdClassName
{
border-color: #7243BB;
}
.TagClassName
{
border-color: #7243BB;
}
</style>