Html Css Color HEX #6E20EF Han Purple

📋 copy color: '#6E20EF'

red 110 ◦ green 32 ◦ blue 239

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

Shades of Han Purple #6E20EF

Tints of Han Purple #6E20EF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.4%

 BLUE value IS 239 (93.75% from 255) = 62.73%

R = 28.87%
G = 8.4%
B = 62.73%

CMYK

 C value IS 0.54

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6E20EF (or 0x6E20EF) is known color: Han Purple. HEX triplet: 6E, 20 and EF. RGB value is (110,32,239). Sum of RGB (Red+Green+Blue) = 110+32+239=381 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.87% from 381); Green value is 32 (12.89% from 255 or 8.40% from 381); Blue value is 239 (93.75% from 255 or 62.73% from 381); Max value from RGB is 239 - color contains mainly: blue. Hex color #6E20EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E20EF is #91DF10. Grayscale: #4E4E4E. Windows color (decimal): -9559825 or 15671406. OLE color: 15671406.

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

Color convert

RGB 110 32 239 -
CMYK 0.54 0.87 0 0.06
HSL 262.61º 0.87% 0.53% -
HSV(B) 262.61º 0.87% 0.94% -
XYZ 22.53 10.58 82.52 -
YUV 78.92 218.34 150.17 -
System Red Green Blue C M Y K H S L
Decimal 110 32 239 0.54 0.87 0 0.06 262.61 0.87 0.53
Hex 6E 20 EF 36 57 0 6 107 57 35
Octal 156 40 357 66 127 0 6 407 127 65
Binary 1101110 100000 11101111 110110 1010111 0 110 100000111 1010111 110101

Color Harmonies of #6E20EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E20EF

Black with #6E20EF

Text Example


Text Example

White with #6E20EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,32,239); }

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

background-color css

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

 a { background-color: rgb(110,32,239); }

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

border-color css

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

 span { border-color: rgb(110,32,239); }

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