Html Css Color HEX #6122EC Han Purple

📋 copy color: '#6122EC'

red 97 ◦ green 34 ◦ blue 236

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

Shades of Han Purple #6122EC

Tints of Han Purple #6122EC

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.26%

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

R = 26.43%
G = 9.26%
B = 64.31%

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

#6122EC (or 0x6122EC) is known color: Han Purple. HEX triplet: 61, 22 and EC. RGB value is (97,34,236). Sum of RGB (Red+Green+Blue) = 97+34+236=367 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.43% from 367); Green value is 34 (13.67% from 255 or 9.26% from 367); Blue value is 236 (92.58% from 255 or 64.31% from 367); Max value from RGB is 236 - color contains mainly: blue. Hex color #6122EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6122EC is #9EDD13. Grayscale: #4B4B4B. Windows color (decimal): -10411284 or 15475297. OLE color: 15475297.

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

Color convert

RGB 97 34 236 -
CMYK 0.59 0.86 0 0.07
HSL 258.71º 0.84% 0.53% -
HSV(B) 258.71º 0.86% 0.93% -
XYZ 20.64 9.74 80.15 -
YUV 75.87 218.37 143.07 -
System Red Green Blue C M Y K H S L
Decimal 97 34 236 0.59 0.86 0 0.07 258.71 0.84 0.53
Hex 61 22 EC 3B 56 0 7 103 54 35
Octal 141 42 354 73 126 0 7 403 124 65
Binary 1100001 100010 11101100 111011 1010110 0 111 100000011 1010100 110101

Color Harmonies of #6122EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6122EC

Black with #6122EC

Text Example


Text Example

White with #6122EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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