#6C1EF0

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

Shades of Han Purple #6C1EF0

Tints of Han Purple #6C1EF0

Color information

#6C1EF0 (or 0x6C1EF0) is unknown color: approx Han Purple. HEX triplet: 6C, 1E and F0. RGB value is (108,30,240). Sum of RGB (Red+Green+Blue) = 108+30+240=378 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.57% from 378); Green value is 30 (12.11% from 255 or 7.94% from 378); Blue value is 240 (94.14% from 255 or 63.49% from 378); Max value from RGB is 240 - color contains mainly: blue. Hex color #6C1EF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C1EF0 is #93E10F. Grayscale: #4C4C4C. Windows color (decimal): -9691408 or 15736428. OLE color: 15736428.

HSL color Cylindrical-coordinate representation of color #6C1EF0: hue angle of 262.29º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6C1EF0 is Cyan = 0.55, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB10830240-
CMYK0.550.8700.06
HSL262.29º87.5%52.94%-
HSV(B)262.29º87.5%94.12%-
XYZ22.3810.4183.27-
YUV77.26219.84149.92-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.57%
GREEN value IS 30 (12.11% from 255) = 7.94%
BLUE value IS 240 (94.14% from 255) = 63.49%
R=28.57%
G=7.94%
B=63.49%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal108302400.550.8700.06262.2987.552.94
Hex6C1EF03757061065835
Octal15436360671270640613065
Binary11011001111011110000110111101011101101000001101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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