Html Css Color HEX #6220EC Han Purple

📋 copy color: '#6220EC'

red 98 ◦ green 32 ◦ blue 236

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

Shades of Han Purple #6220EC

Tints of Han Purple #6220EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 64.48%

R = 26.78%
G = 8.74%
B = 64.48%

CMYK

 C value IS 0.58

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6220EC (or 0x6220EC) is known color: Han Purple. HEX triplet: 62, 20 and EC. RGB value is (98,32,236). Sum of RGB (Red+Green+Blue) = 98+32+236=366 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.78% from 366); Green value is 32 (12.89% from 255 or 8.74% from 366); Blue value is 236 (92.58% from 255 or 64.48% from 366); Max value from RGB is 236 - color contains mainly: blue. Hex color #6220EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6220EC is #9DDF13. Grayscale: #4A4A4A. Windows color (decimal): -10346260 or 15474786. OLE color: 15474786.

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

Color convert

RGB 98 32 236 -
CMYK 0.58 0.86 0 0.07
HSL 259.41º 0.84% 0.53% -
HSV(B) 259.41º 0.86% 0.93% -
XYZ 20.69 9.69 80.14 -
YUV 74.99 218.87 144.41 -
System Red Green Blue C M Y K H S L
Decimal 98 32 236 0.58 0.86 0 0.07 259.41 0.84 0.53
Hex 62 20 EC 3A 56 0 7 103 54 35
Octal 142 40 354 72 126 0 7 403 124 65
Binary 1100010 100000 11101100 111010 1010110 0 111 100000011 1010100 110101

Color Harmonies of #6220EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6220EC

Black with #6220EC

Text Example


Text Example

White with #6220EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6220EC;
 }
 .AnyTagClassName
 {
   color: #6220EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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