Html Css Color HEX #641FF6 Han Purple

📋 copy color: '#641FF6'

red 100 ◦ green 31 ◦ blue 246

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

Shades of Han Purple #641FF6

Tints of Han Purple #641FF6

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.22%

 BLUE value IS 246 (96.48% from 255) = 65.25%

R = 26.53%
G = 8.22%
B = 65.25%

CMYK

 C value IS 0.59

 M value IS 0.87

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#641FF6 (or 0x641FF6) is known color: Han Purple. HEX triplet: 64, 1F and F6. RGB value is (100,31,246). Sum of RGB (Red+Green+Blue) = 100+31+246=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 31 (12.5% from 255 or 8.22% from 377); Blue value is 246 (96.48% from 255 or 65.25% from 377); Max value from RGB is 246 - color contains mainly: blue. Hex color #641FF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #641FF6 is #9BE009. Grayscale: #4B4B4B. Windows color (decimal): -10215434 or 16129892. OLE color: 16129892.

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

Color convert

RGB 100 31 246 -
CMYK 0.59 0.87 0 0.04
HSL 259.26º 0.92% 0.54% -
HSV(B) 259.26º 0.87% 0.96% -
XYZ 22.38 10.34 88.01 -
YUV 76.14 223.86 145.02 -
System Red Green Blue C M Y K H S L
Decimal 100 31 246 0.59 0.87 0 0.04 259.26 0.92 0.54
Hex 64 1F F6 3B 57 0 4 103 5C 36
Octal 144 37 366 73 127 0 4 403 134 66
Binary 1100100 11111 11110110 111011 1010111 0 100 100000011 1011100 110110

Color Harmonies of #641FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641FF6

Black with #641FF6

Text Example


Text Example

White with #641FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,31,246); }

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

background-color css

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

 a { background-color: rgb(100,31,246); }

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

border-color css

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

 span { border-color: rgb(100,31,246); }

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