Shades of Purple Heart #471FC8
Tints of Purple Heart #471FC8
RGB
CMYK
RGB Variations
Color information
#471FC8 (or 0x471FC8) is known color: Purple Heart. HEX triplet: 47, 1F and C8. RGB value is (71,31,200). Sum of RGB (Red+Green+Blue) = 71+31+200=302 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.51% from 302); Green value is 31 (12.5% from 255 or 10.26% from 302); Blue value is 200 (78.52% from 255 or 66.23% from 302); Max value from RGB is 200 - color contains mainly: blue. Hex color #471FC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471FC8 is #B8E037. Grayscale: #3D3D3D. Windows color (decimal): -12116024 or 13115207. OLE color: 13115207.
HSL color Cylindrical-coordinate representation of color #471FC8: hue angle of 254.2º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #471FC8 is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 71 | 31 | 200 | - |
| CMYK | 0.64 | 0.84 | 0 | 0.22 |
| HSL | 254.2º | 0.73% | 0.45% | - |
| HSV(B) | 254.2º | 0.85% | 0.78% | - |
| XYZ | 13.51 | 6.49 | 55.18 | - |
| YUV | 62.23 | 205.75 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 31 | 200 | 0.64 | 0.84 | 0 | 0.22 | 254.2 | 0.73 | 0.45 |
| Hex | 47 | 1F | C8 | 40 | 54 | 0 | 16 | FE | 49 | 2D |
| Octal | 107 | 37 | 310 | 100 | 124 | 0 | 26 | 376 | 111 | 55 |
| Binary | 1000111 | 11111 | 11001000 | 1000000 | 1010100 | 0 | 10110 | 11111110 | 1001001 | 101101 |
Color Harmonies of #471FC8
Complementary color
Monochromatic Colors of #471FC8
Black with #471FC8
Text Example
Text Example
White with #471FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471FC8; }
p { color: rgb(71,31,200); }
H1.HeaderClassName
{
color: #471FC8;
}
.AnyTagClassName
{
color: #471FC8;
}
</style>
background-color css
<style>
a { background-color: #471FC8; }
a { background-color: rgb(71,31,200); }
div.DivClassName
{
background-color: #471FC8;
}
.BgClassName
{
background-color: #471FC8;
}
</style>
border-color css
<style>
span { border-color: #471FC8; }
span { border-color: rgb(71,31,200); }
td.TdClassName
{
border-color: #471FC8;
}
.TagClassName
{
border-color: #471FC8;
}
</style>