Shades of Purple Heart #390BBA
Tints of Purple Heart #390BBA
RGB
CMYK
RGB Variations
Color information
#390BBA (or 0x390BBA) is known color: Purple Heart. HEX triplet: 39, 0B and BA. RGB value is (57,11,186). Sum of RGB (Red+Green+Blue) = 57+11+186=254 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.44% from 254); Green value is 11 (4.69% from 255 or 4.33% from 254); Blue value is 186 (73.05% from 255 or 73.23% from 254); Max value from RGB is 186 - color contains mainly: blue. Hex color #390BBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390BBA is #C6F445. Grayscale: #2C2C2C. Windows color (decimal): -13038662 or 12192569. OLE color: 12192569.
HSL color Cylindrical-coordinate representation of color #390BBA: hue angle of 255.77º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #390BBA is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 11 | 186 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.27 |
| HSL | 255.77º | 0.89% | 0.39% | - |
| HSV(B) | 255.77º | 0.94% | 0.73% | - |
| XYZ | 10.67 | 4.65 | 46.79 | - |
| YUV | 44.7 | 207.74 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 11 | 186 | 0.69 | 0.94 | 0 | 0.27 | 255.77 | 0.89 | 0.39 |
| Hex | 39 | B | BA | 45 | 5E | 0 | 1B | 100 | 59 | 27 |
| Octal | 71 | 13 | 272 | 105 | 136 | 0 | 33 | 400 | 131 | 47 |
| Binary | 111001 | 1011 | 10111010 | 1000101 | 1011110 | 0 | 11011 | 100000000 | 1011001 | 100111 |
Color Harmonies of #390BBA
Complementary color
Monochromatic Colors of #390BBA
Black with #390BBA
Text Example
Text Example
White with #390BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390BBA; }
p { color: rgb(57,11,186); }
H1.HeaderClassName
{
color: #390BBA;
}
.AnyTagClassName
{
color: #390BBA;
}
</style>
background-color css
<style>
a { background-color: #390BBA; }
a { background-color: rgb(57,11,186); }
div.DivClassName
{
background-color: #390BBA;
}
.BgClassName
{
background-color: #390BBA;
}
</style>
border-color css
<style>
span { border-color: #390BBA; }
span { border-color: rgb(57,11,186); }
td.TdClassName
{
border-color: #390BBA;
}
.TagClassName
{
border-color: #390BBA;
}
</style>