Shades of Purple Heart #471DB4
Tints of Purple Heart #471DB4
RGB
CMYK
RGB Variations
Color information
#471DB4 (or 0x471DB4) is known color: Purple Heart. HEX triplet: 47, 1D and B4. RGB value is (71,29,180). Sum of RGB (Red+Green+Blue) = 71+29+180=280 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.36% from 280); Green value is 29 (11.72% from 255 or 10.36% from 280); Blue value is 180 (70.70% from 255 or 64.29% from 280); Max value from RGB is 180 - color contains mainly: blue. Hex color #471DB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471DB4 is #B8E24B. Grayscale: #3A3A3A. Windows color (decimal): -12116556 or 11803975. OLE color: 11803975.
HSL color Cylindrical-coordinate representation of color #471DB4: hue angle of 256.69º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #471DB4 is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 71 | 29 | 180 | - |
| CMYK | 0.61 | 0.84 | 0 | 0.29 |
| HSL | 256.69º | 0.72% | 0.41% | - |
| HSV(B) | 256.69º | 0.84% | 0.71% | - |
| XYZ | 11.28 | 5.51 | 43.65 | - |
| YUV | 58.77 | 196.41 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 29 | 180 | 0.61 | 0.84 | 0 | 0.29 | 256.69 | 0.72 | 0.41 |
| Hex | 47 | 1D | B4 | 3D | 54 | 0 | 1D | 101 | 48 | 29 |
| Octal | 107 | 35 | 264 | 75 | 124 | 0 | 35 | 401 | 110 | 51 |
| Binary | 1000111 | 11101 | 10110100 | 111101 | 1010100 | 0 | 11101 | 100000001 | 1001000 | 101001 |
Color Harmonies of #471DB4
Complementary color
Monochromatic Colors of #471DB4
Black with #471DB4
Text Example
Text Example
White with #471DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471DB4; }
p { color: rgb(71,29,180); }
H1.HeaderClassName
{
color: #471DB4;
}
.AnyTagClassName
{
color: #471DB4;
}
</style>
background-color css
<style>
a { background-color: #471DB4; }
a { background-color: rgb(71,29,180); }
div.DivClassName
{
background-color: #471DB4;
}
.BgClassName
{
background-color: #471DB4;
}
</style>
border-color css
<style>
span { border-color: #471DB4; }
span { border-color: rgb(71,29,180); }
td.TdClassName
{
border-color: #471DB4;
}
.TagClassName
{
border-color: #471DB4;
}
</style>