Html Css Color HEX #6221EE Han Purple

📋 copy color: '#6221EE'

red 98 ◦ green 33 ◦ blue 238

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

Shades of Han Purple #6221EE

Tints of Han Purple #6221EE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.94%

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

R = 26.56%
G = 8.94%
B = 64.5%

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

#6221EE (or 0x6221EE) is known color: Han Purple. HEX triplet: 62, 21 and EE. RGB value is (98,33,238). Sum of RGB (Red+Green+Blue) = 98+33+238=369 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.56% from 369); Green value is 33 (13.28% from 255 or 8.94% from 369); Blue value is 238 (93.36% from 255 or 64.50% from 369); Max value from RGB is 238 - color contains mainly: blue. Hex color #6221EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6221EE is #9DDE11. Grayscale: #4B4B4B. Windows color (decimal): -10346002 or 15606114. OLE color: 15606114.

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

Color convert

RGB 98 33 238 -
CMYK 0.59 0.86 0 0.07
HSL 259.02º 0.86% 0.53% -
HSV(B) 259.02º 0.86% 0.93% -
XYZ 21.01 9.86 81.68 -
YUV 75.81 219.53 143.83 -
System Red Green Blue C M Y K H S L
Decimal 98 33 238 0.59 0.86 0 0.07 259.02 0.86 0.53
Hex 62 21 EE 3B 56 0 7 103 56 35
Octal 142 41 356 73 126 0 7 403 126 65
Binary 1100010 100001 11101110 111011 1010110 0 111 100000011 1010110 110101

Color Harmonies of #6221EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6221EE

Black with #6221EE

Text Example


Text Example

White with #6221EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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