Html Css Color HEX #6221EB Han Purple

📋 copy color: '#6221EB'

red 98 ◦ green 33 ◦ blue 235

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

Shades of Han Purple #6221EB

Tints of Han Purple #6221EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 64.21%

R = 26.78%
G = 9.02%
B = 64.21%

CMYK

 C value IS 0.58

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6221EB (or 0x6221EB) is known color: Han Purple. HEX triplet: 62, 21 and EB. RGB value is (98,33,235). Sum of RGB (Red+Green+Blue) = 98+33+235=366 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.78% from 366); Green value is 33 (13.28% from 255 or 9.02% from 366); Blue value is 235 (92.19% from 255 or 64.21% from 366); Max value from RGB is 235 - color contains mainly: blue. Hex color #6221EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6221EB is #9DDE14. Grayscale: #4A4A4A. Windows color (decimal): -10346005 or 15409506. OLE color: 15409506.

HSL color Cylindrical-coordinate representation of color #6221EB: hue angle of 259.31º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6221EB is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 98 33 235 -
CMYK 0.58 0.86 0 0.08
HSL 259.31º 0.83% 0.53% -
HSV(B) 259.31º 0.86% 0.92% -
XYZ 20.58 9.68 79.38 -
YUV 75.46 218.03 144.07 -
System Red Green Blue C M Y K H S L
Decimal 98 33 235 0.58 0.86 0 0.08 259.31 0.83 0.53
Hex 62 21 EB 3A 56 0 8 103 53 35
Octal 142 41 353 72 126 0 10 403 123 65
Binary 1100010 100001 11101011 111010 1010110 0 1000 100000011 1010011 110101

Color Harmonies of #6221EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6221EB

Black with #6221EB

Text Example


Text Example

White with #6221EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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