Shades of Purple Heart #4709BA
Tints of Purple Heart #4709BA
RGB
CMYK
RGB Variations
Color information
#4709BA (or 0x4709BA) is known color: Purple Heart. HEX triplet: 47, 09 and BA. RGB value is (71,9,186). Sum of RGB (Red+Green+Blue) = 71+9+186=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 186 (73.05% from 255 or 69.92% from 266); Max value from RGB is 186 - color contains mainly: blue. Hex color #4709BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4709BA is #B8F645. Grayscale: #2F2F2F. Windows color (decimal): -12121670 or 12192071. OLE color: 12192071.
HSL color Cylindrical-coordinate representation of color #4709BA: hue angle of 261.02º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4709BA is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 9 | 186 | - |
| CMYK | 0.62 | 0.95 | 0 | 0.27 |
| HSL | 261.02º | 0.91% | 0.38% | - |
| HSV(B) | 261.02º | 0.95% | 0.73% | - |
| XYZ | 11.56 | 5.08 | 46.83 | - |
| YUV | 47.72 | 206.04 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 9 | 186 | 0.62 | 0.95 | 0 | 0.27 | 261.02 | 0.91 | 0.38 |
| Hex | 47 | 9 | BA | 3E | 5F | 0 | 1B | 105 | 5B | 26 |
| Octal | 107 | 11 | 272 | 76 | 137 | 0 | 33 | 405 | 133 | 46 |
| Binary | 1000111 | 1001 | 10111010 | 111110 | 1011111 | 0 | 11011 | 100000101 | 1011011 | 100110 |
Color Harmonies of #4709BA
Complementary color
Monochromatic Colors of #4709BA
Black with #4709BA
Text Example
Text Example
White with #4709BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4709BA; }
p { color: rgb(71,9,186); }
H1.HeaderClassName
{
color: #4709BA;
}
.AnyTagClassName
{
color: #4709BA;
}
</style>
background-color css
<style>
a { background-color: #4709BA; }
a { background-color: rgb(71,9,186); }
div.DivClassName
{
background-color: #4709BA;
}
.BgClassName
{
background-color: #4709BA;
}
</style>
border-color css
<style>
span { border-color: #4709BA; }
span { border-color: rgb(71,9,186); }
td.TdClassName
{
border-color: #4709BA;
}
.TagClassName
{
border-color: #4709BA;
}
</style>