Html Css Color HEX #6E2EFF Han Purple

📋 copy color: '#6E2EFF'

red 110 ◦ green 46 ◦ blue 255

#6E2EFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #6E2EFF

Tints of Han Purple #6E2EFF

RGB

 RED value IS 110 (43.36% from 255) = 26.76%

 GREEN value IS 46 (18.36% from 255) = 11.19%

 BLUE value IS 255 (100% from 255) = 62.04%

R = 26.76%
G = 11.19%
B = 62.04%

CMYK

 C value IS 0.57

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6E2EFF (or 0x6E2EFF) is known color: Han Purple. HEX triplet: 6E, 2E and FF. RGB value is (110,46,255). Sum of RGB (Red+Green+Blue) = 110+46+255=411 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.76% from 411); Green value is 46 (18.36% from 255 or 11.19% from 411); Blue value is 255 (100% from 255 or 62.04% from 411); Max value from RGB is 255 - color contains mainly: blue. Hex color #6E2EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E2EFF is #91D100. Grayscale: #585858. Windows color (decimal): -9556225 or 16723566. OLE color: 16723566.

HSL color Cylindrical-coordinate representation of color #6E2EFF: hue angle of 258.37º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6E2EFF is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 110 46 255 -
CMYK 0.57 0.82 0 0
HSL 258.37º 1% 0.59% -
HSV(B) 258.37º 0.82% 1% -
XYZ 25.46 12.49 95.68 -
YUV 88.96 221.7 143.01 -
System Red Green Blue C M Y K H S L
Decimal 110 46 255 0.57 0.82 0 0 258.37 1 0.59
Hex 6E 2E FF 39 52 0 0 102 64 3B
Octal 156 56 377 71 122 0 0 402 144 73
Binary 1101110 101110 11111111 111001 1010010 0 0 100000010 1100100 111011

Color Harmonies of #6E2EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2EFF

Black with #6E2EFF

Text Example


Text Example

White with #6E2EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,46,255); }

 H1.HeaderClassName
 {
   color: #6E2EFF;
 }
 .AnyTagClassName
 {
   color: #6E2EFF;
 }
</style>

background-color css

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

 a { background-color: rgb(110,46,255); }

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

border-color css

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

 span { border-color: rgb(110,46,255); }

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