Shades of Purple Heart #471FC7
Tints of Purple Heart #471FC7
RGB
CMYK
RGB Variations
Color information
#471FC7 (or 0x471FC7) is known color: Purple Heart. HEX triplet: 47, 1F and C7. RGB value is (71,31,199). Sum of RGB (Red+Green+Blue) = 71+31+199=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 31 (12.5% from 255 or 10.30% from 301); Blue value is 199 (78.12% from 255 or 66.11% from 301); Max value from RGB is 199 - color contains mainly: blue. Hex color #471FC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471FC7 is #B8E038. Grayscale: #3D3D3D. Windows color (decimal): -12116025 or 13049671. OLE color: 13049671.
HSL color Cylindrical-coordinate representation of color #471FC7: hue angle of 254.29º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #471FC7 is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 71 | 31 | 199 | - |
| CMYK | 0.64 | 0.84 | 0 | 0.22 |
| HSL | 254.29º | 0.73% | 0.45% | - |
| HSV(B) | 254.29º | 0.84% | 0.78% | - |
| XYZ | 13.4 | 6.44 | 54.57 | - |
| YUV | 62.11 | 205.25 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 31 | 199 | 0.64 | 0.84 | 0 | 0.22 | 254.29 | 0.73 | 0.45 |
| Hex | 47 | 1F | C7 | 40 | 54 | 0 | 16 | FE | 49 | 2D |
| Octal | 107 | 37 | 307 | 100 | 124 | 0 | 26 | 376 | 111 | 55 |
| Binary | 1000111 | 11111 | 11000111 | 1000000 | 1010100 | 0 | 10110 | 11111110 | 1001001 | 101101 |
Color Harmonies of #471FC7
Complementary color
Monochromatic Colors of #471FC7
Black with #471FC7
Text Example
Text Example
White with #471FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471FC7; }
p { color: rgb(71,31,199); }
H1.HeaderClassName
{
color: #471FC7;
}
.AnyTagClassName
{
color: #471FC7;
}
</style>
background-color css
<style>
a { background-color: #471FC7; }
a { background-color: rgb(71,31,199); }
div.DivClassName
{
background-color: #471FC7;
}
.BgClassName
{
background-color: #471FC7;
}
</style>
border-color css
<style>
span { border-color: #471FC7; }
span { border-color: rgb(71,31,199); }
td.TdClassName
{
border-color: #471FC7;
}
.TagClassName
{
border-color: #471FC7;
}
</style>