#6A1AE7

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

Shades of Han Purple #6A1AE7

Tints of Han Purple #6A1AE7

Color information

#6A1AE7 (or 0x6A1AE7) is unknown color: approx Han Purple. HEX triplet: 6A, 1A and E7. RGB value is (106,26,231). Sum of RGB (Red+Green+Blue) = 106+26+231=363 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.20% from 363); Green value is 26 (10.55% from 255 or 7.16% from 363); Blue value is 231 (90.62% from 255 or 63.64% from 363); Max value from RGB is 231 - color contains mainly: blue. Hex color #6A1AE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A1AE7 is #95E518. Grayscale: #484848. Windows color (decimal): -9823513 or 15145578. OLE color: 15145578.

HSL color Cylindrical-coordinate representation of color #6A1AE7: hue angle of 263.41º 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 #6A1AE7 is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB10626231-
CMYK0.540.8900.09
HSL263.41º81.03%50.39%-
HSV(B)263.41º88.74%90.59%-
XYZ20.749.5776.36-
YUV73.29217151.33-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.20%
GREEN value IS 26 (10.55% from 255) = 7.16%
BLUE value IS 231 (90.62% from 255) = 63.64%
R=29.20%
G=7.16%
B=63.64%

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
Decimal106262310.540.8900.09263.4181.0350.39
Hex6A1AE73659091075132
Octal152323476613101140712162
Binary110101011010111001111101101011001010011000001111010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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