Shades of Purple Heart #4713BA
Tints of Purple Heart #4713BA
RGB
CMYK
RGB Variations
Color information
#4713BA (or 0x4713BA) is known color: Purple Heart. HEX triplet: 47, 13 and BA. RGB value is (71,19,186). Sum of RGB (Red+Green+Blue) = 71+19+186=276 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.72% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 186 (73.05% from 255 or 67.39% from 276); Max value from RGB is 186 - color contains mainly: blue. Hex color #4713BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4713BA is #B8EC45. Grayscale: #343434. Windows color (decimal): -12119110 or 12194631. OLE color: 12194631.
HSL color Cylindrical-coordinate representation of color #4713BA: hue angle of 258.68º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4713BA is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 19 | 186 | - |
| CMYK | 0.62 | 0.90 | 0 | 0.27 |
| HSL | 258.68º | 0.81% | 0.4% | - |
| HSV(B) | 258.68º | 0.9% | 0.73% | - |
| XYZ | 11.69 | 5.35 | 46.87 | - |
| YUV | 53.59 | 202.73 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 19 | 186 | 0.62 | 0.90 | 0 | 0.27 | 258.68 | 0.81 | 0.4 |
| Hex | 47 | 13 | BA | 3E | 5A | 0 | 1B | 103 | 51 | 28 |
| Octal | 107 | 23 | 272 | 76 | 132 | 0 | 33 | 403 | 121 | 50 |
| Binary | 1000111 | 10011 | 10111010 | 111110 | 1011010 | 0 | 11011 | 100000011 | 1010001 | 101000 |
Color Harmonies of #4713BA
Complementary color
Monochromatic Colors of #4713BA
Black with #4713BA
Text Example
Text Example
White with #4713BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4713BA; }
p { color: rgb(71,19,186); }
H1.HeaderClassName
{
color: #4713BA;
}
.AnyTagClassName
{
color: #4713BA;
}
</style>
background-color css
<style>
a { background-color: #4713BA; }
a { background-color: rgb(71,19,186); }
div.DivClassName
{
background-color: #4713BA;
}
.BgClassName
{
background-color: #4713BA;
}
</style>
border-color css
<style>
span { border-color: #4713BA; }
span { border-color: rgb(71,19,186); }
td.TdClassName
{
border-color: #4713BA;
}
.TagClassName
{
border-color: #4713BA;
}
</style>