#6E1BEB

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

Shades of Han Purple #6E1BEB

Tints of Han Purple #6E1BEB

Color information

#6E1BEB (or 0x6E1BEB) is unknown color: approx Han Purple. HEX triplet: 6E, 1B and EB. RGB value is (110,27,235). Sum of RGB (Red+Green+Blue) = 110+27+235=372 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.57% from 372); Green value is 27 (10.94% from 255 or 7.26% from 372); Blue value is 235 (92.19% from 255 or 63.17% from 372); Max value from RGB is 235 - color contains mainly: blue. Hex color #6E1BEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E1BEB is #91E414. Grayscale: #4A4A4A. Windows color (decimal): -9561109 or 15407982. OLE color: 15407982.

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

Color convert

RGB11027235-
CMYK0.530.8900.08
HSL263.94º83.87%51.37%-
HSV(B)263.94º88.51%92.16%-
XYZ21.8210.179.4-
YUV75.53218152.59-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.57%
GREEN value IS 27 (10.94% from 255) = 7.26%
BLUE value IS 235 (92.19% from 255) = 63.17%
R=29.57%
G=7.26%
B=63.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal110272350.530.8900.08263.9483.8751.37
Hex6E1BEB3559081085433
Octal156333536513101041012463
Binary110111011011111010111101011011001010001000010001010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,27,235); }

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

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

 a { background-color: rgb(110,27,235); }

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

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

 span { border-color: rgb(110,27,235); }

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