Html Css Color HEX #6211EC Han Purple

📋 copy color: '#6211EC'

red 98 ◦ green 17 ◦ blue 236

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

Shades of Han Purple #6211EC

Tints of Han Purple #6211EC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.84%

 BLUE value IS 236 (92.58% from 255) = 67.24%

R = 27.92%
G = 4.84%
B = 67.24%

CMYK

 C value IS 0.58

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6211EC (or 0x6211EC) is known color: Han Purple. HEX triplet: 62, 11 and EC. RGB value is (98,17,236). Sum of RGB (Red+Green+Blue) = 98+17+236=351 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.92% from 351); Green value is 17 (7.03% from 255 or 4.84% from 351); Blue value is 236 (92.58% from 255 or 67.24% from 351); Max value from RGB is 236 - color contains mainly: blue. Hex color #6211EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6211EC is #9DEE13. Grayscale: #414141. Windows color (decimal): -10350100 or 15470946. OLE color: 15470946.

HSL color Cylindrical-coordinate representation of color #6211EC: hue angle of 262.19º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6211EC is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 98 17 236 -
CMYK 0.58 0.93 0 0.07
HSL 262.19º 0.87% 0.5% -
HSV(B) 262.19º 0.93% 0.93% -
XYZ 20.38 9.05 80.03 -
YUV 66.19 223.84 150.69 -
System Red Green Blue C M Y K H S L
Decimal 98 17 236 0.58 0.93 0 0.07 262.19 0.87 0.5
Hex 62 11 EC 3A 5D 0 7 106 57 32
Octal 142 21 354 72 135 0 7 406 127 62
Binary 1100010 10001 11101100 111010 1011101 0 111 100000110 1010111 110010

Color Harmonies of #6211EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6211EC

Black with #6211EC

Text Example


Text Example

White with #6211EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6211EC; }

 p { color: rgb(98,17,236); }

 H1.HeaderClassName
 {
   color: #6211EC;
 }
 .AnyTagClassName
 {
   color: #6211EC;
 }
</style>

background-color css

<style>
 a { background-color: #6211EC; }

 a { background-color: rgb(98,17,236); }

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

border-color css

<style>
 span { border-color: #6211EC; }

 span { border-color: rgb(98,17,236); }

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