Html Css Color HEX #6220F9 Han Purple

📋 copy color: '#6220F9'

red 98 ◦ green 32 ◦ blue 249

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

Shades of Han Purple #6220F9

Tints of Han Purple #6220F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 65.7%

R = 25.86%
G = 8.44%
B = 65.7%

CMYK

 C value IS 0.61

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6220F9 (or 0x6220F9) is known color: Han Purple. HEX triplet: 62, 20 and F9. RGB value is (98,32,249). Sum of RGB (Red+Green+Blue) = 98+32+249=379 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.86% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 249 (97.66% from 255 or 65.70% from 379); Max value from RGB is 249 - color contains mainly: blue. Hex color #6220F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6220F9 is #9DDF06. Grayscale: #4B4B4B. Windows color (decimal): -10346247 or 16326754. OLE color: 16326754.

HSL color Cylindrical-coordinate representation of color #6220F9: hue angle of 258.25º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6220F9 is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 98 32 249 -
CMYK 0.61 0.87 0 0.02
HSL 258.25º 0.95% 0.55% -
HSV(B) 258.25º 0.87% 0.98% -
XYZ 22.65 10.47 90.45 -
YUV 76.47 225.37 143.36 -
System Red Green Blue C M Y K H S L
Decimal 98 32 249 0.61 0.87 0 0.02 258.25 0.95 0.55
Hex 62 20 F9 3D 57 0 2 102 5F 37
Octal 142 40 371 75 127 0 2 402 137 67
Binary 1100010 100000 11111001 111101 1010111 0 10 100000010 1011111 110111

Color Harmonies of #6220F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6220F9

Black with #6220F9

Text Example


Text Example

White with #6220F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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