Shades of Purple Heart #4733C0
Tints of Purple Heart #4733C0
RGB
CMYK
RGB Variations
Color information
#4733C0 (or 0x4733C0) is known color: Purple Heart. HEX triplet: 47, 33 and C0. RGB value is (71,51,192). Sum of RGB (Red+Green+Blue) = 71+51+192=314 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.61% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 192 (75.39% from 255 or 61.15% from 314); Max value from RGB is 192 - color contains mainly: blue. Hex color #4733C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4733C0 is #B8CC3F. Grayscale: #484848. Windows color (decimal): -12110912 or 12596039. OLE color: 12596039.
HSL color Cylindrical-coordinate representation of color #4733C0: hue angle of 248.51º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4733C0 is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 51 | 192 | - |
| CMYK | 0.63 | 0.73 | 0 | 0.25 |
| HSL | 248.51º | 0.58% | 0.48% | - |
| HSV(B) | 248.51º | 0.73% | 0.75% | - |
| XYZ | 13.3 | 7.51 | 50.62 | - |
| YUV | 73.05 | 195.13 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 51 | 192 | 0.63 | 0.73 | 0 | 0.25 | 248.51 | 0.58 | 0.48 |
| Hex | 47 | 33 | C0 | 3F | 49 | 0 | 19 | F9 | 3A | 30 |
| Octal | 107 | 63 | 300 | 77 | 111 | 0 | 31 | 371 | 72 | 60 |
| Binary | 1000111 | 110011 | 11000000 | 111111 | 1001001 | 0 | 11001 | 11111001 | 111010 | 110000 |
Color Harmonies of #4733C0
Complementary color
Monochromatic Colors of #4733C0
Black with #4733C0
Text Example
Text Example
White with #4733C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4733C0; }
p { color: rgb(71,51,192); }
H1.HeaderClassName
{
color: #4733C0;
}
.AnyTagClassName
{
color: #4733C0;
}
</style>
background-color css
<style>
a { background-color: #4733C0; }
a { background-color: rgb(71,51,192); }
div.DivClassName
{
background-color: #4733C0;
}
.BgClassName
{
background-color: #4733C0;
}
</style>
border-color css
<style>
span { border-color: #4733C0; }
span { border-color: rgb(71,51,192); }
td.TdClassName
{
border-color: #4733C0;
}
.TagClassName
{
border-color: #4733C0;
}
</style>