Html Css Color HEX #641CF9 Han Purple

📋 copy color: '#641CF9'

red 100 ◦ green 28 ◦ blue 249

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

Shades of Han Purple #641CF9

Tints of Han Purple #641CF9

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.43%

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

R = 26.53%
G = 7.43%
B = 66.05%

CMYK

 C value IS 0.60

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#641CF9 (or 0x641CF9) is known color: Han Purple. HEX triplet: 64, 1C and F9. RGB value is (100,28,249). Sum of RGB (Red+Green+Blue) = 100+28+249=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 28 (11.33% from 255 or 7.43% from 377); Blue value is 249 (97.66% from 255 or 66.05% from 377); Max value from RGB is 249 - color contains mainly: blue. Hex color #641CF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #641CF9 is #9BE306. Grayscale: #494949. Windows color (decimal): -10216199 or 16325732. OLE color: 16325732.

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

Color convert

RGB 100 28 249 -
CMYK 0.60 0.89 0 0.02
HSL 259.55º 0.95% 0.54% -
HSV(B) 259.55º 0.89% 0.98% -
XYZ 22.77 10.38 90.43 -
YUV 74.72 226.35 146.03 -
System Red Green Blue C M Y K H S L
Decimal 100 28 249 0.60 0.89 0 0.02 259.55 0.95 0.54
Hex 64 1C F9 3C 59 0 2 104 5F 36
Octal 144 34 371 74 131 0 2 404 137 66
Binary 1100100 11100 11111001 111100 1011001 0 10 100000100 1011111 110110

Color Harmonies of #641CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641CF9

Black with #641CF9

Text Example


Text Example

White with #641CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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