#6E39FA

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

Shades of Han Purple #6E39FA

Tints of Han Purple #6E39FA

Color information

#6E39FA (or 0x6E39FA) is unknown color: approx Han Purple. HEX triplet: 6E, 39 and FA. RGB value is (110,57,250). Sum of RGB (Red+Green+Blue) = 110+57+250=417 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.38% from 417); Green value is 57 (22.66% from 255 or 13.67% from 417); Blue value is 250 (98.05% from 255 or 59.95% from 417); Max value from RGB is 250 - color contains mainly: blue. Hex color #6E39FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E39FA is #91C605. Grayscale: #5E5E5E. Windows color (decimal): -9553414 or 16398702. OLE color: 16398702.

HSL color Cylindrical-coordinate representation of color #6E39FA: hue angle of 256.48º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6E39FA is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB11057250-
CMYK0.560.7700.02
HSL256.48º95.07%60.2%-
HSV(B)256.48º77.2%98.04%-
XYZ25.1513.1491.65-
YUV94.85215.56138.81-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.38%
GREEN value IS 57 (22.66% from 255) = 13.67%
BLUE value IS 250 (98.05% from 255) = 59.95%
R=26.38%
G=13.67%
B=59.95%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal110572500.560.7700.02256.4895.0760.2
Hex6E39FA384D021005f3c
Octal15671372701150240013774
Binary11011101110011111101011100010011010101000000001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E39FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E39FA; }

 p { color: rgb(110,57,250); }

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

<style>
 a { background-color: #6E39FA; }

 a { background-color: rgb(110,57,250); }

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

<style>
 span { border-color: #6E39FA; }

 span { border-color: rgb(110,57,250); }

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