Shades of Purple Heart #3917BA
Tints of Purple Heart #3917BA
RGB
CMYK
RGB Variations
Color information
#3917BA (or 0x3917BA) is known color: Purple Heart. HEX triplet: 39, 17 and BA. RGB value is (57,23,186). Sum of RGB (Red+Green+Blue) = 57+23+186=266 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.43% from 266); Green value is 23 (9.38% from 255 or 8.65% 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 #3917BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3917BA is #C6E845. Grayscale: #333333. Windows color (decimal): -13035590 or 12195641. OLE color: 12195641.
HSL color Cylindrical-coordinate representation of color #3917BA: hue angle of 252.52º degrees, saturation: 0.78, 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 #3917BA is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 23 | 186 | - |
| CMYK | 0.69 | 0.88 | 0 | 0.27 |
| HSL | 252.52º | 0.78% | 0.41% | - |
| HSV(B) | 252.52º | 0.88% | 0.73% | - |
| XYZ | 10.86 | 5.03 | 46.85 | - |
| YUV | 51.75 | 203.76 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 23 | 186 | 0.69 | 0.88 | 0 | 0.27 | 252.52 | 0.78 | 0.41 |
| Hex | 39 | 17 | BA | 45 | 58 | 0 | 1B | FD | 4E | 29 |
| Octal | 71 | 27 | 272 | 105 | 130 | 0 | 33 | 375 | 116 | 51 |
| Binary | 111001 | 10111 | 10111010 | 1000101 | 1011000 | 0 | 11011 | 11111101 | 1001110 | 101001 |
Color Harmonies of #3917BA
Complementary color
Monochromatic Colors of #3917BA
Black with #3917BA
Text Example
Text Example
White with #3917BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3917BA; }
p { color: rgb(57,23,186); }
H1.HeaderClassName
{
color: #3917BA;
}
.AnyTagClassName
{
color: #3917BA;
}
</style>
background-color css
<style>
a { background-color: #3917BA; }
a { background-color: rgb(57,23,186); }
div.DivClassName
{
background-color: #3917BA;
}
.BgClassName
{
background-color: #3917BA;
}
</style>
border-color css
<style>
span { border-color: #3917BA; }
span { border-color: rgb(57,23,186); }
td.TdClassName
{
border-color: #3917BA;
}
.TagClassName
{
border-color: #3917BA;
}
</style>