#390FF7

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

Shades of Han Purple #390FF7

Tints of Han Purple #390FF7

Color information

#390FF7 (or 0x390FF7) is unknown color: approx Han Purple. HEX triplet: 39, 0F and F7. RGB value is (57,15,247). Sum of RGB (Red+Green+Blue) = 57+15+247=319 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.87% from 319); Green value is 15 (6.25% from 255 or 4.70% from 319); Blue value is 247 (96.88% from 255 or 77.43% from 319); Max value from RGB is 247 - color contains mainly: blue. Hex color #390FF7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #390FF7 is #C6F008. Grayscale: #353535. Windows color (decimal): -13037577 or 16191289. OLE color: 16191289.

HSL color Cylindrical-coordinate representation of color #390FF7: hue angle of 250.86º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #390FF7 is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB5715247-
CMYK0.770.9400.03
HSL250.86º93.55%51.37%-
HSV(B)250.86º93.93%96.86%-
XYZ18.657.9388.54-
YUV54.01236.91130.14-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.87%
GREEN value IS 15 (6.25% from 255) = 4.70%
BLUE value IS 247 (96.88% from 255) = 77.43%
R=17.87%
G=4.70%
B=77.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal57152470.770.9400.03250.8693.5551.37
Hex39FF74D5E03fb5e33
Octal71173671151360337313663
Binary11100111111111011110011011011110011111110111011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,15,247); }

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

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

 a { background-color: rgb(57,15,247); }

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

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

 span { border-color: rgb(57,15,247); }

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