Shades of Purple Heart #4732D1
Tints of Purple Heart #4732D1
RGB
CMYK
RGB Variations
Color information
#4732D1 (or 0x4732D1) is known color: Purple Heart. HEX triplet: 47, 32 and D1. RGB value is (71,50,209). Sum of RGB (Red+Green+Blue) = 71+50+209=330 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.52% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 209 (82.03% from 255 or 63.33% from 330); Max value from RGB is 209 - color contains mainly: blue. Hex color #4732D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4732D1 is #B8CD2E. Grayscale: #494949. Windows color (decimal): -12111151 or 13709895. OLE color: 13709895.
HSL color Cylindrical-coordinate representation of color #4732D1: hue angle of 247.92º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4732D1 is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 71 | 50 | 209 | - |
| CMYK | 0.66 | 0.76 | 0 | 0.18 |
| HSL | 247.92º | 0.63% | 0.51% | - |
| HSV(B) | 247.92º | 0.76% | 0.82% | - |
| XYZ | 15.25 | 8.22 | 61.11 | - |
| YUV | 74.41 | 203.96 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 50 | 209 | 0.66 | 0.76 | 0 | 0.18 | 247.92 | 0.63 | 0.51 |
| Hex | 47 | 32 | D1 | 42 | 4C | 0 | 12 | F8 | 3F | 33 |
| Octal | 107 | 62 | 321 | 102 | 114 | 0 | 22 | 370 | 77 | 63 |
| Binary | 1000111 | 110010 | 11010001 | 1000010 | 1001100 | 0 | 10010 | 11111000 | 111111 | 110011 |
Color Harmonies of #4732D1
Complementary color
Monochromatic Colors of #4732D1
Black with #4732D1
Text Example
Text Example
White with #4732D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4732D1; }
p { color: rgb(71,50,209); }
H1.HeaderClassName
{
color: #4732D1;
}
.AnyTagClassName
{
color: #4732D1;
}
</style>
background-color css
<style>
a { background-color: #4732D1; }
a { background-color: rgb(71,50,209); }
div.DivClassName
{
background-color: #4732D1;
}
.BgClassName
{
background-color: #4732D1;
}
</style>
border-color css
<style>
span { border-color: #4732D1; }
span { border-color: rgb(71,50,209); }
td.TdClassName
{
border-color: #4732D1;
}
.TagClassName
{
border-color: #4732D1;
}
</style>