Shades of Purple Heart #7547BF
Tints of Purple Heart #7547BF
RGB
CMYK
RGB Variations
Color information
#7547BF (or 0x7547BF) is known color: Purple Heart. HEX triplet: 75, 47 and BF. RGB value is (117,71,191). Sum of RGB (Red+Green+Blue) = 117+71+191=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 71 (28.12% from 255 or 18.73% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #7547BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7547BF is #8AB840. Grayscale: #626262. Windows color (decimal): -9091137 or 12535669. OLE color: 12535669.
HSL color Cylindrical-coordinate representation of color #7547BF: hue angle of 263º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7547BF is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 71 | 191 | - |
| CMYK | 0.39 | 0.63 | 0 | 0.25 |
| HSL | 263º | 0.48% | 0.51% | - |
| HSV(B) | 263º | 0.63% | 0.75% | - |
| XYZ | 18.99 | 12.05 | 50.62 | - |
| YUV | 98.43 | 180.24 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 71 | 191 | 0.39 | 0.63 | 0 | 0.25 | 263 | 0.48 | 0.51 |
| Hex | 75 | 47 | BF | 27 | 3F | 0 | 19 | 107 | 30 | 33 |
| Octal | 165 | 107 | 277 | 47 | 77 | 0 | 31 | 407 | 60 | 63 |
| Binary | 1110101 | 1000111 | 10111111 | 100111 | 111111 | 0 | 11001 | 100000111 | 110000 | 110011 |
Color Harmonies of #7547BF
Complementary color
Monochromatic Colors of #7547BF
Black with #7547BF
Text Example
Text Example
White with #7547BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7547BF; }
p { color: rgb(117,71,191); }
H1.HeaderClassName
{
color: #7547BF;
}
.AnyTagClassName
{
color: #7547BF;
}
</style>
background-color css
<style>
a { background-color: #7547BF; }
a { background-color: rgb(117,71,191); }
div.DivClassName
{
background-color: #7547BF;
}
.BgClassName
{
background-color: #7547BF;
}
</style>
border-color css
<style>
span { border-color: #7547BF; }
span { border-color: rgb(117,71,191); }
td.TdClassName
{
border-color: #7547BF;
}
.TagClassName
{
border-color: #7547BF;
}
</style>