Shades of Purple Heart #390AC5
Tints of Purple Heart #390AC5
RGB
CMYK
RGB Variations
Color information
#390AC5 (or 0x390AC5) is known color: Purple Heart. HEX triplet: 39, 0A and C5. RGB value is (57,10,197). Sum of RGB (Red+Green+Blue) = 57+10+197=264 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.59% from 264); Green value is 10 (4.30% from 255 or 3.79% from 264); Blue value is 197 (77.34% from 255 or 74.62% from 264); Max value from RGB is 197 - color contains mainly: blue. Hex color #390AC5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390AC5 is #C6F53A. Grayscale: #2C2C2C. Windows color (decimal): -13038907 or 12913209. OLE color: 12913209.
HSL color Cylindrical-coordinate representation of color #390AC5: hue angle of 255.08º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #390AC5 is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 57 | 10 | 197 | - |
| CMYK | 0.71 | 0.95 | 0 | 0.23 |
| HSL | 255.08º | 0.9% | 0.41% | - |
| HSV(B) | 255.08º | 0.95% | 0.77% | - |
| XYZ | 11.87 | 5.12 | 53.19 | - |
| YUV | 45.37 | 213.57 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 10 | 197 | 0.71 | 0.95 | 0 | 0.23 | 255.08 | 0.9 | 0.41 |
| Hex | 39 | A | C5 | 47 | 5F | 0 | 17 | FF | 5A | 29 |
| Octal | 71 | 12 | 305 | 107 | 137 | 0 | 27 | 377 | 132 | 51 |
| Binary | 111001 | 1010 | 11000101 | 1000111 | 1011111 | 0 | 10111 | 11111111 | 1011010 | 101001 |
Color Harmonies of #390AC5
Complementary color
Monochromatic Colors of #390AC5
Black with #390AC5
Text Example
Text Example
White with #390AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390AC5; }
p { color: rgb(57,10,197); }
H1.HeaderClassName
{
color: #390AC5;
}
.AnyTagClassName
{
color: #390AC5;
}
</style>
background-color css
<style>
a { background-color: #390AC5; }
a { background-color: rgb(57,10,197); }
div.DivClassName
{
background-color: #390AC5;
}
.BgClassName
{
background-color: #390AC5;
}
</style>
border-color css
<style>
span { border-color: #390AC5; }
span { border-color: rgb(57,10,197); }
td.TdClassName
{
border-color: #390AC5;
}
.TagClassName
{
border-color: #390AC5;
}
</style>