Shades of Purple Heart #3905BA
Tints of Purple Heart #3905BA
RGB
CMYK
RGB Variations
Color information
#3905BA (or 0x3905BA) is known color: Purple Heart. HEX triplet: 39, 05 and BA. RGB value is (57,5,186). Sum of RGB (Red+Green+Blue) = 57+5+186=248 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.98% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 186 (73.05% from 255 or 75% from 248); Max value from RGB is 186 - color contains mainly: blue. Hex color #3905BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3905BA is #C6FA45. Grayscale: #282828. Windows color (decimal): -13040198 or 12191033. OLE color: 12191033.
HSL color Cylindrical-coordinate representation of color #3905BA: hue angle of 257.24º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3905BA is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 5 | 186 | - |
| CMYK | 0.69 | 0.97 | 0 | 0.27 |
| HSL | 257.24º | 0.95% | 0.37% | - |
| HSV(B) | 257.24º | 0.97% | 0.73% | - |
| XYZ | 10.6 | 4.52 | 46.77 | - |
| YUV | 41.18 | 209.73 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 5 | 186 | 0.69 | 0.97 | 0 | 0.27 | 257.24 | 0.95 | 0.37 |
| Hex | 39 | 5 | BA | 45 | 61 | 0 | 1B | 101 | 5F | 25 |
| Octal | 71 | 5 | 272 | 105 | 141 | 0 | 33 | 401 | 137 | 45 |
| Binary | 111001 | 101 | 10111010 | 1000101 | 1100001 | 0 | 11011 | 100000001 | 1011111 | 100101 |
Color Harmonies of #3905BA
Complementary color
Monochromatic Colors of #3905BA
Black with #3905BA
Text Example
Text Example
White with #3905BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3905BA; }
p { color: rgb(57,5,186); }
H1.HeaderClassName
{
color: #3905BA;
}
.AnyTagClassName
{
color: #3905BA;
}
</style>
background-color css
<style>
a { background-color: #3905BA; }
a { background-color: rgb(57,5,186); }
div.DivClassName
{
background-color: #3905BA;
}
.BgClassName
{
background-color: #3905BA;
}
</style>
border-color css
<style>
span { border-color: #3905BA; }
span { border-color: rgb(57,5,186); }
td.TdClassName
{
border-color: #3905BA;
}
.TagClassName
{
border-color: #3905BA;
}
</style>