Html Css Color HEX #6220ED Han Purple

📋 copy color: '#6220ED'

red 98 ◦ green 32 ◦ blue 237

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

Shades of Han Purple #6220ED

Tints of Han Purple #6220ED

RGB

 RED value IS 98 (38.67% from 255) = 26.7%

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

 BLUE value IS 237 (92.97% from 255) = 64.58%

R = 26.7%
G = 8.72%
B = 64.58%

CMYK

 C value IS 0.59

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6220ED (or 0x6220ED) is known color: 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

RGB 98 32 237 -
CMYK 0.59 0.86 0 0.07
HSL 259.32º 0.85% 0.53% -
HSV(B) 259.32º 0.86% 0.93% -
XYZ 20.84 9.74 80.9 -
YUV 75.1 219.37 144.33 -
System Red Green Blue C M Y K H S L
Decimal 98 32 237 0.59 0.86 0 0.07 259.32 0.85 0.53
Hex 62 20 ED 3B 56 0 7 103 55 35
Octal 142 40 355 73 126 0 7 403 125 65
Binary 1100010 100000 11101101 111011 1010110 0 111 100000011 1010101 110101

Color Harmonies of #6220ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6220ED

Black with #6220ED

Text Example


Text Example

White with #6220ED

Text Example


Text Example

HTML Codes & Css Web 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>