Html Css Color HEX #6E2EFD Han Purple

📋 copy color: '#6E2EFD'

red 110 ◦ green 46 ◦ blue 253

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

Shades of Han Purple #6E2EFD

Tints of Han Purple #6E2EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 61.86%

R = 26.89%
G = 11.25%
B = 61.86%

CMYK

 C value IS 0.57

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6E2EFD (or 0x6E2EFD) is known color: Han Purple. HEX triplet: 6E, 2E and FD. RGB value is (110,46,253). Sum of RGB (Red+Green+Blue) = 110+46+253=409 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.89% from 409); Green value is 46 (18.36% from 255 or 11.25% from 409); Blue value is 253 (99.22% from 255 or 61.86% from 409); Max value from RGB is 253 - color contains mainly: blue. Hex color #6E2EFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E2EFD is #91D102. Grayscale: #575757. Windows color (decimal): -9556227 or 16592494. OLE color: 16592494.

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

Color convert

RGB 110 46 253 -
CMYK 0.57 0.82 0 0.01
HSL 258.55º 0.98% 0.59% -
HSV(B) 258.55º 0.82% 0.99% -
XYZ 25.14 12.36 93.99 -
YUV 88.73 220.7 143.17 -
System Red Green Blue C M Y K H S L
Decimal 110 46 253 0.57 0.82 0 0.01 258.55 0.98 0.59
Hex 6E 2E FD 39 52 0 1 103 62 3B
Octal 156 56 375 71 122 0 1 403 142 73
Binary 1101110 101110 11111101 111001 1010010 0 1 100000011 1100010 111011

Color Harmonies of #6E2EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2EFD

Black with #6E2EFD

Text Example


Text Example

White with #6E2EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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