Shades of Purple Heart #472DC3
Tints of Purple Heart #472DC3
RGB
CMYK
RGB Variations
Color information
#472DC3 (or 0x472DC3) is known color: Purple Heart. HEX triplet: 47, 2D and C3. RGB value is (71,45,195). Sum of RGB (Red+Green+Blue) = 71+45+195=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 45 (17.97% from 255 or 14.47% from 311); Blue value is 195 (76.56% from 255 or 62.70% from 311); Max value from RGB is 195 - color contains mainly: blue. Hex color #472DC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472DC3 is #B8D23C. Grayscale: #454545. Windows color (decimal): -12112445 or 12791111. OLE color: 12791111.
HSL color Cylindrical-coordinate representation of color #472DC3: hue angle of 250.4º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #472DC3 is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 45 | 195 | - |
| CMYK | 0.64 | 0.77 | 0 | 0.24 |
| HSL | 250.4º | 0.63% | 0.47% | - |
| HSV(B) | 250.4º | 0.77% | 0.76% | - |
| XYZ | 13.39 | 7.16 | 52.31 | - |
| YUV | 69.87 | 198.61 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 45 | 195 | 0.64 | 0.77 | 0 | 0.24 | 250.4 | 0.63 | 0.47 |
| Hex | 47 | 2D | C3 | 40 | 4D | 0 | 18 | FA | 3E | 2F |
| Octal | 107 | 55 | 303 | 100 | 115 | 0 | 30 | 372 | 76 | 57 |
| Binary | 1000111 | 101101 | 11000011 | 1000000 | 1001101 | 0 | 11000 | 11111010 | 111110 | 101111 |
Color Harmonies of #472DC3
Complementary color
Monochromatic Colors of #472DC3
Black with #472DC3
Text Example
Text Example
White with #472DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472DC3; }
p { color: rgb(71,45,195); }
H1.HeaderClassName
{
color: #472DC3;
}
.AnyTagClassName
{
color: #472DC3;
}
</style>
background-color css
<style>
a { background-color: #472DC3; }
a { background-color: rgb(71,45,195); }
div.DivClassName
{
background-color: #472DC3;
}
.BgClassName
{
background-color: #472DC3;
}
</style>
border-color css
<style>
span { border-color: #472DC3; }
span { border-color: rgb(71,45,195); }
td.TdClassName
{
border-color: #472DC3;
}
.TagClassName
{
border-color: #472DC3;
}
</style>