Shades of Purple Heart #4715BF
Tints of Purple Heart #4715BF
RGB
CMYK
RGB Variations
Color information
#4715BF (or 0x4715BF) is known color: Purple Heart. HEX triplet: 47, 15 and BF. RGB value is (71,21,191). Sum of RGB (Red+Green+Blue) = 71+21+191=283 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.09% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 191 (75% from 255 or 67.49% from 283); Max value from RGB is 191 - color contains mainly: blue. Hex color #4715BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4715BF is #B8EA40. Grayscale: #363636. Windows color (decimal): -12118593 or 12522823. OLE color: 12522823.
HSL color Cylindrical-coordinate representation of color #4715BF: hue angle of 257.65º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4715BF is Cyan = 0.63, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 21 | 191 | - |
| CMYK | 0.63 | 0.89 | 0 | 0.25 |
| HSL | 257.65º | 0.8% | 0.42% | - |
| HSV(B) | 257.65º | 0.89% | 0.75% | - |
| XYZ | 12.27 | 5.64 | 49.73 | - |
| YUV | 55.33 | 204.57 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 21 | 191 | 0.63 | 0.89 | 0 | 0.25 | 257.65 | 0.8 | 0.42 |
| Hex | 47 | 15 | BF | 3F | 59 | 0 | 19 | 102 | 50 | 2A |
| Octal | 107 | 25 | 277 | 77 | 131 | 0 | 31 | 402 | 120 | 52 |
| Binary | 1000111 | 10101 | 10111111 | 111111 | 1011001 | 0 | 11001 | 100000010 | 1010000 | 101010 |
Color Harmonies of #4715BF
Complementary color
Monochromatic Colors of #4715BF
Black with #4715BF
Text Example
Text Example
White with #4715BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4715BF; }
p { color: rgb(71,21,191); }
H1.HeaderClassName
{
color: #4715BF;
}
.AnyTagClassName
{
color: #4715BF;
}
</style>
background-color css
<style>
a { background-color: #4715BF; }
a { background-color: rgb(71,21,191); }
div.DivClassName
{
background-color: #4715BF;
}
.BgClassName
{
background-color: #4715BF;
}
</style>
border-color css
<style>
span { border-color: #4715BF; }
span { border-color: rgb(71,21,191); }
td.TdClassName
{
border-color: #4715BF;
}
.TagClassName
{
border-color: #4715BF;
}
</style>