#6C1AE7

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

Shades of Han Purple #6C1AE7

Tints of Han Purple #6C1AE7

Color information

#6C1AE7 (or 0x6C1AE7) is unknown color: approx Han Purple. HEX triplet: 6C, 1A and E7. RGB value is (108,26,231). Sum of RGB (Red+Green+Blue) = 108+26+231=365 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.59% from 365); Green value is 26 (10.55% from 255 or 7.12% from 365); Blue value is 231 (90.62% from 255 or 63.29% from 365); Max value from RGB is 231 - color contains mainly: blue. Hex color #6C1AE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C1AE7 is #93E518. Grayscale: #494949. Windows color (decimal): -9692441 or 15145580. OLE color: 15145580.

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

Color convert

RGB10826231-
CMYK0.530.8900.09
HSL264º81.03%50.39%-
HSV(B)264º88.74%90.59%-
XYZ20.989.776.37-
YUV73.89216.67152.33-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.59%
GREEN value IS 26 (10.55% from 255) = 7.12%
BLUE value IS 231 (90.62% from 255) = 63.29%
R=29.59%
G=7.12%
B=63.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal108262310.530.8900.0926481.0350.39
Hex6C1AE73559091085132
Octal154323476513101141012162
Binary110110011010111001111101011011001010011000010001010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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