Shades of Purple Heart #470EB0
Tints of Purple Heart #470EB0
RGB
CMYK
RGB Variations
Color information
#470EB0 (or 0x470EB0) is known color: Purple Heart. HEX triplet: 47, 0E and B0. RGB value is (71,14,176). Sum of RGB (Red+Green+Blue) = 71+14+176=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 14 (5.86% from 255 or 5.36% from 261); Blue value is 176 (69.14% from 255 or 67.43% from 261); Max value from RGB is 176 - color contains mainly: blue. Hex color #470EB0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470EB0 is #B8F14F. Grayscale: #303030. Windows color (decimal): -12120400 or 11537991. OLE color: 11537991.
HSL color Cylindrical-coordinate representation of color #470EB0: hue angle of 261.11º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #470EB0 is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 14 | 176 | - |
| CMYK | 0.60 | 0.92 | 0 | 0.31 |
| HSL | 261.11º | 0.85% | 0.37% | - |
| HSV(B) | 261.11º | 0.92% | 0.69% | - |
| XYZ | 10.59 | 4.79 | 41.44 | - |
| YUV | 49.51 | 199.38 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 14 | 176 | 0.60 | 0.92 | 0 | 0.31 | 261.11 | 0.85 | 0.37 |
| Hex | 47 | E | B0 | 3C | 5C | 0 | 1F | 105 | 55 | 25 |
| Octal | 107 | 16 | 260 | 74 | 134 | 0 | 37 | 405 | 125 | 45 |
| Binary | 1000111 | 1110 | 10110000 | 111100 | 1011100 | 0 | 11111 | 100000101 | 1010101 | 100101 |
Color Harmonies of #470EB0
Complementary color
Monochromatic Colors of #470EB0
Black with #470EB0
Text Example
Text Example
White with #470EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470EB0; }
p { color: rgb(71,14,176); }
H1.HeaderClassName
{
color: #470EB0;
}
.AnyTagClassName
{
color: #470EB0;
}
</style>
background-color css
<style>
a { background-color: #470EB0; }
a { background-color: rgb(71,14,176); }
div.DivClassName
{
background-color: #470EB0;
}
.BgClassName
{
background-color: #470EB0;
}
</style>
border-color css
<style>
span { border-color: #470EB0; }
span { border-color: rgb(71,14,176); }
td.TdClassName
{
border-color: #470EB0;
}
.TagClassName
{
border-color: #470EB0;
}
</style>