Shades of Purple Heart #390BC6
Tints of Purple Heart #390BC6
RGB
CMYK
RGB Variations
Color information
#390BC6 (or 0x390BC6) is known color: Purple Heart. HEX triplet: 39, 0B and C6. RGB value is (57,11,198). Sum of RGB (Red+Green+Blue) = 57+11+198=266 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.43% from 266); Green value is 11 (4.69% from 255 or 4.14% from 266); Blue value is 198 (77.73% from 255 or 74.44% from 266); Max value from RGB is 198 - color contains mainly: blue. Hex color #390BC6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390BC6 is #C6F439. Grayscale: #2D2D2D. Windows color (decimal): -13038650 or 12979001. OLE color: 12979001.
HSL color Cylindrical-coordinate representation of color #390BC6: hue angle of 254.76º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #390BC6 is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 57 | 11 | 198 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.22 |
| HSL | 254.76º | 0.89% | 0.41% | - |
| HSV(B) | 254.76º | 0.94% | 0.78% | - |
| XYZ | 12 | 5.19 | 53.79 | - |
| YUV | 46.07 | 213.74 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 11 | 198 | 0.71 | 0.94 | 0 | 0.22 | 254.76 | 0.89 | 0.41 |
| Hex | 39 | B | C6 | 47 | 5E | 0 | 16 | FF | 59 | 29 |
| Octal | 71 | 13 | 306 | 107 | 136 | 0 | 26 | 377 | 131 | 51 |
| Binary | 111001 | 1011 | 11000110 | 1000111 | 1011110 | 0 | 10110 | 11111111 | 1011001 | 101001 |
Color Harmonies of #390BC6
Complementary color
Monochromatic Colors of #390BC6
Black with #390BC6
Text Example
Text Example
White with #390BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390BC6; }
p { color: rgb(57,11,198); }
H1.HeaderClassName
{
color: #390BC6;
}
.AnyTagClassName
{
color: #390BC6;
}
</style>
background-color css
<style>
a { background-color: #390BC6; }
a { background-color: rgb(57,11,198); }
div.DivClassName
{
background-color: #390BC6;
}
.BgClassName
{
background-color: #390BC6;
}
</style>
border-color css
<style>
span { border-color: #390BC6; }
span { border-color: rgb(57,11,198); }
td.TdClassName
{
border-color: #390BC6;
}
.TagClassName
{
border-color: #390BC6;
}
</style>