#6e20ed

Color #6E20ED Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #6E20ED

Tints of Han Purple #6E20ED

Color information

#6E20ED (or 0x6E20ED) is unknown color: approx Han Purple. HEX triplet: 6E, 20 and ED. RGB value is (110,32,237). Sum of RGB (Red+Green+Blue) = 110+32+237=379 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.02% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 237 (92.97% from 255 or 62.53% from 379); Max value from RGB is 237 - color contains mainly: blue. Hex color #6E20ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E20ED is #91DF12. Grayscale: #4D4D4D. Windows color (decimal): -9559827 or 15540334. OLE color: 15540334.

HSL color Cylindrical-coordinate representation of color #6E20ED: hue angle of 262.83º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6E20ED is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB11032237-
CMYK0.540.8600.07
HSL262.83º85.06%52.75%-
HSV(B)262.83º86.5%92.94%-
XYZ22.2310.4680.97-
YUV78.69217.34150.33-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.02%
GREEN value IS 32 (12.89% from 255) = 8.44%
BLUE value IS 237 (92.97% from 255) = 62.53%
R=29.02%
G=8.44%
B=62.53%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal110322370.540.8600.07262.8385.0652.75
Hex6E20ED3656071075535
Octal15640355661260740712565
Binary110111010000011101101110110101011001111000001111010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e20ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6e20ed;
 }
 .AnyTagClassName
 {
   color: #6e20ed;
 }
</style>
background-color css

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

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

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

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

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

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