Shades of Purple Heart #4714BB
Tints of Purple Heart #4714BB
RGB
CMYK
RGB Variations
Color information
#4714BB (or 0x4714BB) is known color: Purple Heart. HEX triplet: 47, 14 and BB. RGB value is (71,20,187). Sum of RGB (Red+Green+Blue) = 71+20+187=278 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.54% from 278); Green value is 20 (8.20% from 255 or 7.19% from 278); Blue value is 187 (73.44% from 255 or 67.27% from 278); Max value from RGB is 187 - color contains mainly: blue. Hex color #4714BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4714BB is #B8EB44. Grayscale: #353535. Windows color (decimal): -12118853 or 12260423. OLE color: 12260423.
HSL color Cylindrical-coordinate representation of color #4714BB: hue angle of 258.32º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4714BB is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 20 | 187 | - |
| CMYK | 0.62 | 0.89 | 0 | 0.27 |
| HSL | 258.32º | 0.81% | 0.41% | - |
| HSV(B) | 258.32º | 0.89% | 0.73% | - |
| XYZ | 11.82 | 5.43 | 47.44 | - |
| YUV | 54.29 | 202.9 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 20 | 187 | 0.62 | 0.89 | 0 | 0.27 | 258.32 | 0.81 | 0.41 |
| Hex | 47 | 14 | BB | 3E | 59 | 0 | 1B | 102 | 51 | 29 |
| Octal | 107 | 24 | 273 | 76 | 131 | 0 | 33 | 402 | 121 | 51 |
| Binary | 1000111 | 10100 | 10111011 | 111110 | 1011001 | 0 | 11011 | 100000010 | 1010001 | 101001 |
Color Harmonies of #4714BB
Complementary color
Monochromatic Colors of #4714BB
Black with #4714BB
Text Example
Text Example
White with #4714BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4714BB; }
p { color: rgb(71,20,187); }
H1.HeaderClassName
{
color: #4714BB;
}
.AnyTagClassName
{
color: #4714BB;
}
</style>
background-color css
<style>
a { background-color: #4714BB; }
a { background-color: rgb(71,20,187); }
div.DivClassName
{
background-color: #4714BB;
}
.BgClassName
{
background-color: #4714BB;
}
</style>
border-color css
<style>
span { border-color: #4714BB; }
span { border-color: rgb(71,20,187); }
td.TdClassName
{
border-color: #4714BB;
}
.TagClassName
{
border-color: #4714BB;
}
</style>