Shades of Purple Heart #4714BC
Tints of Purple Heart #4714BC
RGB
CMYK
RGB Variations
Color information
#4714BC (or 0x4714BC) is known color: Purple Heart. HEX triplet: 47, 14 and BC. RGB value is (71,20,188). Sum of RGB (Red+Green+Blue) = 71+20+188=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 188 (73.83% from 255 or 67.38% from 279); Max value from RGB is 188 - color contains mainly: blue. Hex color #4714BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4714BC is #B8EB43. Grayscale: #353535. Windows color (decimal): -12118852 or 12325959. OLE color: 12325959.
HSL color Cylindrical-coordinate representation of color #4714BC: hue angle of 258.21º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4714BC is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 20 | 188 | - |
| CMYK | 0.62 | 0.89 | 0 | 0.26 |
| HSL | 258.21º | 0.81% | 0.41% | - |
| HSV(B) | 258.21º | 0.89% | 0.74% | - |
| XYZ | 11.93 | 5.47 | 48 | - |
| YUV | 54.4 | 203.4 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 20 | 188 | 0.62 | 0.89 | 0 | 0.26 | 258.21 | 0.81 | 0.41 |
| Hex | 47 | 14 | BC | 3E | 59 | 0 | 1A | 102 | 51 | 29 |
| Octal | 107 | 24 | 274 | 76 | 131 | 0 | 32 | 402 | 121 | 51 |
| Binary | 1000111 | 10100 | 10111100 | 111110 | 1011001 | 0 | 11010 | 100000010 | 1010001 | 101001 |
Color Harmonies of #4714BC
Complementary color
Monochromatic Colors of #4714BC
Black with #4714BC
Text Example
Text Example
White with #4714BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4714BC; }
p { color: rgb(71,20,188); }
H1.HeaderClassName
{
color: #4714BC;
}
.AnyTagClassName
{
color: #4714BC;
}
</style>
background-color css
<style>
a { background-color: #4714BC; }
a { background-color: rgb(71,20,188); }
div.DivClassName
{
background-color: #4714BC;
}
.BgClassName
{
background-color: #4714BC;
}
</style>
border-color css
<style>
span { border-color: #4714BC; }
span { border-color: rgb(71,20,188); }
td.TdClassName
{
border-color: #4714BC;
}
.TagClassName
{
border-color: #4714BC;
}
</style>