Html Css Color HEX #6220EE Han Purple

📋 copy color: '#6220EE'

red 98 ◦ green 32 ◦ blue 238

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

Shades of Han Purple #6220EE

Tints of Han Purple #6220EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 64.67%

R = 26.63%
G = 8.7%
B = 64.67%

CMYK

 C value IS 0.59

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6220EE (or 0x6220EE) is known color: Han Purple. HEX triplet: 62, 20 and EE. RGB value is (98,32,238). Sum of RGB (Red+Green+Blue) = 98+32+238=368 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.63% from 368); Green value is 32 (12.89% from 255 or 8.70% from 368); Blue value is 238 (93.36% from 255 or 64.67% from 368); Max value from RGB is 238 - color contains mainly: blue. Hex color #6220EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6220EE is #9DDF11. Grayscale: #4A4A4A. Windows color (decimal): -10346258 or 15605858. OLE color: 15605858.

HSL color Cylindrical-coordinate representation of color #6220EE: hue angle of 259.22º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6220EE is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 98 32 238 -
CMYK 0.59 0.87 0 0.07
HSL 259.22º 0.86% 0.53% -
HSV(B) 259.22º 0.87% 0.93% -
XYZ 20.99 9.8 81.67 -
YUV 75.22 219.87 144.25 -
System Red Green Blue C M Y K H S L
Decimal 98 32 238 0.59 0.87 0 0.07 259.22 0.86 0.53
Hex 62 20 EE 3B 57 0 7 103 56 35
Octal 142 40 356 73 127 0 7 403 126 65
Binary 1100010 100000 11101110 111011 1010111 0 111 100000011 1010110 110101

Color Harmonies of #6220EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6220EE

Black with #6220EE

Text Example


Text Example

White with #6220EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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