Html Css Color HEX #6E1EFB Han Purple

📋 copy color: '#6E1EFB'

red 110 ◦ green 30 ◦ blue 251

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

Shades of Han Purple #6E1EFB

Tints of Han Purple #6E1EFB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.67%

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

R = 28.13%
G = 7.67%
B = 64.19%

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

#6E1EFB (or 0x6E1EFB) is known color: Han Purple. HEX triplet: 6E, 1E and FB. RGB value is (110,30,251). Sum of RGB (Red+Green+Blue) = 110+30+251=391 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.13% from 391); Green value is 30 (12.11% from 255 or 7.67% from 391); Blue value is 251 (98.44% from 255 or 64.19% from 391); Max value from RGB is 251 - color contains mainly: blue. Hex color #6E1EFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E1EFB is #91E104. Grayscale: #4E4E4E. Windows color (decimal): -9560325 or 16457326. OLE color: 16457326.

HSL color Cylindrical-coordinate representation of color #6E1EFB: hue angle of 261.72º 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 #6E1EFB is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 110 30 251 -
CMYK 0.56 0.88 0 0.02
HSL 261.72º 0.97% 0.55% -
HSV(B) 261.72º 0.88% 0.98% -
XYZ 24.31 11.21 92.15 -
YUV 79.11 225 150.03 -
System Red Green Blue C M Y K H S L
Decimal 110 30 251 0.56 0.88 0 0.02 261.72 0.97 0.55
Hex 6E 1E FB 38 58 0 2 106 61 37
Octal 156 36 373 70 130 0 2 406 141 67
Binary 1101110 11110 11111011 111000 1011000 0 10 100000110 1100001 110111

Color Harmonies of #6E1EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1EFB

Black with #6E1EFB

Text Example


Text Example

White with #6E1EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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