Shades of Purple Heart #3900BD
Tints of Purple Heart #3900BD
RGB
CMYK
RGB Variations
Color information
#3900BD (or 0x3900BD) is known color: Purple Heart. HEX triplet: 39, 00 and BD. RGB value is (57,0,189). Sum of RGB (Red+Green+Blue) = 57+0+189=246 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.17% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 189 (74.22% from 255 or 76.83% from 246); Max value from RGB is 189 - color contains mainly: blue. Hex color #3900BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3900BD is #C6FF42. Grayscale: #252525. Windows color (decimal): -13041475 or 12386361. OLE color: 12386361.
HSL color Cylindrical-coordinate representation of color #3900BD: hue angle of 258.1º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3900BD is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 57 | 0 | 189 | - |
| CMYK | 0.70 | 1 | 0 | 0.26 |
| HSL | 258.1º | 1% | 0.37% | - |
| HSV(B) | 258.1º | 1% | 0.74% | - |
| XYZ | 10.87 | 4.54 | 48.45 | - |
| YUV | 38.59 | 212.88 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 0 | 189 | 0.70 | 1 | 0 | 0.26 | 258.1 | 1 | 0.37 |
| Hex | 39 | 0 | BD | 46 | 64 | 0 | 1A | 102 | 64 | 25 |
| Octal | 71 | 0 | 275 | 106 | 144 | 0 | 32 | 402 | 144 | 45 |
| Binary | 111001 | 0 | 10111101 | 1000110 | 1100100 | 0 | 11010 | 100000010 | 1100100 | 100101 |
Color Harmonies of #3900BD
Complementary color
Monochromatic Colors of #3900BD
Black with #3900BD
Text Example
Text Example
White with #3900BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3900BD; }
p { color: rgb(57,0,189); }
H1.HeaderClassName
{
color: #3900BD;
}
.AnyTagClassName
{
color: #3900BD;
}
</style>
background-color css
<style>
a { background-color: #3900BD; }
a { background-color: rgb(57,0,189); }
div.DivClassName
{
background-color: #3900BD;
}
.BgClassName
{
background-color: #3900BD;
}
</style>
border-color css
<style>
span { border-color: #3900BD; }
span { border-color: rgb(57,0,189); }
td.TdClassName
{
border-color: #3900BD;
}
.TagClassName
{
border-color: #3900BD;
}
</style>