Shades of Purple Heart #472ECC
Tints of Purple Heart #472ECC
RGB
CMYK
RGB Variations
Color information
#472ECC (or 0x472ECC) is known color: Purple Heart. HEX triplet: 47, 2E and CC. RGB value is (71,46,204). Sum of RGB (Red+Green+Blue) = 71+46+204=321 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.12% from 321); Green value is 46 (18.36% from 255 or 14.33% from 321); Blue value is 204 (80.08% from 255 or 63.55% from 321); Max value from RGB is 204 - color contains mainly: blue. Hex color #472ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472ECC is #B8D133. Grayscale: #464646. Windows color (decimal): -12112180 or 13381191. OLE color: 13381191.
HSL color Cylindrical-coordinate representation of color #472ECC: hue angle of 249.49º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #472ECC is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 71 | 46 | 204 | - |
| CMYK | 0.65 | 0.77 | 0 | 0.2 |
| HSL | 249.49º | 0.63% | 0.49% | - |
| HSV(B) | 249.49º | 0.77% | 0.8% | - |
| XYZ | 14.47 | 7.65 | 57.84 | - |
| YUV | 71.49 | 202.78 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 46 | 204 | 0.65 | 0.77 | 0 | 0.2 | 249.49 | 0.63 | 0.49 |
| Hex | 47 | 2E | CC | 41 | 4D | 0 | 14 | F9 | 3F | 31 |
| Octal | 107 | 56 | 314 | 101 | 115 | 0 | 24 | 371 | 77 | 61 |
| Binary | 1000111 | 101110 | 11001100 | 1000001 | 1001101 | 0 | 10100 | 11111001 | 111111 | 110001 |
Color Harmonies of #472ECC
Complementary color
Monochromatic Colors of #472ECC
Black with #472ECC
Text Example
Text Example
White with #472ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472ECC; }
p { color: rgb(71,46,204); }
H1.HeaderClassName
{
color: #472ECC;
}
.AnyTagClassName
{
color: #472ECC;
}
</style>
background-color css
<style>
a { background-color: #472ECC; }
a { background-color: rgb(71,46,204); }
div.DivClassName
{
background-color: #472ECC;
}
.BgClassName
{
background-color: #472ECC;
}
</style>
border-color css
<style>
span { border-color: #472ECC; }
span { border-color: rgb(71,46,204); }
td.TdClassName
{
border-color: #472ECC;
}
.TagClassName
{
border-color: #472ECC;
}
</style>