Shades of Purple Heart #390BC1
Tints of Purple Heart #390BC1
RGB
CMYK
RGB Variations
Color information
#390BC1 (or 0x390BC1) is known color: Purple Heart. HEX triplet: 39, 0B and C1. RGB value is (57,11,193). Sum of RGB (Red+Green+Blue) = 57+11+193=261 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.84% from 261); Green value is 11 (4.69% from 255 or 4.21% from 261); Blue value is 193 (75.78% from 255 or 73.95% from 261); Max value from RGB is 193 - color contains mainly: blue. Hex color #390BC1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390BC1 is #C6F43E. Grayscale: #2C2C2C. Windows color (decimal): -13038655 or 12651321. OLE color: 12651321.
HSL color Cylindrical-coordinate representation of color #390BC1: hue angle of 255.16º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #390BC1 is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 57 | 11 | 193 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.24 |
| HSL | 255.16º | 0.89% | 0.4% | - |
| HSV(B) | 255.16º | 0.94% | 0.76% | - |
| XYZ | 11.43 | 4.96 | 50.81 | - |
| YUV | 45.5 | 211.24 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 11 | 193 | 0.70 | 0.94 | 0 | 0.24 | 255.16 | 0.89 | 0.4 |
| Hex | 39 | B | C1 | 46 | 5E | 0 | 18 | FF | 59 | 28 |
| Octal | 71 | 13 | 301 | 106 | 136 | 0 | 30 | 377 | 131 | 50 |
| Binary | 111001 | 1011 | 11000001 | 1000110 | 1011110 | 0 | 11000 | 11111111 | 1011001 | 101000 |
Color Harmonies of #390BC1
Complementary color
Monochromatic Colors of #390BC1
Black with #390BC1
Text Example
Text Example
White with #390BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390BC1; }
p { color: rgb(57,11,193); }
H1.HeaderClassName
{
color: #390BC1;
}
.AnyTagClassName
{
color: #390BC1;
}
</style>
background-color css
<style>
a { background-color: #390BC1; }
a { background-color: rgb(57,11,193); }
div.DivClassName
{
background-color: #390BC1;
}
.BgClassName
{
background-color: #390BC1;
}
</style>
border-color css
<style>
span { border-color: #390BC1; }
span { border-color: rgb(57,11,193); }
td.TdClassName
{
border-color: #390BC1;
}
.TagClassName
{
border-color: #390BC1;
}
</style>