#390EC9

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

Shades of Purple Heart #390EC9

Tints of Purple Heart #390EC9

Color information

#390EC9 (or 0x390EC9) is unknown color: approx Purple Heart. HEX triplet: 39, 0E and C9. RGB value is (57,14,201). Sum of RGB (Red+Green+Blue) = 57+14+201=272 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.96% from 272); Green value is 14 (5.86% from 255 or 5.15% from 272); Blue value is 201 (78.91% from 255 or 73.90% from 272); Max value from RGB is 201 - color contains mainly: blue. Hex color #390EC9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390EC9 is #C6F136. Grayscale: #2F2F2F. Windows color (decimal): -13037879 or 13176377. OLE color: 13176377.

HSL color Cylindrical-coordinate representation of color #390EC9: hue angle of 253.8º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #390EC9 is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5714201-
CMYK0.720.9300.21
HSL253.8º86.98%42.16%-
HSV(B)253.8º93.03%78.82%-
XYZ12.395.455.65-
YUV48.18214.25134.29-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.96%
GREEN value IS 14 (5.86% from 255) = 5.15%
BLUE value IS 201 (78.91% from 255) = 73.90%
R=20.96%
G=5.15%
B=73.90%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal57142010.720.9300.21253.886.9842.16
Hex39EC9485D015fe572a
Octal711631111013502537612752
Binary11100111101100100110010001011101010101111111101010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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