Shades of Purple Heart #470BC5
Tints of Purple Heart #470BC5
RGB
CMYK
RGB Variations
Color information
#470BC5 (or 0x470BC5) is known color: Purple Heart. HEX triplet: 47, 0B and C5. RGB value is (71,11,197). Sum of RGB (Red+Green+Blue) = 71+11+197=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 11 (4.69% from 255 or 3.94% from 279); Blue value is 197 (77.34% from 255 or 70.61% from 279); Max value from RGB is 197 - color contains mainly: blue. Hex color #470BC5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470BC5 is #B8F43A. Grayscale: #313131. Windows color (decimal): -12121147 or 12913479. OLE color: 12913479.
HSL color Cylindrical-coordinate representation of color #470BC5: hue angle of 259.35º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470BC5 is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 71 | 11 | 197 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.23 |
| HSL | 259.35º | 0.89% | 0.41% | - |
| HSV(B) | 259.35º | 0.94% | 0.77% | - |
| XYZ | 12.8 | 5.61 | 53.23 | - |
| YUV | 50.14 | 210.88 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 11 | 197 | 0.64 | 0.94 | 0 | 0.23 | 259.35 | 0.89 | 0.41 |
| Hex | 47 | B | C5 | 40 | 5E | 0 | 17 | 103 | 59 | 29 |
| Octal | 107 | 13 | 305 | 100 | 136 | 0 | 27 | 403 | 131 | 51 |
| Binary | 1000111 | 1011 | 11000101 | 1000000 | 1011110 | 0 | 10111 | 100000011 | 1011001 | 101001 |
Color Harmonies of #470BC5
Complementary color
Monochromatic Colors of #470BC5
Black with #470BC5
Text Example
Text Example
White with #470BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470BC5; }
p { color: rgb(71,11,197); }
H1.HeaderClassName
{
color: #470BC5;
}
.AnyTagClassName
{
color: #470BC5;
}
</style>
background-color css
<style>
a { background-color: #470BC5; }
a { background-color: rgb(71,11,197); }
div.DivClassName
{
background-color: #470BC5;
}
.BgClassName
{
background-color: #470BC5;
}
</style>
border-color css
<style>
span { border-color: #470BC5; }
span { border-color: rgb(71,11,197); }
td.TdClassName
{
border-color: #470BC5;
}
.TagClassName
{
border-color: #470BC5;
}
</style>