Shades of Purple Heart #7531BF
Tints of Purple Heart #7531BF
RGB
CMYK
RGB Variations
Color information
#7531BF (or 0x7531BF) is known color: Purple Heart. HEX triplet: 75, 31 and BF. RGB value is (117,49,191). Sum of RGB (Red+Green+Blue) = 117+49+191=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 49 (19.53% from 255 or 13.73% from 357); Blue value is 191 (75% from 255 or 53.50% from 357); Max value from RGB is 191 - color contains mainly: blue. Hex color #7531BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7531BF is #8ACE40. Grayscale: #555555. Windows color (decimal): -9096769 or 12530037. OLE color: 12530037.
HSL color Cylindrical-coordinate representation of color #7531BF: hue angle of 268.73º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7531BF is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 49 | 191 | - |
| CMYK | 0.39 | 0.74 | 0 | 0.25 |
| HSL | 268.73º | 0.59% | 0.47% | - |
| HSV(B) | 268.73º | 0.74% | 0.75% | - |
| XYZ | 17.84 | 9.74 | 50.23 | - |
| YUV | 85.52 | 187.53 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 49 | 191 | 0.39 | 0.74 | 0 | 0.25 | 268.73 | 0.59 | 0.47 |
| Hex | 75 | 31 | BF | 27 | 4A | 0 | 19 | 10D | 3B | 2F |
| Octal | 165 | 61 | 277 | 47 | 112 | 0 | 31 | 415 | 73 | 57 |
| Binary | 1110101 | 110001 | 10111111 | 100111 | 1001010 | 0 | 11001 | 100001101 | 111011 | 101111 |
Color Harmonies of #7531BF
Complementary color
Monochromatic Colors of #7531BF
Black with #7531BF
Text Example
Text Example
White with #7531BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7531BF; }
p { color: rgb(117,49,191); }
H1.HeaderClassName
{
color: #7531BF;
}
.AnyTagClassName
{
color: #7531BF;
}
</style>
background-color css
<style>
a { background-color: #7531BF; }
a { background-color: rgb(117,49,191); }
div.DivClassName
{
background-color: #7531BF;
}
.BgClassName
{
background-color: #7531BF;
}
</style>
border-color css
<style>
span { border-color: #7531BF; }
span { border-color: rgb(117,49,191); }
td.TdClassName
{
border-color: #7531BF;
}
.TagClassName
{
border-color: #7531BF;
}
</style>