Html Css Color HEX #641AFF Han Purple

📋 copy color: '#641AFF'

red 100 ◦ green 26 ◦ blue 255

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

Shades of Han Purple #641AFF

Tints of Han Purple #641AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 66.93%

R = 26.25%
G = 6.82%
B = 66.93%

CMYK

 C value IS 0.61

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#641AFF (or 0x641AFF) is known color: Han Purple. HEX triplet: 64, 1A and FF. RGB value is (100,26,255). Sum of RGB (Red+Green+Blue) = 100+26+255=381 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.25% from 381); Green value is 26 (10.55% from 255 or 6.82% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #641AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #641AFF is #9BE500. Grayscale: #494949. Windows color (decimal): -10216705 or 16718436. OLE color: 16718436.

HSL color Cylindrical-coordinate representation of color #641AFF: hue angle of 259.39º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #641AFF is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 100 26 255 -
CMYK 0.61 0.90 0 0
HSL 259.39º 1% 0.55% -
HSV(B) 259.39º 0.9% 1% -
XYZ 23.67 10.67 95.42 -
YUV 74.23 230.02 146.38 -
System Red Green Blue C M Y K H S L
Decimal 100 26 255 0.61 0.90 0 0 259.39 1 0.55
Hex 64 1A FF 3D 5A 0 0 103 64 37
Octal 144 32 377 75 132 0 0 403 144 67
Binary 1100100 11010 11111111 111101 1011010 0 0 100000011 1100100 110111

Color Harmonies of #641AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641AFF

Black with #641AFF

Text Example


Text Example

White with #641AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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