Html Css Color HEX #6E1DFB Han Purple

📋 copy color: '#6E1DFB'

red 110 ◦ green 29 ◦ blue 251

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

Shades of Han Purple #6E1DFB

Tints of Han Purple #6E1DFB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.44%

 BLUE value IS 251 (98.44% from 255) = 64.36%

R = 28.21%
G = 7.44%
B = 64.36%

CMYK

 C value IS 0.56

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6E1DFB (or 0x6E1DFB) is known color: Han Purple. HEX triplet: 6E, 1D and FB. RGB value is (110,29,251). Sum of RGB (Red+Green+Blue) = 110+29+251=390 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.21% from 390); Green value is 29 (11.72% from 255 or 7.44% from 390); Blue value is 251 (98.44% from 255 or 64.36% from 390); Max value from RGB is 251 - color contains mainly: blue. Hex color #6E1DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E1DFB is #91E204. Grayscale: #4D4D4D. Windows color (decimal): -9560581 or 16457070. OLE color: 16457070.

HSL color Cylindrical-coordinate representation of color #6E1DFB: hue angle of 261.89º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6E1DFB is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 110 29 251 -
CMYK 0.56 0.88 0 0.02
HSL 261.89º 0.97% 0.55% -
HSV(B) 261.89º 0.88% 0.98% -
XYZ 24.28 11.16 92.14 -
YUV 78.53 225.34 150.45 -
System Red Green Blue C M Y K H S L
Decimal 110 29 251 0.56 0.88 0 0.02 261.89 0.97 0.55
Hex 6E 1D FB 38 58 0 2 106 61 37
Octal 156 35 373 70 130 0 2 406 141 67
Binary 1101110 11101 11111011 111000 1011000 0 10 100000110 1100001 110111

Color Harmonies of #6E1DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1DFB

Black with #6E1DFB

Text Example


Text Example

White with #6E1DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,29,251); }

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

background-color css

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

 a { background-color: rgb(110,29,251); }

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

border-color css

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

 span { border-color: rgb(110,29,251); }

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