Shades of Purple Heart #3916BA
Tints of Purple Heart #3916BA
RGB
CMYK
RGB Variations
Color information
#3916BA (or 0x3916BA) is known color: Purple Heart. HEX triplet: 39, 16 and BA. RGB value is (57,22,186). Sum of RGB (Red+Green+Blue) = 57+22+186=265 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.51% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 186 (73.05% from 255 or 70.19% from 265); Max value from RGB is 186 - color contains mainly: blue. Hex color #3916BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3916BA is #C6E945. Grayscale: #323232. Windows color (decimal): -13035846 or 12195385. OLE color: 12195385.
HSL color Cylindrical-coordinate representation of color #3916BA: hue angle of 252.8º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3916BA is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 22 | 186 | - |
| CMYK | 0.69 | 0.88 | 0 | 0.27 |
| HSL | 252.8º | 0.79% | 0.41% | - |
| HSV(B) | 252.8º | 0.88% | 0.73% | - |
| XYZ | 10.84 | 4.99 | 46.85 | - |
| YUV | 51.16 | 204.1 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 22 | 186 | 0.69 | 0.88 | 0 | 0.27 | 252.8 | 0.79 | 0.41 |
| Hex | 39 | 16 | BA | 45 | 58 | 0 | 1B | FD | 4F | 29 |
| Octal | 71 | 26 | 272 | 105 | 130 | 0 | 33 | 375 | 117 | 51 |
| Binary | 111001 | 10110 | 10111010 | 1000101 | 1011000 | 0 | 11011 | 11111101 | 1001111 | 101001 |
Color Harmonies of #3916BA
Complementary color
Monochromatic Colors of #3916BA
Black with #3916BA
Text Example
Text Example
White with #3916BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3916BA; }
p { color: rgb(57,22,186); }
H1.HeaderClassName
{
color: #3916BA;
}
.AnyTagClassName
{
color: #3916BA;
}
</style>
background-color css
<style>
a { background-color: #3916BA; }
a { background-color: rgb(57,22,186); }
div.DivClassName
{
background-color: #3916BA;
}
.BgClassName
{
background-color: #3916BA;
}
</style>
border-color css
<style>
span { border-color: #3916BA; }
span { border-color: rgb(57,22,186); }
td.TdClassName
{
border-color: #3916BA;
}
.TagClassName
{
border-color: #3916BA;
}
</style>