#6E21ED

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

Shades of Han Purple #6E21ED

Tints of Han Purple #6E21ED

Color information

#6E21ED (or 0x6E21ED) is unknown color: approx Han Purple. HEX triplet: 6E, 21 and ED. RGB value is (110,33,237). Sum of RGB (Red+Green+Blue) = 110+33+237=380 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.95% from 380); Green value is 33 (13.28% from 255 or 8.68% from 380); Blue value is 237 (92.97% from 255 or 62.37% from 380); Max value from RGB is 237 - color contains mainly: blue. Hex color #6E21ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E21ED is #91DE12. Grayscale: #4E4E4E. Windows color (decimal): -9559571 or 15540590. OLE color: 15540590.

HSL color Cylindrical-coordinate representation of color #6E21ED: hue angle of 262.65º 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 #6E21ED is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB11033237-
CMYK0.540.8600.07
HSL262.65º85%52.94%-
HSV(B)262.65º86.08%92.94%-
XYZ22.2610.5280.98-
YUV79.28217.01149.91-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.95%
GREEN value IS 33 (13.28% from 255) = 8.68%
BLUE value IS 237 (92.97% from 255) = 62.37%
R=28.95%
G=8.68%
B=62.37%

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
Decimal110332370.540.8600.07262.658552.94
Hex6E21ED3656071075535
Octal15641355661260740712565
Binary110111010000111101101110110101011001111000001111010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E21ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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