Shades of Purple Heart #390AC0
Tints of Purple Heart #390AC0
RGB
CMYK
RGB Variations
Color information
#390AC0 (or 0x390AC0) is known color: Purple Heart. HEX triplet: 39, 0A and C0. RGB value is (57,10,192). Sum of RGB (Red+Green+Blue) = 57+10+192=259 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.01% from 259); Green value is 10 (4.30% from 255 or 3.86% from 259); Blue value is 192 (75.39% from 255 or 74.13% from 259); Max value from RGB is 192 - color contains mainly: blue. Hex color #390AC0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390AC0 is #C6F53F. Grayscale: #2C2C2C. Windows color (decimal): -13038912 or 12585529. OLE color: 12585529.
HSL color Cylindrical-coordinate representation of color #390AC0: hue angle of 255.49º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #390AC0 is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 10 | 192 | - |
| CMYK | 0.70 | 0.95 | 0 | 0.25 |
| HSL | 255.49º | 0.9% | 0.4% | - |
| HSV(B) | 255.49º | 0.95% | 0.75% | - |
| XYZ | 11.31 | 4.89 | 50.22 | - |
| YUV | 44.8 | 211.07 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 10 | 192 | 0.70 | 0.95 | 0 | 0.25 | 255.49 | 0.9 | 0.4 |
| Hex | 39 | A | C0 | 46 | 5F | 0 | 19 | FF | 5A | 28 |
| Octal | 71 | 12 | 300 | 106 | 137 | 0 | 31 | 377 | 132 | 50 |
| Binary | 111001 | 1010 | 11000000 | 1000110 | 1011111 | 0 | 11001 | 11111111 | 1011010 | 101000 |
Color Harmonies of #390AC0
Complementary color
Monochromatic Colors of #390AC0
Black with #390AC0
Text Example
Text Example
White with #390AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390AC0; }
p { color: rgb(57,10,192); }
H1.HeaderClassName
{
color: #390AC0;
}
.AnyTagClassName
{
color: #390AC0;
}
</style>
background-color css
<style>
a { background-color: #390AC0; }
a { background-color: rgb(57,10,192); }
div.DivClassName
{
background-color: #390AC0;
}
.BgClassName
{
background-color: #390AC0;
}
</style>
border-color css
<style>
span { border-color: #390AC0; }
span { border-color: rgb(57,10,192); }
td.TdClassName
{
border-color: #390AC0;
}
.TagClassName
{
border-color: #390AC0;
}
</style>