Shades of Purple Heart #3913BA
Tints of Purple Heart #3913BA
RGB
CMYK
RGB Variations
Color information
#3913BA (or 0x3913BA) is known color: Purple Heart. HEX triplet: 39, 13 and BA. RGB value is (57,19,186). Sum of RGB (Red+Green+Blue) = 57+19+186=262 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.76% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 186 (73.05% from 255 or 70.99% from 262); Max value from RGB is 186 - color contains mainly: blue. Hex color #3913BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3913BA is #C6EC45. Grayscale: #303030. Windows color (decimal): -13036614 or 12194617. OLE color: 12194617.
HSL color Cylindrical-coordinate representation of color #3913BA: hue angle of 253.65º 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 #3913BA is Cyan = 0.69, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 19 | 186 | - |
| CMYK | 0.69 | 0.90 | 0 | 0.27 |
| HSL | 253.65º | 0.81% | 0.4% | - |
| HSV(B) | 253.65º | 0.9% | 0.73% | - |
| XYZ | 10.78 | 4.88 | 46.83 | - |
| YUV | 49.4 | 205.09 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 19 | 186 | 0.69 | 0.90 | 0 | 0.27 | 253.65 | 0.81 | 0.4 |
| Hex | 39 | 13 | BA | 45 | 5A | 0 | 1B | FE | 51 | 28 |
| Octal | 71 | 23 | 272 | 105 | 132 | 0 | 33 | 376 | 121 | 50 |
| Binary | 111001 | 10011 | 10111010 | 1000101 | 1011010 | 0 | 11011 | 11111110 | 1010001 | 101000 |
Color Harmonies of #3913BA
Complementary color
Monochromatic Colors of #3913BA
Black with #3913BA
Text Example
Text Example
White with #3913BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3913BA; }
p { color: rgb(57,19,186); }
H1.HeaderClassName
{
color: #3913BA;
}
.AnyTagClassName
{
color: #3913BA;
}
</style>
background-color css
<style>
a { background-color: #3913BA; }
a { background-color: rgb(57,19,186); }
div.DivClassName
{
background-color: #3913BA;
}
.BgClassName
{
background-color: #3913BA;
}
</style>
border-color css
<style>
span { border-color: #3913BA; }
span { border-color: rgb(57,19,186); }
td.TdClassName
{
border-color: #3913BA;
}
.TagClassName
{
border-color: #3913BA;
}
</style>