Html Css Color HEX #6126F2 Han Purple

📋 copy color: '#6126F2'

red 97 ◦ green 38 ◦ blue 242

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

Shades of Han Purple #6126F2

Tints of Han Purple #6126F2

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.08%

 BLUE value IS 242 (94.92% from 255) = 64.19%

R = 25.73%
G = 10.08%
B = 64.19%

CMYK

 C value IS 0.60

 M value IS 0.84

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6126F2 (or 0x6126F2) is known color: Han Purple. HEX triplet: 61, 26 and F2. RGB value is (97,38,242). Sum of RGB (Red+Green+Blue) = 97+38+242=377 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.73% from 377); Green value is 38 (15.23% from 255 or 10.08% from 377); Blue value is 242 (94.92% from 255 or 64.19% from 377); Max value from RGB is 242 - color contains mainly: blue. Hex color #6126F2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6126F2 is #9ED90D. Grayscale: #4E4E4E. Windows color (decimal): -10410254 or 15869537. OLE color: 15869537.

HSL color Cylindrical-coordinate representation of color #6126F2: hue angle of 257.35º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6126F2 is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 97 38 242 -
CMYK 0.60 0.84 0 0.05
HSL 257.35º 0.89% 0.55% -
HSV(B) 257.35º 0.84% 0.95% -
XYZ 21.65 10.34 84.86 -
YUV 78.9 220.05 140.91 -
System Red Green Blue C M Y K H S L
Decimal 97 38 242 0.60 0.84 0 0.05 257.35 0.89 0.55
Hex 61 26 F2 3C 54 0 5 101 59 37
Octal 141 46 362 74 124 0 5 401 131 67
Binary 1100001 100110 11110010 111100 1010100 0 101 100000001 1011001 110111

Color Harmonies of #6126F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6126F2

Black with #6126F2

Text Example


Text Example

White with #6126F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6126F2; }

 p { color: rgb(97,38,242); }

 H1.HeaderClassName
 {
   color: #6126F2;
 }
 .AnyTagClassName
 {
   color: #6126F2;
 }
</style>

background-color css

<style>
 a { background-color: #6126F2; }

 a { background-color: rgb(97,38,242); }

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

border-color css

<style>
 span { border-color: #6126F2; }

 span { border-color: rgb(97,38,242); }

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