Html Css Color HEX #641AF9 Han Purple

📋 copy color: '#641AF9'

red 100 ◦ green 26 ◦ blue 249

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

Shades of Han Purple #641AF9

Tints of Han Purple #641AF9

RGB

 RED value IS 100 (39.45% from 255) = 26.67%

 GREEN value IS 26 (10.55% from 255) = 6.93%

 BLUE value IS 249 (97.66% from 255) = 66.4%

R = 26.67%
G = 6.93%
B = 66.4%

CMYK

 C value IS 0.60

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#641AF9 (or 0x641AF9) is known color: Han Purple. HEX triplet: 64, 1A and F9. RGB value is (100,26,249). Sum of RGB (Red+Green+Blue) = 100+26+249=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 26 (10.55% from 255 or 6.93% from 375); Blue value is 249 (97.66% from 255 or 66.4% from 375); Max value from RGB is 249 - color contains mainly: blue. Hex color #641AF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #641AF9 is #9BE506. Grayscale: #484848. Windows color (decimal): -10216711 or 16325220. OLE color: 16325220.

HSL color Cylindrical-coordinate representation of color #641AF9: hue angle of 259.91º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #641AF9 is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 26 249 -
CMYK 0.60 0.90 0 0.02
HSL 259.91º 0.95% 0.54% -
HSV(B) 259.91º 0.9% 0.98% -
XYZ 22.72 10.29 90.41 -
YUV 73.55 227.02 146.87 -
System Red Green Blue C M Y K H S L
Decimal 100 26 249 0.60 0.90 0 0.02 259.91 0.95 0.54
Hex 64 1A F9 3C 5A 0 2 104 5F 36
Octal 144 32 371 74 132 0 2 404 137 66
Binary 1100100 11010 11111001 111100 1011010 0 10 100000100 1011111 110110

Color Harmonies of #641AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641AF9

Black with #641AF9

Text Example


Text Example

White with #641AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641AF9; }

 p { color: rgb(100,26,249); }

 H1.HeaderClassName
 {
   color: #641AF9;
 }
 .AnyTagClassName
 {
   color: #641AF9;
 }
</style>

background-color css

<style>
 a { background-color: #641AF9; }

 a { background-color: rgb(100,26,249); }

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

border-color css

<style>
 span { border-color: #641AF9; }

 span { border-color: rgb(100,26,249); }

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