Shades of Purple Heart #471DD3
Tints of Purple Heart #471DD3
RGB
CMYK
RGB Variations
Color information
#471DD3 (or 0x471DD3) is known color: Purple Heart. HEX triplet: 47, 1D and D3. RGB value is (71,29,211). Sum of RGB (Red+Green+Blue) = 71+29+211=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 29 (11.72% from 255 or 9.32% from 311); Blue value is 211 (82.81% from 255 or 67.85% from 311); Max value from RGB is 211 - color contains mainly: blue. Hex color #471DD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471DD3 is #B8E22C. Grayscale: #3D3D3D. Windows color (decimal): -12116525 or 13835591. OLE color: 13835591.
HSL color Cylindrical-coordinate representation of color #471DD3: hue angle of 253.85º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #471DD3 is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 71 | 29 | 211 | - |
| CMYK | 0.66 | 0.86 | 0 | 0.17 |
| HSL | 253.85º | 0.76% | 0.47% | - |
| HSV(B) | 253.85º | 0.86% | 0.83% | - |
| XYZ | 14.8 | 6.92 | 62.18 | - |
| YUV | 62.31 | 211.91 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 29 | 211 | 0.66 | 0.86 | 0 | 0.17 | 253.85 | 0.76 | 0.47 |
| Hex | 47 | 1D | D3 | 42 | 56 | 0 | 11 | FE | 4C | 2F |
| Octal | 107 | 35 | 323 | 102 | 126 | 0 | 21 | 376 | 114 | 57 |
| Binary | 1000111 | 11101 | 11010011 | 1000010 | 1010110 | 0 | 10001 | 11111110 | 1001100 | 101111 |
Color Harmonies of #471DD3
Complementary color
Monochromatic Colors of #471DD3
Black with #471DD3
Text Example
Text Example
White with #471DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471DD3; }
p { color: rgb(71,29,211); }
H1.HeaderClassName
{
color: #471DD3;
}
.AnyTagClassName
{
color: #471DD3;
}
</style>
background-color css
<style>
a { background-color: #471DD3; }
a { background-color: rgb(71,29,211); }
div.DivClassName
{
background-color: #471DD3;
}
.BgClassName
{
background-color: #471DD3;
}
</style>
border-color css
<style>
span { border-color: #471DD3; }
span { border-color: rgb(71,29,211); }
td.TdClassName
{
border-color: #471DD3;
}
.TagClassName
{
border-color: #471DD3;
}
</style>