Shades of Purple Heart #7243BC
Tints of Purple Heart #7243BC
RGB
CMYK
RGB Variations
Color information
#7243BC (or 0x7243BC) is known color: Purple Heart. HEX triplet: 72, 43 and BC. RGB value is (114,67,188). Sum of RGB (Red+Green+Blue) = 114+67+188=369 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.89% from 369); Green value is 67 (26.56% from 255 or 18.16% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #7243BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7243BC is #8DBC43. Grayscale: #5E5E5E. Windows color (decimal): -9288772 or 12338034. OLE color: 12338034.
HSL color Cylindrical-coordinate representation of color #7243BC: hue angle of 263.31º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7243BC is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 67 | 188 | - |
| CMYK | 0.39 | 0.64 | 0 | 0.26 |
| HSL | 263.31º | 0.47% | 0.5% | - |
| HSV(B) | 263.31º | 0.64% | 0.74% | - |
| XYZ | 18.02 | 11.22 | 48.79 | - |
| YUV | 94.85 | 180.57 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 67 | 188 | 0.39 | 0.64 | 0 | 0.26 | 263.31 | 0.47 | 0.5 |
| Hex | 72 | 43 | BC | 27 | 40 | 0 | 1A | 107 | 2F | 32 |
| Octal | 162 | 103 | 274 | 47 | 100 | 0 | 32 | 407 | 57 | 62 |
| Binary | 1110010 | 1000011 | 10111100 | 100111 | 1000000 | 0 | 11010 | 100000111 | 101111 | 110010 |
Color Harmonies of #7243BC
Complementary color
Monochromatic Colors of #7243BC
Black with #7243BC
Text Example
Text Example
White with #7243BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7243BC; }
p { color: rgb(114,67,188); }
H1.HeaderClassName
{
color: #7243BC;
}
.AnyTagClassName
{
color: #7243BC;
}
</style>
background-color css
<style>
a { background-color: #7243BC; }
a { background-color: rgb(114,67,188); }
div.DivClassName
{
background-color: #7243BC;
}
.BgClassName
{
background-color: #7243BC;
}
</style>
border-color css
<style>
span { border-color: #7243BC; }
span { border-color: rgb(114,67,188); }
td.TdClassName
{
border-color: #7243BC;
}
.TagClassName
{
border-color: #7243BC;
}
</style>