Shades of Purple Heart #470FBA
Tints of Purple Heart #470FBA
RGB
CMYK
RGB Variations
Color information
#470FBA (or 0x470FBA) is known color: Purple Heart. HEX triplet: 47, 0F and BA. RGB value is (71,15,186). Sum of RGB (Red+Green+Blue) = 71+15+186=272 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.10% from 272); Green value is 15 (6.25% from 255 or 5.51% from 272); Blue value is 186 (73.05% from 255 or 68.38% from 272); Max value from RGB is 186 - color contains mainly: blue. Hex color #470FBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470FBA is #B8F045. Grayscale: #323232. Windows color (decimal): -12120134 or 12193607. OLE color: 12193607.
HSL color Cylindrical-coordinate representation of color #470FBA: hue angle of 259.65º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #470FBA is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 15 | 186 | - |
| CMYK | 0.62 | 0.92 | 0 | 0.27 |
| HSL | 259.65º | 0.85% | 0.39% | - |
| HSV(B) | 259.65º | 0.92% | 0.73% | - |
| XYZ | 11.63 | 5.23 | 46.85 | - |
| YUV | 51.24 | 204.05 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 15 | 186 | 0.62 | 0.92 | 0 | 0.27 | 259.65 | 0.85 | 0.39 |
| Hex | 47 | F | BA | 3E | 5C | 0 | 1B | 104 | 55 | 27 |
| Octal | 107 | 17 | 272 | 76 | 134 | 0 | 33 | 404 | 125 | 47 |
| Binary | 1000111 | 1111 | 10111010 | 111110 | 1011100 | 0 | 11011 | 100000100 | 1010101 | 100111 |
Color Harmonies of #470FBA
Complementary color
Monochromatic Colors of #470FBA
Black with #470FBA
Text Example
Text Example
White with #470FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470FBA; }
p { color: rgb(71,15,186); }
H1.HeaderClassName
{
color: #470FBA;
}
.AnyTagClassName
{
color: #470FBA;
}
</style>
background-color css
<style>
a { background-color: #470FBA; }
a { background-color: rgb(71,15,186); }
div.DivClassName
{
background-color: #470FBA;
}
.BgClassName
{
background-color: #470FBA;
}
</style>
border-color css
<style>
span { border-color: #470FBA; }
span { border-color: rgb(71,15,186); }
td.TdClassName
{
border-color: #470FBA;
}
.TagClassName
{
border-color: #470FBA;
}
</style>