#6220ED

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

Shades of Han Purple #6220ED

Tints of Han Purple #6220ED

Color information

#6220ED (or 0x6220ED) is unknown color: approx Han Purple. HEX triplet: 62, 20 and ED. RGB value is (98,32,237). Sum of RGB (Red+Green+Blue) = 98+32+237=367 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.70% from 367); Green value is 32 (12.89% from 255 or 8.72% from 367); Blue value is 237 (92.97% from 255 or 64.58% from 367); Max value from RGB is 237 - color contains mainly: blue. Hex color #6220ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6220ED is #9DDF12. Grayscale: #4A4A4A. Windows color (decimal): -10346259 or 15540322. OLE color: 15540322.

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

Color convert

RGB9832237-
CMYK0.590.8600.07
HSL259.32º85.06%52.75%-
HSV(B)259.32º86.5%92.94%-
XYZ20.849.7480.9-
YUV75.1219.37144.33-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.70%
GREEN value IS 32 (12.89% from 255) = 8.72%
BLUE value IS 237 (92.97% from 255) = 64.58%
R=26.70%
G=8.72%
B=64.58%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal98322370.590.8600.07259.3285.0652.75
Hex6220ED3B56071035535
Octal14240355731260740312565
Binary110001010000011101101111011101011001111000000111010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6220ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6220ED; }

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

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

<style>
 a { background-color: #6220ED; }

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

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

<style>
 span { border-color: #6220ED; }

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

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