Html Css Color HEX #6111EC Han Purple

📋 copy color: '#6111EC'

red 97 ◦ green 17 ◦ blue 236

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

Shades of Han Purple #6111EC

Tints of Han Purple #6111EC

RGB

 RED value IS 97 (38.28% from 255) = 27.71%

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

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

R = 27.71%
G = 4.86%
B = 67.43%

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

#6111EC (or 0x6111EC) is known color: Han Purple. HEX triplet: 61, 11 and EC. RGB value is (97,17,236). Sum of RGB (Red+Green+Blue) = 97+17+236=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 236 (92.58% from 255 or 67.43% from 350); Max value from RGB is 236 - color contains mainly: blue. Hex color #6111EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6111EC is #9EEE13. Grayscale: #414141. Windows color (decimal): -10415636 or 15470945. OLE color: 15470945.

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

Color convert

RGB 97 17 236 -
CMYK 0.59 0.93 0 0.07
HSL 261.92º 0.87% 0.5% -
HSV(B) 261.92º 0.93% 0.93% -
XYZ 20.27 9 80.03 -
YUV 65.89 224 150.19 -
System Red Green Blue C M Y K H S L
Decimal 97 17 236 0.59 0.93 0 0.07 261.92 0.87 0.5
Hex 61 11 EC 3B 5D 0 7 106 57 32
Octal 141 21 354 73 135 0 7 406 127 62
Binary 1100001 10001 11101100 111011 1011101 0 111 100000110 1010111 110010

Color Harmonies of #6111EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6111EC

Black with #6111EC

Text Example


Text Example

White with #6111EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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