Shades of Purple Heart #391DBA
Tints of Purple Heart #391DBA
RGB
CMYK
RGB Variations
Color information
#391DBA (or 0x391DBA) is known color: Purple Heart. HEX triplet: 39, 1D and BA. RGB value is (57,29,186). Sum of RGB (Red+Green+Blue) = 57+29+186=272 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.96% from 272); Green value is 29 (11.72% from 255 or 10.66% from 272); Blue value is 186 (73.05% from 255 or 68.38% from 272); Max value from RGB is 186 - color contains mainly: blue. Hex color #391DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #391DBA is #C6E245. Grayscale: #363636. Windows color (decimal): -13034054 or 12197177. OLE color: 12197177.
HSL color Cylindrical-coordinate representation of color #391DBA: hue angle of 250.7º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #391DBA is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 29 | 186 | - |
| CMYK | 0.69 | 0.84 | 0 | 0.27 |
| HSL | 250.7º | 0.73% | 0.42% | - |
| HSV(B) | 250.7º | 0.84% | 0.73% | - |
| XYZ | 10.99 | 5.29 | 46.9 | - |
| YUV | 55.27 | 201.78 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 29 | 186 | 0.69 | 0.84 | 0 | 0.27 | 250.7 | 0.73 | 0.42 |
| Hex | 39 | 1D | BA | 45 | 54 | 0 | 1B | FB | 49 | 2A |
| Octal | 71 | 35 | 272 | 105 | 124 | 0 | 33 | 373 | 111 | 52 |
| Binary | 111001 | 11101 | 10111010 | 1000101 | 1010100 | 0 | 11011 | 11111011 | 1001001 | 101010 |
Color Harmonies of #391DBA
Complementary color
Monochromatic Colors of #391DBA
Black with #391DBA
Text Example
Text Example
White with #391DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391DBA; }
p { color: rgb(57,29,186); }
H1.HeaderClassName
{
color: #391DBA;
}
.AnyTagClassName
{
color: #391DBA;
}
</style>
background-color css
<style>
a { background-color: #391DBA; }
a { background-color: rgb(57,29,186); }
div.DivClassName
{
background-color: #391DBA;
}
.BgClassName
{
background-color: #391DBA;
}
</style>
border-color css
<style>
span { border-color: #391DBA; }
span { border-color: rgb(57,29,186); }
td.TdClassName
{
border-color: #391DBA;
}
.TagClassName
{
border-color: #391DBA;
}
</style>