#6D1AE8

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

Shades of Han Purple #6D1AE8

Tints of Han Purple #6D1AE8

Color information

#6D1AE8 (or 0x6D1AE8) is unknown color: approx Han Purple. HEX triplet: 6D, 1A and E8. RGB value is (109,26,232). Sum of RGB (Red+Green+Blue) = 109+26+232=367 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.70% from 367); Green value is 26 (10.55% from 255 or 7.08% from 367); Blue value is 232 (91.02% from 255 or 63.22% from 367); Max value from RGB is 232 - color contains mainly: blue. Hex color #6D1AE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D1AE8 is #92E517. Grayscale: #494949. Windows color (decimal): -9626904 or 15211117. OLE color: 15211117.

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

Color convert

RGB10926232-
CMYK0.530.8900.09
HSL264.17º81.75%50.59%-
HSV(B)264.17º88.79%90.98%-
XYZ21.249.8277.12-
YUV74.3217152.75-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.70%
GREEN value IS 26 (10.55% from 255) = 7.08%
BLUE value IS 232 (91.02% from 255) = 63.22%
R=29.70%
G=7.08%
B=63.22%

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
Decimal109262320.530.8900.09264.1781.7550.59
Hex6D1AE83559091085233
Octal155323506513101141012263
Binary110110111010111010001101011011001010011000010001010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,26,232); }

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

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

 a { background-color: rgb(109,26,232); }

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

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

 span { border-color: rgb(109,26,232); }

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