#390EB4

Color #390EB4 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #390EB4

Tints of Purple Heart #390EB4

Color information

#390EB4 (or 0x390EB4) is unknown color: approx Purple Heart. HEX triplet: 39, 0E and B4. RGB value is (57,14,180). Sum of RGB (Red+Green+Blue) = 57+14+180=251 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.71% from 251); Green value is 14 (5.86% from 255 or 5.58% from 251); Blue value is 180 (70.70% from 255 or 71.71% from 251); Max value from RGB is 180 - color contains mainly: blue. Hex color #390EB4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390EB4 is #C6F14B. Grayscale: #2D2D2D. Windows color (decimal): -13037900 or 11800121. OLE color: 11800121.

HSL color Cylindrical-coordinate representation of color #390EB4: hue angle of 255.54º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #390EB4 is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5714180-
CMYK0.680.9200.29
HSL255.54º85.57%38.04%-
HSV(B)255.54º92.22%70.59%-
XYZ10.084.4843.51-
YUV45.78203.75136-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 57 (22.66% from 255) = 22.71%
GREEN value IS 14 (5.86% from 255) = 5.58%
BLUE value IS 180 (70.70% from 255) = 71.71%
R=22.71%
G=5.58%
B=71.71%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal57141800.680.9200.29255.5485.5738.04
Hex39EB4445C01D1005626
Octal711626410413403540012646
Binary111001111010110100100010010111000111011000000001010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390EB4; }

 p { color: rgb(57,14,180); }

 H1.HeaderClassName
 {
   color: #390EB4;
 }
 .AnyTagClassName
 {
   color: #390EB4;
 }
</style>
background-color css

<style>
 a { background-color: #390EB4; }

 a { background-color: rgb(57,14,180); }

 div.DivClassName
 {
   background-color: #390EB4;
 }
 .BgClassName
 {
   background-color: #390EB4;
 }
</style>
border-color css

<style>
 span { border-color: #390EB4; }

 span { border-color: rgb(57,14,180); }

 td.TdClassName
 {
   border-color: #390EB4;
 }
 .TagClassName
 {
   border-color: #390EB4;
 }
</style>