Html Css Color HEX #6121F2 Han Purple

📋 copy color: '#6121F2'

red 97 ◦ green 33 ◦ blue 242

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

Shades of Han Purple #6121F2

Tints of Han Purple #6121F2

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.87%

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

R = 26.08%
G = 8.87%
B = 65.05%

CMYK

 C value IS 0.60

 M value IS 0.86

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6121F2 (or 0x6121F2) is known color: Han Purple. HEX triplet: 61, 21 and F2. RGB value is (97,33,242). Sum of RGB (Red+Green+Blue) = 97+33+242=372 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.08% from 372); Green value is 33 (13.28% from 255 or 8.87% from 372); Blue value is 242 (94.92% from 255 or 65.05% from 372); Max value from RGB is 242 - color contains mainly: blue. Hex color #6121F2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6121F2 is #9EDE0D. Grayscale: #4B4B4B. Windows color (decimal): -10411534 or 15868257. OLE color: 15868257.

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

Color convert

RGB 97 33 242 -
CMYK 0.60 0.86 0 0.05
HSL 258.37º 0.89% 0.54% -
HSV(B) 258.37º 0.86% 0.95% -
XYZ 21.5 10.04 84.81 -
YUV 75.96 221.7 143.01 -
System Red Green Blue C M Y K H S L
Decimal 97 33 242 0.60 0.86 0 0.05 258.37 0.89 0.54
Hex 61 21 F2 3C 56 0 5 102 59 36
Octal 141 41 362 74 126 0 5 402 131 66
Binary 1100001 100001 11110010 111100 1010110 0 101 100000010 1011001 110110

Color Harmonies of #6121F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6121F2

Black with #6121F2

Text Example


Text Example

White with #6121F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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