Html Css Color HEX #6222EF Han Purple

📋 copy color: '#6222EF'

red 98 ◦ green 34 ◦ blue 239

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

Shades of Han Purple #6222EF

Tints of Han Purple #6222EF

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.16%

 BLUE value IS 239 (93.75% from 255) = 64.42%

R = 26.42%
G = 9.16%
B = 64.42%

CMYK

 C value IS 0.59

 M value IS 0.86

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6222EF (or 0x6222EF) is known color: Han Purple. HEX triplet: 62, 22 and EF. RGB value is (98,34,239). Sum of RGB (Red+Green+Blue) = 98+34+239=371 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.42% from 371); Green value is 34 (13.67% from 255 or 9.16% from 371); Blue value is 239 (93.75% from 255 or 64.42% from 371); Max value from RGB is 239 - color contains mainly: blue. Hex color #6222EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6222EF is #9DDD10. Grayscale: #4B4B4B. Windows color (decimal): -10345745 or 15671906. OLE color: 15671906.

HSL color Cylindrical-coordinate representation of color #6222EF: hue angle of 258.73º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6222EF is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 98 34 239 -
CMYK 0.59 0.86 0 0.06
HSL 258.73º 0.86% 0.54% -
HSV(B) 258.73º 0.86% 0.94% -
XYZ 21.19 9.97 82.47 -
YUV 76.51 219.7 143.33 -
System Red Green Blue C M Y K H S L
Decimal 98 34 239 0.59 0.86 0 0.06 258.73 0.86 0.54
Hex 62 22 EF 3B 56 0 6 103 56 36
Octal 142 42 357 73 126 0 6 403 126 66
Binary 1100010 100010 11101111 111011 1010110 0 110 100000011 1010110 110110

Color Harmonies of #6222EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6222EF

Black with #6222EF

Text Example


Text Example

White with #6222EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6222EF; }

 p { color: rgb(98,34,239); }

 H1.HeaderClassName
 {
   color: #6222EF;
 }
 .AnyTagClassName
 {
   color: #6222EF;
 }
</style>

background-color css

<style>
 a { background-color: #6222EF; }

 a { background-color: rgb(98,34,239); }

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

border-color css

<style>
 span { border-color: #6222EF; }

 span { border-color: rgb(98,34,239); }

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