Html Css Color HEX #641AEE Han Purple

📋 copy color: '#641AEE'

red 100 ◦ green 26 ◦ blue 238

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

Shades of Han Purple #641AEE

Tints of Han Purple #641AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 65.38%

R = 27.47%
G = 7.14%
B = 65.38%

CMYK

 C value IS 0.58

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#641AEE (or 0x641AEE) is known color: Han Purple. HEX triplet: 64, 1A and EE. RGB value is (100,26,238). Sum of RGB (Red+Green+Blue) = 100+26+238=364 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.47% from 364); Green value is 26 (10.55% from 255 or 7.14% from 364); Blue value is 238 (93.36% from 255 or 65.38% from 364); Max value from RGB is 238 - color contains mainly: blue. Hex color #641AEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #641AEE is #9BE511. Grayscale: #474747. Windows color (decimal): -10216722 or 15604324. OLE color: 15604324.

HSL color Cylindrical-coordinate representation of color #641AEE: hue angle of 260.94º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #641AEE is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 26 238 -
CMYK 0.58 0.89 0 0.07
HSL 260.94º 0.86% 0.52% -
HSV(B) 260.94º 0.89% 0.93% -
XYZ 21.06 9.62 81.64 -
YUV 72.29 221.52 147.76 -
System Red Green Blue C M Y K H S L
Decimal 100 26 238 0.58 0.89 0 0.07 260.94 0.86 0.52
Hex 64 1A EE 3A 59 0 7 105 56 34
Octal 144 32 356 72 131 0 7 405 126 64
Binary 1100100 11010 11101110 111010 1011001 0 111 100000101 1010110 110100

Color Harmonies of #641AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641AEE

Black with #641AEE

Text Example


Text Example

White with #641AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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