Html Css Color HEX #6E1EFE Han Purple

📋 copy color: '#6E1EFE'

red 110 ◦ green 30 ◦ blue 254

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

Shades of Han Purple #6E1EFE

Tints of Han Purple #6E1EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 64.47%

R = 27.92%
G = 7.61%
B = 64.47%

CMYK

 C value IS 0.57

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6E1EFE (or 0x6E1EFE) is known color: Han Purple. HEX triplet: 6E, 1E and FE. RGB value is (110,30,254). Sum of RGB (Red+Green+Blue) = 110+30+254=394 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.92% from 394); Green value is 30 (12.11% from 255 or 7.61% from 394); Blue value is 254 (99.61% from 255 or 64.47% from 394); Max value from RGB is 254 - color contains mainly: blue. Hex color #6E1EFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E1EFE is #91E101. Grayscale: #4E4E4E. Windows color (decimal): -9560322 or 16653934. OLE color: 16653934.

HSL color Cylindrical-coordinate representation of color #6E1EFE: hue angle of 261.43º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6E1EFE is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 110 30 254 -
CMYK 0.57 0.88 0 0.00
HSL 261.43º 0.99% 0.56% -
HSV(B) 261.43º 0.88% 1% -
XYZ 24.78 11.4 94.66 -
YUV 79.46 226.5 149.79 -
System Red Green Blue C M Y K H S L
Decimal 110 30 254 0.57 0.88 0 0.00 261.43 0.99 0.56
Hex 6E 1E FE 39 58 0 0 105 63 38
Octal 156 36 376 71 130 0 0 405 143 70
Binary 1101110 11110 11111110 111001 1011000 0 0 100000101 1100011 111000

Color Harmonies of #6E1EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1EFE

Black with #6E1EFE

Text Example


Text Example

White with #6E1EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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