Shades of Purple Heart #4730BF
Tints of Purple Heart #4730BF
RGB
CMYK
RGB Variations
Color information
#4730BF (or 0x4730BF) is known color: Purple Heart. HEX triplet: 47, 30 and BF. RGB value is (71,48,191). Sum of RGB (Red+Green+Blue) = 71+48+191=310 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.90% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 191 (75% from 255 or 61.61% from 310); Max value from RGB is 191 - color contains mainly: blue. Hex color #4730BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4730BF is #B8CF40. Grayscale: #464646. Windows color (decimal): -12111681 or 12529735. OLE color: 12529735.
HSL color Cylindrical-coordinate representation of color #4730BF: hue angle of 249.65º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4730BF is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 48 | 191 | - |
| CMYK | 0.63 | 0.75 | 0 | 0.25 |
| HSL | 249.65º | 0.6% | 0.47% | - |
| HSV(B) | 249.65º | 0.75% | 0.75% | - |
| XYZ | 13.06 | 7.22 | 49.99 | - |
| YUV | 71.18 | 195.62 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 48 | 191 | 0.63 | 0.75 | 0 | 0.25 | 249.65 | 0.6 | 0.47 |
| Hex | 47 | 30 | BF | 3F | 4B | 0 | 19 | FA | 3C | 2F |
| Octal | 107 | 60 | 277 | 77 | 113 | 0 | 31 | 372 | 74 | 57 |
| Binary | 1000111 | 110000 | 10111111 | 111111 | 1001011 | 0 | 11001 | 11111010 | 111100 | 101111 |
Color Harmonies of #4730BF
Complementary color
Monochromatic Colors of #4730BF
Black with #4730BF
Text Example
Text Example
White with #4730BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4730BF; }
p { color: rgb(71,48,191); }
H1.HeaderClassName
{
color: #4730BF;
}
.AnyTagClassName
{
color: #4730BF;
}
</style>
background-color css
<style>
a { background-color: #4730BF; }
a { background-color: rgb(71,48,191); }
div.DivClassName
{
background-color: #4730BF;
}
.BgClassName
{
background-color: #4730BF;
}
</style>
border-color css
<style>
span { border-color: #4730BF; }
span { border-color: rgb(71,48,191); }
td.TdClassName
{
border-color: #4730BF;
}
.TagClassName
{
border-color: #4730BF;
}
</style>