Shades of Purple Heart #390FBB
Tints of Purple Heart #390FBB
RGB
CMYK
RGB Variations
Color information
#390FBB (or 0x390FBB) is known color: Purple Heart. HEX triplet: 39, 0F and BB. RGB value is (57,15,187). Sum of RGB (Red+Green+Blue) = 57+15+187=259 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.01% from 259); Green value is 15 (6.25% from 255 or 5.79% from 259); Blue value is 187 (73.44% from 255 or 72.20% from 259); Max value from RGB is 187 - color contains mainly: blue. Hex color #390FBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390FBB is #C6F044. Grayscale: #2E2E2E. Windows color (decimal): -13037637 or 12259129. OLE color: 12259129.
HSL color Cylindrical-coordinate representation of color #390FBB: hue angle of 254.65º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #390FBB is Cyan = 0.70, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 15 | 187 | - |
| CMYK | 0.70 | 0.92 | 0 | 0.27 |
| HSL | 254.65º | 0.85% | 0.4% | - |
| HSV(B) | 254.65º | 0.92% | 0.73% | - |
| XYZ | 10.83 | 4.8 | 47.37 | - |
| YUV | 47.17 | 206.91 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 15 | 187 | 0.70 | 0.92 | 0 | 0.27 | 254.65 | 0.85 | 0.4 |
| Hex | 39 | F | BB | 46 | 5C | 0 | 1B | FF | 55 | 28 |
| Octal | 71 | 17 | 273 | 106 | 134 | 0 | 33 | 377 | 125 | 50 |
| Binary | 111001 | 1111 | 10111011 | 1000110 | 1011100 | 0 | 11011 | 11111111 | 1010101 | 101000 |
Color Harmonies of #390FBB
Complementary color
Monochromatic Colors of #390FBB
Black with #390FBB
Text Example
Text Example
White with #390FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390FBB; }
p { color: rgb(57,15,187); }
H1.HeaderClassName
{
color: #390FBB;
}
.AnyTagClassName
{
color: #390FBB;
}
</style>
background-color css
<style>
a { background-color: #390FBB; }
a { background-color: rgb(57,15,187); }
div.DivClassName
{
background-color: #390FBB;
}
.BgClassName
{
background-color: #390FBB;
}
</style>
border-color css
<style>
span { border-color: #390FBB; }
span { border-color: rgb(57,15,187); }
td.TdClassName
{
border-color: #390FBB;
}
.TagClassName
{
border-color: #390FBB;
}
</style>