Shades of Purple Heart #471DB3
Tints of Purple Heart #471DB3
RGB
CMYK
RGB Variations
Color information
#471DB3 (or 0x471DB3) is known color: Purple Heart. HEX triplet: 47, 1D and B3. RGB value is (71,29,179). Sum of RGB (Red+Green+Blue) = 71+29+179=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 29 (11.72% from 255 or 10.39% from 279); Blue value is 179 (70.31% from 255 or 64.16% from 279); Max value from RGB is 179 - color contains mainly: blue. Hex color #471DB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471DB3 is #B8E24C. Grayscale: #3A3A3A. Windows color (decimal): -12116557 or 11738439. OLE color: 11738439.
HSL color Cylindrical-coordinate representation of color #471DB3: hue angle of 256.8º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #471DB3 is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 71 | 29 | 179 | - |
| CMYK | 0.60 | 0.84 | 0 | 0.30 |
| HSL | 256.8º | 0.72% | 0.41% | - |
| HSV(B) | 256.8º | 0.84% | 0.7% | - |
| XYZ | 11.17 | 5.47 | 43.12 | - |
| YUV | 58.66 | 195.91 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 29 | 179 | 0.60 | 0.84 | 0 | 0.30 | 256.8 | 0.72 | 0.41 |
| Hex | 47 | 1D | B3 | 3C | 54 | 0 | 1E | 101 | 48 | 29 |
| Octal | 107 | 35 | 263 | 74 | 124 | 0 | 36 | 401 | 110 | 51 |
| Binary | 1000111 | 11101 | 10110011 | 111100 | 1010100 | 0 | 11110 | 100000001 | 1001000 | 101001 |
Color Harmonies of #471DB3
Complementary color
Monochromatic Colors of #471DB3
Black with #471DB3
Text Example
Text Example
White with #471DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471DB3; }
p { color: rgb(71,29,179); }
H1.HeaderClassName
{
color: #471DB3;
}
.AnyTagClassName
{
color: #471DB3;
}
</style>
background-color css
<style>
a { background-color: #471DB3; }
a { background-color: rgb(71,29,179); }
div.DivClassName
{
background-color: #471DB3;
}
.BgClassName
{
background-color: #471DB3;
}
</style>
border-color css
<style>
span { border-color: #471DB3; }
span { border-color: rgb(71,29,179); }
td.TdClassName
{
border-color: #471DB3;
}
.TagClassName
{
border-color: #471DB3;
}
</style>