#6B3AF6

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

Shades of Han Purple #6B3AF6

Tints of Han Purple #6B3AF6

Color information

#6B3AF6 (or 0x6B3AF6) is unknown color: approx Han Purple. HEX triplet: 6B, 3A and F6. RGB value is (107,58,246). Sum of RGB (Red+Green+Blue) = 107+58+246=411 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.03% from 411); Green value is 58 (23.05% from 255 or 14.11% from 411); Blue value is 246 (96.48% from 255 or 59.85% from 411); Max value from RGB is 246 - color contains mainly: blue. Hex color #6B3AF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B3AF6 is #94C509. Grayscale: #5D5D5D. Windows color (decimal): -9749770 or 16136811. OLE color: 16136811.

HSL color Cylindrical-coordinate representation of color #6B3AF6: hue angle of 255.64º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6B3AF6 is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB10758246-
CMYK0.570.7600.04
HSL255.64º91.26%59.61%-
HSV(B)255.64º76.42%96.47%-
XYZ24.2112.8188.38-
YUV94.08213.73137.21-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.03%
GREEN value IS 58 (23.05% from 255) = 14.11%
BLUE value IS 246 (96.48% from 255) = 59.85%
R=26.03%
G=14.11%
B=59.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal107582460.570.7600.04255.6491.2659.61
Hex6B3AF6394C041005b3c
Octal15372366711140440013374
Binary110101111101011110110111001100110001001000000001011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3AF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,58,246); }

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

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

 a { background-color: rgb(107,58,246); }

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

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

 span { border-color: rgb(107,58,246); }

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