Shades of Purple Heart #390ABB
Tints of Purple Heart #390ABB
RGB
CMYK
RGB Variations
Color information
#390ABB (or 0x390ABB) is known color: Purple Heart. HEX triplet: 39, 0A and BB. RGB value is (57,10,187). Sum of RGB (Red+Green+Blue) = 57+10+187=254 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.44% from 254); Green value is 10 (4.30% from 255 or 3.94% from 254); Blue value is 187 (73.44% from 255 or 73.62% from 254); Max value from RGB is 187 - color contains mainly: blue. Hex color #390ABB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390ABB is #C6F544. Grayscale: #2B2B2B. Windows color (decimal): -13038917 or 12257849. OLE color: 12257849.
HSL color Cylindrical-coordinate representation of color #390ABB: hue angle of 255.93º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #390ABB is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 10 | 187 | - |
| CMYK | 0.70 | 0.95 | 0 | 0.27 |
| HSL | 255.93º | 0.9% | 0.39% | - |
| HSV(B) | 255.93º | 0.95% | 0.73% | - |
| XYZ | 10.77 | 4.67 | 47.35 | - |
| YUV | 44.23 | 208.57 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 10 | 187 | 0.70 | 0.95 | 0 | 0.27 | 255.93 | 0.9 | 0.39 |
| Hex | 39 | A | BB | 46 | 5F | 0 | 1B | 100 | 5A | 27 |
| Octal | 71 | 12 | 273 | 106 | 137 | 0 | 33 | 400 | 132 | 47 |
| Binary | 111001 | 1010 | 10111011 | 1000110 | 1011111 | 0 | 11011 | 100000000 | 1011010 | 100111 |
Color Harmonies of #390ABB
Complementary color
Monochromatic Colors of #390ABB
Black with #390ABB
Text Example
Text Example
White with #390ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390ABB; }
p { color: rgb(57,10,187); }
H1.HeaderClassName
{
color: #390ABB;
}
.AnyTagClassName
{
color: #390ABB;
}
</style>
background-color css
<style>
a { background-color: #390ABB; }
a { background-color: rgb(57,10,187); }
div.DivClassName
{
background-color: #390ABB;
}
.BgClassName
{
background-color: #390ABB;
}
</style>
border-color css
<style>
span { border-color: #390ABB; }
span { border-color: rgb(57,10,187); }
td.TdClassName
{
border-color: #390ABB;
}
.TagClassName
{
border-color: #390ABB;
}
</style>