Html Css Color HEX #6E2DFD Han Purple

📋 copy color: '#6E2DFD'

red 110 ◦ green 45 ◦ blue 253

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

Shades of Han Purple #6E2DFD

Tints of Han Purple #6E2DFD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.03%

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

R = 26.96%
G = 11.03%
B = 62.01%

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

#6E2DFD (or 0x6E2DFD) is known color: Han Purple. HEX triplet: 6E, 2D and FD. RGB value is (110,45,253). Sum of RGB (Red+Green+Blue) = 110+45+253=408 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.96% from 408); Green value is 45 (17.97% from 255 or 11.03% from 408); Blue value is 253 (99.22% from 255 or 62.01% from 408); Max value from RGB is 253 - color contains mainly: blue. Hex color #6E2DFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E2DFD is #91D202. Grayscale: #575757. Windows color (decimal): -9556483 or 16592238. OLE color: 16592238.

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

Color convert

RGB 110 45 253 -
CMYK 0.57 0.82 0 0.01
HSL 258.75º 0.98% 0.58% -
HSV(B) 258.75º 0.82% 0.99% -
XYZ 25.1 12.28 93.98 -
YUV 88.15 221.03 143.59 -
System Red Green Blue C M Y K H S L
Decimal 110 45 253 0.57 0.82 0 0.01 258.75 0.98 0.58
Hex 6E 2D FD 39 52 0 1 103 62 3A
Octal 156 55 375 71 122 0 1 403 142 72
Binary 1101110 101101 11111101 111001 1010010 0 1 100000011 1100010 111010

Color Harmonies of #6E2DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2DFD

Black with #6E2DFD

Text Example


Text Example

White with #6E2DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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