Html Css Color HEX #641BF4 Han Purple

📋 copy color: '#641BF4'

red 100 ◦ green 27 ◦ blue 244

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

Shades of Han Purple #641BF4

Tints of Han Purple #641BF4

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.28%

 BLUE value IS 244 (95.7% from 255) = 65.77%

R = 26.95%
G = 7.28%
B = 65.77%

CMYK

 C value IS 0.59

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#641BF4 (or 0x641BF4) is known color: Han Purple. HEX triplet: 64, 1B and F4. RGB value is (100,27,244). Sum of RGB (Red+Green+Blue) = 100+27+244=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 27 (10.94% from 255 or 7.28% from 371); Blue value is 244 (95.70% from 255 or 65.77% from 371); Max value from RGB is 244 - color contains mainly: blue. Hex color #641BF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #641BF4 is #9BE40B. Grayscale: #484848. Windows color (decimal): -10216460 or 15997796. OLE color: 15997796.

HSL color Cylindrical-coordinate representation of color #641BF4: hue angle of 260.18º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #641BF4 is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 100 27 244 -
CMYK 0.59 0.89 0 0.04
HSL 260.18º 0.91% 0.53% -
HSV(B) 260.18º 0.89% 0.96% -
XYZ 21.98 10.02 86.36 -
YUV 73.57 224.18 146.86 -
System Red Green Blue C M Y K H S L
Decimal 100 27 244 0.59 0.89 0 0.04 260.18 0.91 0.53
Hex 64 1B F4 3B 59 0 4 104 5B 35
Octal 144 33 364 73 131 0 4 404 133 65
Binary 1100100 11011 11110100 111011 1011001 0 100 100000100 1011011 110101

Color Harmonies of #641BF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641BF4

Black with #641BF4

Text Example


Text Example

White with #641BF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,27,244); }

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

background-color css

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

 a { background-color: rgb(100,27,244); }

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

border-color css

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

 span { border-color: rgb(100,27,244); }

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