Shades of Purple Heart #7244BD
Tints of Purple Heart #7244BD
RGB
CMYK
RGB Variations
Color information
#7244BD (or 0x7244BD) is known color: Purple Heart. HEX triplet: 72, 44 and BD. RGB value is (114,68,189). Sum of RGB (Red+Green+Blue) = 114+68+189=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 189 (74.22% from 255 or 50.94% from 371); Max value from RGB is 189 - color contains mainly: blue. Hex color #7244BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7244BD is #8DBB42. Grayscale: #5F5F5F. Windows color (decimal): -9288515 or 12403826. OLE color: 12403826.
HSL color Cylindrical-coordinate representation of color #7244BD: hue angle of 262.81º degrees, saturation: 0.48, 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 #7244BD is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 68 | 189 | - |
| CMYK | 0.40 | 0.64 | 0 | 0.26 |
| HSL | 262.81º | 0.48% | 0.5% | - |
| HSV(B) | 262.81º | 0.64% | 0.74% | - |
| XYZ | 18.19 | 11.39 | 49.38 | - |
| YUV | 95.55 | 180.74 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 68 | 189 | 0.40 | 0.64 | 0 | 0.26 | 262.81 | 0.48 | 0.5 |
| Hex | 72 | 44 | BD | 28 | 40 | 0 | 1A | 107 | 30 | 32 |
| Octal | 162 | 104 | 275 | 50 | 100 | 0 | 32 | 407 | 60 | 62 |
| Binary | 1110010 | 1000100 | 10111101 | 101000 | 1000000 | 0 | 11010 | 100000111 | 110000 | 110010 |
Color Harmonies of #7244BD
Complementary color
Monochromatic Colors of #7244BD
Black with #7244BD
Text Example
Text Example
White with #7244BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7244BD; }
p { color: rgb(114,68,189); }
H1.HeaderClassName
{
color: #7244BD;
}
.AnyTagClassName
{
color: #7244BD;
}
</style>
background-color css
<style>
a { background-color: #7244BD; }
a { background-color: rgb(114,68,189); }
div.DivClassName
{
background-color: #7244BD;
}
.BgClassName
{
background-color: #7244BD;
}
</style>
border-color css
<style>
span { border-color: #7244BD; }
span { border-color: rgb(114,68,189); }
td.TdClassName
{
border-color: #7244BD;
}
.TagClassName
{
border-color: #7244BD;
}
</style>