Shades of Purple Heart #390BB6
Tints of Purple Heart #390BB6
RGB
CMYK
RGB Variations
Color information
#390BB6 (or 0x390BB6) is known color: Purple Heart. HEX triplet: 39, 0B and B6. RGB value is (57,11,182). Sum of RGB (Red+Green+Blue) = 57+11+182=250 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.8% from 250); Green value is 11 (4.69% from 255 or 4.4% from 250); Blue value is 182 (71.48% from 255 or 72.8% from 250); Max value from RGB is 182 - color contains mainly: blue. Hex color #390BB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390BB6 is #C6F449. Grayscale: #2B2B2B. Windows color (decimal): -13038666 or 11930425. OLE color: 11930425.
HSL color Cylindrical-coordinate representation of color #390BB6: hue angle of 256.14º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #390BB6 is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 57 | 11 | 182 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.29 |
| HSL | 256.14º | 0.89% | 0.38% | - |
| HSV(B) | 256.14º | 0.94% | 0.71% | - |
| XYZ | 10.25 | 4.49 | 44.58 | - |
| YUV | 44.25 | 205.74 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 11 | 182 | 0.69 | 0.94 | 0 | 0.29 | 256.14 | 0.89 | 0.38 |
| Hex | 39 | B | B6 | 45 | 5E | 0 | 1D | 100 | 59 | 26 |
| Octal | 71 | 13 | 266 | 105 | 136 | 0 | 35 | 400 | 131 | 46 |
| Binary | 111001 | 1011 | 10110110 | 1000101 | 1011110 | 0 | 11101 | 100000000 | 1011001 | 100110 |
Color Harmonies of #390BB6
Complementary color
Monochromatic Colors of #390BB6
Black with #390BB6
Text Example
Text Example
White with #390BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390BB6; }
p { color: rgb(57,11,182); }
H1.HeaderClassName
{
color: #390BB6;
}
.AnyTagClassName
{
color: #390BB6;
}
</style>
background-color css
<style>
a { background-color: #390BB6; }
a { background-color: rgb(57,11,182); }
div.DivClassName
{
background-color: #390BB6;
}
.BgClassName
{
background-color: #390BB6;
}
</style>
border-color css
<style>
span { border-color: #390BB6; }
span { border-color: rgb(57,11,182); }
td.TdClassName
{
border-color: #390BB6;
}
.TagClassName
{
border-color: #390BB6;
}
</style>