#6E3AF9

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

Shades of Han Purple #6E3AF9

Tints of Han Purple #6E3AF9

Color information

#6E3AF9 (or 0x6E3AF9) is unknown color: approx Han Purple. HEX triplet: 6E, 3A and F9. RGB value is (110,58,249). Sum of RGB (Red+Green+Blue) = 110+58+249=417 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.38% from 417); Green value is 58 (23.05% from 255 or 13.91% from 417); Blue value is 249 (97.66% from 255 or 59.71% from 417); Max value from RGB is 249 - color contains mainly: blue. Hex color #6E3AF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E3AF9 is #91C506. Grayscale: #5E5E5E. Windows color (decimal): -9553159 or 16333422. OLE color: 16333422.

HSL color Cylindrical-coordinate representation of color #6E3AF9: hue angle of 256.34º degrees, saturation: 0.94, 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 #6E3AF9 is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB11058249-
CMYK0.560.7700.02
HSL256.34º94.09%60.2%-
HSV(B)256.34º76.71%97.65%-
XYZ25.0413.1890.85-
YUV95.32214.73138.47-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.38%
GREEN value IS 58 (23.05% from 255) = 13.91%
BLUE value IS 249 (97.66% from 255) = 59.71%
R=26.38%
G=13.91%
B=59.71%

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
Decimal110582490.560.7700.02256.3494.0960.2
Hex6E3AF9384D021005e3c
Octal15672371701150240013674
Binary11011101110101111100111100010011010101000000001011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,58,249); }

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

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

 a { background-color: rgb(110,58,249); }

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

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

 span { border-color: rgb(110,58,249); }

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