Html Css Color HEX #641EFA Han Purple

📋 copy color: '#641EFA'

red 100 ◦ green 30 ◦ blue 250

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

Shades of Han Purple #641EFA

Tints of Han Purple #641EFA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.89%

 BLUE value IS 250 (98.05% from 255) = 65.79%

R = 26.32%
G = 7.89%
B = 65.79%

CMYK

 C value IS 0.6

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#641EFA (or 0x641EFA) is known color: Han Purple. HEX triplet: 64, 1E and FA. RGB value is (100,30,250). Sum of RGB (Red+Green+Blue) = 100+30+250=380 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.32% from 380); Green value is 30 (12.11% from 255 or 7.89% from 380); Blue value is 250 (98.05% from 255 or 65.79% from 380); Max value from RGB is 250 - color contains mainly: blue. Hex color #641EFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #641EFA is #9BE105. Grayscale: #4B4B4B. Windows color (decimal): -10215686 or 16391780. OLE color: 16391780.

HSL color Cylindrical-coordinate representation of color #641EFA: hue angle of 259.09º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #641EFA is Cyan = 0.6, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 30 250 -
CMYK 0.6 0.88 0 0.02
HSL 259.09º 0.96% 0.55% -
HSV(B) 259.09º 0.88% 0.98% -
XYZ 22.98 10.54 91.27 -
YUV 76.01 226.19 145.11 -
System Red Green Blue C M Y K H S L
Decimal 100 30 250 0.6 0.88 0 0.02 259.09 0.96 0.55
Hex 64 1E FA 3C 58 0 2 103 60 37
Octal 144 36 372 74 130 0 2 403 140 67
Binary 1100100 11110 11111010 111100 1011000 0 10 100000011 1100000 110111

Color Harmonies of #641EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641EFA

Black with #641EFA

Text Example


Text Example

White with #641EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,30,250); }

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

background-color css

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

 a { background-color: rgb(100,30,250); }

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

border-color css

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

 span { border-color: rgb(100,30,250); }

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