#6C1EE7

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

Shades of Han Purple #6C1EE7

Tints of Han Purple #6C1EE7

Color information

#6C1EE7 (or 0x6C1EE7) is unknown color: approx Han Purple. HEX triplet: 6C, 1E and E7. RGB value is (108,30,231). Sum of RGB (Red+Green+Blue) = 108+30+231=369 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.27% from 369); Green value is 30 (12.11% from 255 or 8.13% from 369); Blue value is 231 (90.62% from 255 or 62.60% from 369); Max value from RGB is 231 - color contains mainly: blue. Hex color #6C1EE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C1EE7 is #93E118. Grayscale: #4B4B4B. Windows color (decimal): -9691417 or 15146604. OLE color: 15146604.

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

Color convert

RGB10830231-
CMYK0.530.8700.09
HSL263.28º80.72%51.18%-
HSV(B)263.28º87.01%90.59%-
XYZ21.079.8976.4-
YUV76.24215.34150.66-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.27%
GREEN value IS 30 (12.11% from 255) = 8.13%
BLUE value IS 231 (90.62% from 255) = 62.60%
R=29.27%
G=8.13%
B=62.60%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal108302310.530.8700.09263.2880.7251.18
Hex6C1EE73557091075133
Octal154363476512701140712163
Binary110110011110111001111101011010111010011000001111010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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