Shades of Purple Heart #390BBC
Tints of Purple Heart #390BBC
RGB
CMYK
RGB Variations
Color information
#390BBC (or 0x390BBC) is known color: Purple Heart. HEX triplet: 39, 0B and BC. RGB value is (57,11,188). Sum of RGB (Red+Green+Blue) = 57+11+188=256 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.27% from 256); Green value is 11 (4.69% from 255 or 4.30% from 256); Blue value is 188 (73.83% from 255 or 73.44% from 256); Max value from RGB is 188 - color contains mainly: blue. Hex color #390BBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390BBC is #C6F443. Grayscale: #2C2C2C. Windows color (decimal): -13038660 or 12323641. OLE color: 12323641.
HSL color Cylindrical-coordinate representation of color #390BBC: hue angle of 255.59º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #390BBC is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 57 | 11 | 188 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.26 |
| HSL | 255.59º | 0.89% | 0.39% | - |
| HSV(B) | 255.59º | 0.94% | 0.74% | - |
| XYZ | 10.88 | 4.74 | 47.92 | - |
| YUV | 44.93 | 208.74 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 11 | 188 | 0.70 | 0.94 | 0 | 0.26 | 255.59 | 0.89 | 0.39 |
| Hex | 39 | B | BC | 46 | 5E | 0 | 1A | 100 | 59 | 27 |
| Octal | 71 | 13 | 274 | 106 | 136 | 0 | 32 | 400 | 131 | 47 |
| Binary | 111001 | 1011 | 10111100 | 1000110 | 1011110 | 0 | 11010 | 100000000 | 1011001 | 100111 |
Color Harmonies of #390BBC
Complementary color
Monochromatic Colors of #390BBC
Black with #390BBC
Text Example
Text Example
White with #390BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390BBC; }
p { color: rgb(57,11,188); }
H1.HeaderClassName
{
color: #390BBC;
}
.AnyTagClassName
{
color: #390BBC;
}
</style>
background-color css
<style>
a { background-color: #390BBC; }
a { background-color: rgb(57,11,188); }
div.DivClassName
{
background-color: #390BBC;
}
.BgClassName
{
background-color: #390BBC;
}
</style>
border-color css
<style>
span { border-color: #390BBC; }
span { border-color: rgb(57,11,188); }
td.TdClassName
{
border-color: #390BBC;
}
.TagClassName
{
border-color: #390BBC;
}
</style>