Html Css Color HEX #6122E5 Han Purple

📋 copy color: '#6122E5'

red 97 ◦ green 34 ◦ blue 229

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

Shades of Han Purple #6122E5

Tints of Han Purple #6122E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 63.61%

R = 26.94%
G = 9.44%
B = 63.61%

CMYK

 C value IS 0.58

 M value IS 0.85

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6122E5 (or 0x6122E5) is known color: Han Purple. HEX triplet: 61, 22 and E5. RGB value is (97,34,229). Sum of RGB (Red+Green+Blue) = 97+34+229=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 34 (13.67% from 255 or 9.44% from 360); Blue value is 229 (89.84% from 255 or 63.61% from 360); Max value from RGB is 229 - color contains mainly: blue. Hex color #6122E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6122E5 is #9EDD1A. Grayscale: #4A4A4A. Windows color (decimal): -10411291 or 15016545. OLE color: 15016545.

HSL color Cylindrical-coordinate representation of color #6122E5: hue angle of 259.38º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6122E5 is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 97 34 229 -
CMYK 0.58 0.85 0 0.10
HSL 259.38º 0.79% 0.52% -
HSV(B) 259.38º 0.85% 0.9% -
XYZ 19.64 9.34 74.9 -
YUV 75.07 214.87 143.64 -
System Red Green Blue C M Y K H S L
Decimal 97 34 229 0.58 0.85 0 0.10 259.38 0.79 0.52
Hex 61 22 E5 3A 55 0 A 103 4F 34
Octal 141 42 345 72 125 0 12 403 117 64
Binary 1100001 100010 11100101 111010 1010101 0 1010 100000011 1001111 110100

Color Harmonies of #6122E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6122E5

Black with #6122E5

Text Example


Text Example

White with #6122E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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