#6e1eef

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

Shades of Han Purple #6E1EEF

Tints of Han Purple #6E1EEF

Color information

#6E1EEF (or 0x6E1EEF) is unknown color: approx Han Purple. HEX triplet: 6E, 1E and EF. RGB value is (110,30,239). Sum of RGB (Red+Green+Blue) = 110+30+239=379 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.02% from 379); Green value is 30 (12.11% from 255 or 7.92% from 379); Blue value is 239 (93.75% from 255 or 63.06% from 379); Max value from RGB is 239 - color contains mainly: blue. Hex color #6E1EEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E1EEF is #91E110. Grayscale: #4C4C4C. Windows color (decimal): -9560337 or 15670894. OLE color: 15670894.

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

Color convert

RGB11030239-
CMYK0.540.8700.06
HSL262.97º86.72%52.75%-
HSV(B)262.97º87.45%93.73%-
XYZ22.4710.4882.5-
YUV77.75219151.01-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.02%
GREEN value IS 30 (12.11% from 255) = 7.92%
BLUE value IS 239 (93.75% from 255) = 63.06%
R=29.02%
G=7.92%
B=63.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal110302390.540.8700.06262.9786.7252.75
Hex6E1EEF3657061075735
Octal15636357661270640712765
Binary11011101111011101111110110101011101101000001111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e1eef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,30,239); }

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

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

 a { background-color: rgb(110,30,239); }

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

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

 span { border-color: rgb(110,30,239); }

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