Shades of Purple Heart #4731B9
Tints of Purple Heart #4731B9
RGB
CMYK
RGB Variations
Color information
#4731B9 (or 0x4731B9) is known color: Purple Heart. HEX triplet: 47, 31 and B9. RGB value is (71,49,185). Sum of RGB (Red+Green+Blue) = 71+49+185=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 49 (19.53% from 255 or 16.07% from 305); Blue value is 185 (72.66% from 255 or 60.66% from 305); Max value from RGB is 185 - color contains mainly: blue. Hex color #4731B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4731B9 is #B8CE46. Grayscale: #464646. Windows color (decimal): -12111431 or 12136775. OLE color: 12136775.
HSL color Cylindrical-coordinate representation of color #4731B9: hue angle of 249.71º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4731B9 is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 49 | 185 | - |
| CMYK | 0.62 | 0.74 | 0 | 0.27 |
| HSL | 249.71º | 0.58% | 0.46% | - |
| HSV(B) | 249.71º | 0.74% | 0.73% | - |
| XYZ | 12.45 | 7.04 | 46.6 | - |
| YUV | 71.08 | 192.29 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 49 | 185 | 0.62 | 0.74 | 0 | 0.27 | 249.71 | 0.58 | 0.46 |
| Hex | 47 | 31 | B9 | 3E | 4A | 0 | 1B | FA | 3A | 2E |
| Octal | 107 | 61 | 271 | 76 | 112 | 0 | 33 | 372 | 72 | 56 |
| Binary | 1000111 | 110001 | 10111001 | 111110 | 1001010 | 0 | 11011 | 11111010 | 111010 | 101110 |
Color Harmonies of #4731B9
Complementary color
Monochromatic Colors of #4731B9
Black with #4731B9
Text Example
Text Example
White with #4731B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4731B9; }
p { color: rgb(71,49,185); }
H1.HeaderClassName
{
color: #4731B9;
}
.AnyTagClassName
{
color: #4731B9;
}
</style>
background-color css
<style>
a { background-color: #4731B9; }
a { background-color: rgb(71,49,185); }
div.DivClassName
{
background-color: #4731B9;
}
.BgClassName
{
background-color: #4731B9;
}
</style>
border-color css
<style>
span { border-color: #4731B9; }
span { border-color: rgb(71,49,185); }
td.TdClassName
{
border-color: #4731B9;
}
.TagClassName
{
border-color: #4731B9;
}
</style>