Html Css Color HEX #6121F7 Han Purple

📋 copy color: '#6121F7'

red 97 ◦ green 33 ◦ blue 247

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

Shades of Han Purple #6121F7

Tints of Han Purple #6121F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 65.52%

R = 25.73%
G = 8.75%
B = 65.52%

CMYK

 C value IS 0.61

 M value IS 0.87

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#6121F7 (or 0x6121F7) is known color: Han Purple. HEX triplet: 61, 21 and F7. RGB value is (97,33,247). Sum of RGB (Red+Green+Blue) = 97+33+247=377 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.73% from 377); Green value is 33 (13.28% from 255 or 8.75% from 377); Blue value is 247 (96.88% from 255 or 65.52% from 377); Max value from RGB is 247 - color contains mainly: blue. Hex color #6121F7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6121F7 is #9EDE08. Grayscale: #4B4B4B. Windows color (decimal): -10411529 or 16195937. OLE color: 16195937.

HSL color Cylindrical-coordinate representation of color #6121F7: hue angle of 257.94º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6121F7 is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 97 33 247 -
CMYK 0.61 0.87 0 0.03
HSL 257.94º 0.93% 0.55% -
HSV(B) 257.94º 0.87% 0.97% -
XYZ 22.26 10.34 88.82 -
YUV 76.53 224.2 142.6 -
System Red Green Blue C M Y K H S L
Decimal 97 33 247 0.61 0.87 0 0.03 257.94 0.93 0.55
Hex 61 21 F7 3D 57 0 3 102 5D 37
Octal 141 41 367 75 127 0 3 402 135 67
Binary 1100001 100001 11110111 111101 1010111 0 11 100000010 1011101 110111

Color Harmonies of #6121F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6121F7

Black with #6121F7

Text Example


Text Example

White with #6121F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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