Shades of Purple Heart #472ECF
Tints of Purple Heart #472ECF
RGB
CMYK
RGB Variations
Color information
#472ECF (or 0x472ECF) is known color: Purple Heart. HEX triplet: 47, 2E and CF. RGB value is (71,46,207). Sum of RGB (Red+Green+Blue) = 71+46+207=324 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.91% from 324); Green value is 46 (18.36% from 255 or 14.20% from 324); Blue value is 207 (81.25% from 255 or 63.89% from 324); Max value from RGB is 207 - color contains mainly: blue. Hex color #472ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472ECF is #B8D130. Grayscale: #474747. Windows color (decimal): -12112177 or 13577799. OLE color: 13577799.
HSL color Cylindrical-coordinate representation of color #472ECF: hue angle of 249.32º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #472ECF is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 46 | 207 | - |
| CMYK | 0.66 | 0.78 | 0 | 0.19 |
| HSL | 249.32º | 0.64% | 0.5% | - |
| HSV(B) | 249.32º | 0.78% | 0.81% | - |
| XYZ | 14.84 | 7.8 | 59.75 | - |
| YUV | 71.83 | 204.28 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 46 | 207 | 0.66 | 0.78 | 0 | 0.19 | 249.32 | 0.64 | 0.5 |
| Hex | 47 | 2E | CF | 42 | 4E | 0 | 13 | F9 | 40 | 32 |
| Octal | 107 | 56 | 317 | 102 | 116 | 0 | 23 | 371 | 100 | 62 |
| Binary | 1000111 | 101110 | 11001111 | 1000010 | 1001110 | 0 | 10011 | 11111001 | 1000000 | 110010 |
Color Harmonies of #472ECF
Complementary color
Monochromatic Colors of #472ECF
Black with #472ECF
Text Example
Text Example
White with #472ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472ECF; }
p { color: rgb(71,46,207); }
H1.HeaderClassName
{
color: #472ECF;
}
.AnyTagClassName
{
color: #472ECF;
}
</style>
background-color css
<style>
a { background-color: #472ECF; }
a { background-color: rgb(71,46,207); }
div.DivClassName
{
background-color: #472ECF;
}
.BgClassName
{
background-color: #472ECF;
}
</style>
border-color css
<style>
span { border-color: #472ECF; }
span { border-color: rgb(71,46,207); }
td.TdClassName
{
border-color: #472ECF;
}
.TagClassName
{
border-color: #472ECF;
}
</style>