#6B1AE7

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

Shades of Han Purple #6B1AE7

Tints of Han Purple #6B1AE7

Color information

#6B1AE7 (or 0x6B1AE7) is unknown color: approx Han Purple. HEX triplet: 6B, 1A and E7. RGB value is (107,26,231). Sum of RGB (Red+Green+Blue) = 107+26+231=364 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.40% from 364); Green value is 26 (10.55% from 255 or 7.14% from 364); Blue value is 231 (90.62% from 255 or 63.46% from 364); Max value from RGB is 231 - color contains mainly: blue. Hex color #6B1AE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B1AE7 is #94E518. Grayscale: #484848. Windows color (decimal): -9757977 or 15145579. OLE color: 15145579.

HSL color Cylindrical-coordinate representation of color #6B1AE7: hue angle of 263.71º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6B1AE7 is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB10726231-
CMYK0.540.8900.09
HSL263.71º81.03%50.39%-
HSV(B)263.71º88.74%90.59%-
XYZ20.869.6376.36-
YUV73.59216.84151.83-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.40%
GREEN value IS 26 (10.55% from 255) = 7.14%
BLUE value IS 231 (90.62% from 255) = 63.46%
R=29.40%
G=7.14%
B=63.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal107262310.540.8900.09263.7181.0350.39
Hex6B1AE73659091085132
Octal153323476613101141012162
Binary110101111010111001111101101011001010011000010001010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,26,231); }

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

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

 a { background-color: rgb(107,26,231); }

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

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

 span { border-color: rgb(107,26,231); }

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