Html Css Color HEX #6E1FF1 Han Purple

📋 copy color: '#6E1FF1'

red 110 ◦ green 31 ◦ blue 241

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

Shades of Han Purple #6E1FF1

Tints of Han Purple #6E1FF1

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.12%

 BLUE value IS 241 (94.53% from 255) = 63.09%

R = 28.8%
G = 8.12%
B = 63.09%

CMYK

 C value IS 0.54

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6E1FF1 (or 0x6E1FF1) is known color: Han Purple. HEX triplet: 6E, 1F and F1. RGB value is (110,31,241). Sum of RGB (Red+Green+Blue) = 110+31+241=382 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.80% from 382); Green value is 31 (12.5% from 255 or 8.12% from 382); Blue value is 241 (94.53% from 255 or 63.09% from 382); Max value from RGB is 241 - color contains mainly: blue. Hex color #6E1FF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E1FF1 is #91E00E. Grayscale: #4D4D4D. Windows color (decimal): -9560079 or 15802222. OLE color: 15802222.

HSL color Cylindrical-coordinate representation of color #6E1FF1: hue angle of 262.57º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6E1FF1 is Cyan = 0.54, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 110 31 241 -
CMYK 0.54 0.87 0 0.05
HSL 262.57º 0.88% 0.53% -
HSV(B) 262.57º 0.87% 0.95% -
XYZ 22.8 10.65 84.07 -
YUV 78.56 219.67 150.42 -
System Red Green Blue C M Y K H S L
Decimal 110 31 241 0.54 0.87 0 0.05 262.57 0.88 0.53
Hex 6E 1F F1 36 57 0 5 107 58 35
Octal 156 37 361 66 127 0 5 407 130 65
Binary 1101110 11111 11110001 110110 1010111 0 101 100000111 1011000 110101

Color Harmonies of #6E1FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1FF1

Black with #6E1FF1

Text Example


Text Example

White with #6E1FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,31,241); }

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

background-color css

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

 a { background-color: rgb(110,31,241); }

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

border-color css

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

 span { border-color: rgb(110,31,241); }

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