Shades of Purple Heart #4733BF
Tints of Purple Heart #4733BF
RGB
CMYK
RGB Variations
Color information
#4733BF (or 0x4733BF) is known color: Purple Heart. HEX triplet: 47, 33 and BF. RGB value is (71,51,191). Sum of RGB (Red+Green+Blue) = 71+51+191=313 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.68% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 191 (75% from 255 or 61.02% from 313); Max value from RGB is 191 - color contains mainly: blue. Hex color #4733BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4733BF is #B8CC40. Grayscale: #484848. Windows color (decimal): -12110913 or 12530503. OLE color: 12530503.
HSL color Cylindrical-coordinate representation of color #4733BF: hue angle of 248.57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4733BF is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 51 | 191 | - |
| CMYK | 0.63 | 0.73 | 0 | 0.25 |
| HSL | 248.57º | 0.58% | 0.47% | - |
| HSV(B) | 248.57º | 0.73% | 0.75% | - |
| XYZ | 13.19 | 7.47 | 50.04 | - |
| YUV | 72.94 | 194.63 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 51 | 191 | 0.63 | 0.73 | 0 | 0.25 | 248.57 | 0.58 | 0.47 |
| Hex | 47 | 33 | BF | 3F | 49 | 0 | 19 | F9 | 3A | 2F |
| Octal | 107 | 63 | 277 | 77 | 111 | 0 | 31 | 371 | 72 | 57 |
| Binary | 1000111 | 110011 | 10111111 | 111111 | 1001001 | 0 | 11001 | 11111001 | 111010 | 101111 |
Color Harmonies of #4733BF
Complementary color
Monochromatic Colors of #4733BF
Black with #4733BF
Text Example
Text Example
White with #4733BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4733BF; }
p { color: rgb(71,51,191); }
H1.HeaderClassName
{
color: #4733BF;
}
.AnyTagClassName
{
color: #4733BF;
}
</style>
background-color css
<style>
a { background-color: #4733BF; }
a { background-color: rgb(71,51,191); }
div.DivClassName
{
background-color: #4733BF;
}
.BgClassName
{
background-color: #4733BF;
}
</style>
border-color css
<style>
span { border-color: #4733BF; }
span { border-color: rgb(71,51,191); }
td.TdClassName
{
border-color: #4733BF;
}
.TagClassName
{
border-color: #4733BF;
}
</style>