Shades of Purple Heart #4715BC
Tints of Purple Heart #4715BC
RGB
CMYK
RGB Variations
Color information
#4715BC (or 0x4715BC) is known color: Purple Heart. HEX triplet: 47, 15 and BC. RGB value is (71,21,188). Sum of RGB (Red+Green+Blue) = 71+21+188=280 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.36% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 188 (73.83% from 255 or 67.14% from 280); Max value from RGB is 188 - color contains mainly: blue. Hex color #4715BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4715BC is #B8EA43. Grayscale: #363636. Windows color (decimal): -12118596 or 12326215. OLE color: 12326215.
HSL color Cylindrical-coordinate representation of color #4715BC: hue angle of 257.96º degrees, saturation: 0.8, 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 #4715BC is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 21 | 188 | - |
| CMYK | 0.62 | 0.89 | 0 | 0.26 |
| HSL | 257.96º | 0.8% | 0.41% | - |
| HSV(B) | 257.96º | 0.89% | 0.74% | - |
| XYZ | 11.94 | 5.51 | 48.01 | - |
| YUV | 54.99 | 203.07 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 21 | 188 | 0.62 | 0.89 | 0 | 0.26 | 257.96 | 0.8 | 0.41 |
| Hex | 47 | 15 | BC | 3E | 59 | 0 | 1A | 102 | 50 | 29 |
| Octal | 107 | 25 | 274 | 76 | 131 | 0 | 32 | 402 | 120 | 51 |
| Binary | 1000111 | 10101 | 10111100 | 111110 | 1011001 | 0 | 11010 | 100000010 | 1010000 | 101001 |
Color Harmonies of #4715BC
Complementary color
Monochromatic Colors of #4715BC
Black with #4715BC
Text Example
Text Example
White with #4715BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4715BC; }
p { color: rgb(71,21,188); }
H1.HeaderClassName
{
color: #4715BC;
}
.AnyTagClassName
{
color: #4715BC;
}
</style>
background-color css
<style>
a { background-color: #4715BC; }
a { background-color: rgb(71,21,188); }
div.DivClassName
{
background-color: #4715BC;
}
.BgClassName
{
background-color: #4715BC;
}
</style>
border-color css
<style>
span { border-color: #4715BC; }
span { border-color: rgb(71,21,188); }
td.TdClassName
{
border-color: #4715BC;
}
.TagClassName
{
border-color: #4715BC;
}
</style>