Shades of Purple Heart #3915BF
Tints of Purple Heart #3915BF
RGB
CMYK
RGB Variations
Color information
#3915BF (or 0x3915BF) is known color: Purple Heart. HEX triplet: 39, 15 and BF. RGB value is (57,21,191). Sum of RGB (Red+Green+Blue) = 57+21+191=269 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.19% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 191 (75% from 255 or 71.00% from 269); Max value from RGB is 191 - color contains mainly: blue. Hex color #3915BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3915BF is #C6EA40. Grayscale: #323232. Windows color (decimal): -13036097 or 12522809. OLE color: 12522809.
HSL color Cylindrical-coordinate representation of color #3915BF: hue angle of 252.71º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3915BF is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 21 | 191 | - |
| CMYK | 0.70 | 0.89 | 0 | 0.25 |
| HSL | 252.71º | 0.8% | 0.42% | - |
| HSV(B) | 252.71º | 0.89% | 0.75% | - |
| XYZ | 11.36 | 5.17 | 49.69 | - |
| YUV | 51.14 | 206.93 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 21 | 191 | 0.70 | 0.89 | 0 | 0.25 | 252.71 | 0.8 | 0.42 |
| Hex | 39 | 15 | BF | 46 | 59 | 0 | 19 | FD | 50 | 2A |
| Octal | 71 | 25 | 277 | 106 | 131 | 0 | 31 | 375 | 120 | 52 |
| Binary | 111001 | 10101 | 10111111 | 1000110 | 1011001 | 0 | 11001 | 11111101 | 1010000 | 101010 |
Color Harmonies of #3915BF
Complementary color
Monochromatic Colors of #3915BF
Black with #3915BF
Text Example
Text Example
White with #3915BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3915BF; }
p { color: rgb(57,21,191); }
H1.HeaderClassName
{
color: #3915BF;
}
.AnyTagClassName
{
color: #3915BF;
}
</style>
background-color css
<style>
a { background-color: #3915BF; }
a { background-color: rgb(57,21,191); }
div.DivClassName
{
background-color: #3915BF;
}
.BgClassName
{
background-color: #3915BF;
}
</style>
border-color css
<style>
span { border-color: #3915BF; }
span { border-color: rgb(57,21,191); }
td.TdClassName
{
border-color: #3915BF;
}
.TagClassName
{
border-color: #3915BF;
}
</style>