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