Html Css Color HEX #6211ED Han Purple

📋 copy color: '#6211ED'

red 98 ◦ green 17 ◦ blue 237

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

Shades of Han Purple #6211ED

Tints of Han Purple #6211ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 67.33%

R = 27.84%
G = 4.83%
B = 67.33%

CMYK

 C value IS 0.59

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6211ED (or 0x6211ED) is known color: Han Purple. HEX triplet: 62, 11 and ED. RGB value is (98,17,237). Sum of RGB (Red+Green+Blue) = 98+17+237=352 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.84% from 352); Green value is 17 (7.03% from 255 or 4.83% from 352); Blue value is 237 (92.97% from 255 or 67.33% from 352); Max value from RGB is 237 - color contains mainly: blue. Hex color #6211ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6211ED is #9DEE12. Grayscale: #414141. Windows color (decimal): -10350099 or 15536482. OLE color: 15536482.

HSL color Cylindrical-coordinate representation of color #6211ED: hue angle of 262.09º 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 #6211ED is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 98 17 237 -
CMYK 0.59 0.93 0 0.07
HSL 262.09º 0.87% 0.5% -
HSV(B) 262.09º 0.93% 0.93% -
XYZ 20.52 9.11 80.8 -
YUV 66.3 224.34 150.61 -
System Red Green Blue C M Y K H S L
Decimal 98 17 237 0.59 0.93 0 0.07 262.09 0.87 0.5
Hex 62 11 ED 3B 5D 0 7 106 57 32
Octal 142 21 355 73 135 0 7 406 127 62
Binary 1100010 10001 11101101 111011 1011101 0 111 100000110 1010111 110010

Color Harmonies of #6211ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6211ED

Black with #6211ED

Text Example


Text Example

White with #6211ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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