Shades of Purple Heart #7243BD
Tints of Purple Heart #7243BD
RGB
CMYK
RGB Variations
Color information
#7243BD (or 0x7243BD) is known color: Purple Heart. HEX triplet: 72, 43 and BD. RGB value is (114,67,189). Sum of RGB (Red+Green+Blue) = 114+67+189=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 67 (26.56% from 255 or 18.11% from 370); Blue value is 189 (74.22% from 255 or 51.08% from 370); Max value from RGB is 189 - color contains mainly: blue. Hex color #7243BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7243BD is #8DBC42. Grayscale: #5E5E5E. Windows color (decimal): -9288771 or 12403570. OLE color: 12403570.
HSL color Cylindrical-coordinate representation of color #7243BD: hue angle of 263.11º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7243BD is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 67 | 189 | - |
| CMYK | 0.40 | 0.65 | 0 | 0.26 |
| HSL | 263.11º | 0.48% | 0.5% | - |
| HSV(B) | 263.11º | 0.65% | 0.74% | - |
| XYZ | 18.13 | 11.27 | 49.36 | - |
| YUV | 94.96 | 181.07 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 67 | 189 | 0.40 | 0.65 | 0 | 0.26 | 263.11 | 0.48 | 0.5 |
| Hex | 72 | 43 | BD | 28 | 41 | 0 | 1A | 107 | 30 | 32 |
| Octal | 162 | 103 | 275 | 50 | 101 | 0 | 32 | 407 | 60 | 62 |
| Binary | 1110010 | 1000011 | 10111101 | 101000 | 1000001 | 0 | 11010 | 100000111 | 110000 | 110010 |
Color Harmonies of #7243BD
Complementary color
Monochromatic Colors of #7243BD
Black with #7243BD
Text Example
Text Example
White with #7243BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7243BD; }
p { color: rgb(114,67,189); }
H1.HeaderClassName
{
color: #7243BD;
}
.AnyTagClassName
{
color: #7243BD;
}
</style>
background-color css
<style>
a { background-color: #7243BD; }
a { background-color: rgb(114,67,189); }
div.DivClassName
{
background-color: #7243BD;
}
.BgClassName
{
background-color: #7243BD;
}
</style>
border-color css
<style>
span { border-color: #7243BD; }
span { border-color: rgb(114,67,189); }
td.TdClassName
{
border-color: #7243BD;
}
.TagClassName
{
border-color: #7243BD;
}
</style>